![]() |
TreeMig Code
|
Go to the source code of this file.
Modules | |
| module | netcdftmmodule |
Functions/Subroutines | |
| subroutine | netcdftmmodule::preparenetcdfoutput (nspc) |
| PrepareNetcdfOutput | |
| subroutine | netcdftmmodule::initncvar (var, numdims, ncdims, limits) |
| subroutine | m_check (status, linenumber, filename) |
| m_check | |
| subroutine m_check | ( | integer, intent(in) | status, |
| integer, intent(in) | linenumber, | ||
| character(len=*), intent(in) | filename ) |
m_check
checks a netcdf command for netcdf errors and logs and stops if error
| status | : netcdf error status |
| lineNumber | : linenumber in netcdf file where it happens |
| fileName | : file name of netcdf file |
Definition at line 356 of file PrepareNetcdfOutput.f90.