|
MONC
|
NetCDF misc functionality which can be shared between modules that work with NetCDF files. More...
Functions/Subroutines | |
| subroutine, public | check_netcdf_status (status, found_flag) |
| Will check a NetCDF status and write to log_log error any decoded statuses. Can be used to decode whether a dimension or variable exists within the NetCDF data file. More... | |
NetCDF misc functionality which can be shared between modules that work with NetCDF files.
| subroutine, public netcdf_misc_mod::check_netcdf_status | ( | integer, intent(in) | status, |
| logical, intent(out), optional | found_flag | ||
| ) |
Will check a NetCDF status and write to log_log error any decoded statuses. Can be used to decode whether a dimension or variable exists within the NetCDF data file.
| status | The NetCDF status flag |
| foundFlag | Whether the field has been found or not |
Definition at line 18 of file netcdf_misc.F90.

