|
FV3 Bundle
|
Fortran module containing IODA utility programs. More...
Functions/Subroutines | |
| subroutine, public | ioda_deselect_missing_values (ncid, vname, in_index, out_index) |
Variables | |
| real(kind=kind_real), public | missing_value = 9.0e36_kind_real |
| default for NetCDF file converted from PrepBUFR, the actual missing value is 9.96921e+36 More... | |
Fortran module containing IODA utility programs.
| subroutine, public ioda_utils_mod::ioda_deselect_missing_values | ( | integer | ncid, |
| character(len=*) | vname, | ||
| integer, dimension(:), intent(in) | in_index, | ||
| integer, dimension(:), intent(out), allocatable | out_index | ||
| ) |
| ncid | netcdf file id | |
| vname | netcdf variable name | |
| [in] | in_index | vector of selection indices |
| [out] | out_index | output vector of selection indices |
Definition at line 32 of file ioda_utils_mod.F90.
| real(kind=kind_real), public ioda_utils_mod::missing_value = 9.0e36_kind_real |
default for NetCDF file converted from PrepBUFR, the actual missing value is 9.96921e+36
Definition at line 23 of file ioda_utils_mod.F90.