write_netcdf_diagnostic_variable Subroutine

public subroutine write_netcdf_diagnostic_variable(self, fid, n_diag)

Writes variable to netcdf file

Type Bound

diagnostic_variable_t

Arguments

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

Instance of the type

integer, intent(in) :: fid

NetCDF file id

integer, intent(in) :: n_diag

Diagnostic snapshot index


Contents