init_diagnostic_variable Subroutine

public subroutine init_diagnostic_variable(self, ndim, dimname, varname)

Writes variable to netcdf file

Type Bound

diagnostic_variable_t

Arguments

Type IntentOptional Attributes Name
class(diagnostic_variable_t), intent(inout) :: self

Instance of the type

integer, intent(in) :: ndim

Dimension of diagnostic variable

character(len=*), intent(in) :: dimname

Name of dimension of diagnostic variable

character(len=*), intent(in) :: varname

Name of diagnostic variable


Contents