TreeMig Code
|
Functions/Subroutines | |
subroutine | preparenetcdfoutput (nspc) |
PrepareNetcdfOutput | |
subroutine | initncvar (var, numdims, ncdims, limits) |
subroutine netcdftmmodule::initncvar | ( | type(ncvar), intent(inout) | var, |
integer, intent(in) | numdims, | ||
integer, dimension(:), intent(in) | ncdims, | ||
integer, dimension(:), intent(in) | limits ) |
Defines a Netcdf variable, allocates the array for it and fills it with a standard fillvalue.
var | variable to be inititalized |
numDims | number of dimensions of this variable |
NCDims | dimensions of this variable |
limits | on each dimension of this variable |
Definition at line 290 of file PrepareNetcdfOutput.f90.
subroutine netcdftmmodule::preparenetcdfoutput | ( | integer, intent(in) | nspc | ) |
PrepareNetcdfOutput
prepares a netcdf file for output
nspc | : number of species |
Definition at line 51 of file PrepareNetcdfOutput.f90.