FV3 Bundle
oda_types.F90 File Reference

Go to the source code of this file.

Data Types

type  oda_types_mod::forward_model_type
 
type  oda_types_mod::ocean_profile_type
 
type  oda_types_mod::ocean_surface_type
 
type  oda_types_mod::da_flux_type
 
type  oda_types_mod::ocn_obs_flag_type
 
type  oda_types_mod::grid_type
 
type  oda_types_mod::field_type
 
type  oda_types_mod::field_dist_type_3d
 
type  oda_types_mod::field_dist_type_2d
 
type  oda_types_mod::ocean_dist_type
 
type  oda_types_mod::obs_clim_type
 
interface  oda_types_mod::init_obs
 

Modules

module  oda_types_mod
 

Macros

#define MAX_LEVS_FILE_   50
 
#define MAX_LINKS_   100
 

Functions/Subroutines

subroutine oda_types_mod::init_obs_profile (profile)
 

Variables

integer, parameter, public oda_types_mod::max_levels_file = MAX_LEVS_FILE_
 Controls record length for optimal storage. More...
 
integer, parameter, public oda_types_mod::max_neighbors = 100
 Maximum number of neighbors for QC or analysis for profiles. More...
 
integer, parameter, public oda_types_mod::max_links = MAX_LINKS_
 Maximum number of records per profile for storage for profiles. More...
 
integer, parameter, public oda_types_mod::drop_profiler = 10
 
integer, parameter, public oda_types_mod::mooring = 20
 
integer, parameter, public oda_types_mod::satellite = 30
 
integer, parameter, public oda_types_mod::drifter = 40
 
integer, parameter, public oda_types_mod::ship = 50
 
integer, parameter, public oda_types_mod::unknown = 0
 
integer, parameter, public oda_types_mod::tao = 1
 moorings More...
 
integer, parameter, public oda_types_mod::pirata = 2
 moorings More...
 
integer, parameter, public oda_types_mod::xbt = 1
 station measurements More...
 
integer, parameter, public oda_types_mod::ctd = 2
 station measurements More...
 
integer, parameter, public oda_types_mod::mbt = 3
 station measurements More...
 
integer, parameter, public oda_types_mod::argo = 1
 
integer, parameter, public oda_types_mod::cossq_lat = 10
 
integer, save, public oda_types_mod::temp_id = 1
 
integer, save, public oda_types_mod::salt_id = 2
 
real, parameter, public oda_types_mod::missing_value = -1.e20
 

Macro Definition Documentation

◆ MAX_LEVS_FILE_

#define MAX_LEVS_FILE_   50

◆ MAX_LINKS_

#define MAX_LINKS_   100