FV3 Bundle
ioda_utils_mod Module Reference

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...
 

Detailed Description

Fortran module containing IODA utility programs.

Function/Subroutine Documentation

◆ ioda_deselect_missing_values()

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 
)
Parameters
ncidnetcdf file id
vnamenetcdf variable name
[in]in_indexvector of selection indices
[out]out_indexoutput vector of selection indices

Definition at line 32 of file ioda_utils_mod.F90.

Here is the caller graph for this function:

Variable Documentation

◆ missing_value

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.