write_netcdf_variable Interface

interface
public module subroutine write_netcdf_variable(self, comm_handler, fgid, varname)

Arguments

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

Instance of the type

type(comm_handler_t), intent(in) :: comm_handler

MPI communication handler

integer, intent(in) :: fgid

NETCDF file or group id

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

Name for variable for identification in NETCDF file

Description

Writes variable to NETCDF file