read_netcdf_variable Interface

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

Arguments

Type IntentOptional Attributes Name
class(variable_t), intent(out) :: 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

Reads variable from NETCDF file Note: This routine only works yet for axisymmetric conditions, but not for 3D geometries