FV3-JEDI
fv3jedi Namespace Reference

Configuration files should be formatted as e.g. More...

Classes

class  ErrorCovariance
 
class  FieldMetadata
 
class  FieldsMetadata
 
class  Geometry
 Geometry handles geometry for FV3JEDI model. More...
 
class  GeometryIterator
 
class  GetValues
 
class  Increment
 
class  LinearGetValues
 
class  LinVarChaA2M
 
class  LinVarChaC2A
 
class  LinVarChaModel2GeoVaLs
 
class  LinVarChaNMCBal
 
class  ModelBias
 Model error for the FV3JEDI model. More...
 
class  ModelBiasCovariance
 
class  ModelBiasIncrement
 
class  ModelFV3LM
 
class  ModelGEOS
 FV3JEDI model definition. More...
 
class  ModelGFS
 FV3JEDI model definition. More...
 
class  ModelNUOPC
 FV3JEDI model definition. More...
 
class  ModelPseudo
 FV3JEDI model definition. More...
 
class  State
 
class  Tlm
 
class  TlmId
 FV3JEDI linear identity model definition. More...
 
struct  Traits
 
class  VarChaA2M
 
class  VarChaC2A
 
class  VarChaColdStartWinds
 
class  VarChaGeosRst2Bkg
 
class  VarChaModel2GeoVaLs
 
class  VarChaVertRemap
 

Typedefs

typedef int F90geom
 
typedef int F90iter
 
typedef int F90model
 
typedef int F90tlm
 
typedef int F90locs
 
typedef int F90goms
 
typedef int F90traj
 
typedef int F90bmat
 
typedef int F90ootrj
 
typedef int F90state
 
typedef int F90inc
 
typedef int F90getvalues
 
typedef int F90lineargetvalues
 
typedef int F90lvc_A2M
 
typedef int F90vc_A2M
 
typedef int F90vc_CSW
 
typedef int F90lvc_C2A
 
typedef int F90vc_C2A
 
typedef int F90vc_R2B
 
typedef int F90lvc_M2G
 
typedef int F90vc_M2G
 
typedef int F90lvc_NMC
 
typedef int F90vc_VR
 

Functions

void checkStringLength (const std::string strCheck)
 
void fields_metadata_get_field_f (const FieldsMetadata *fieldsMetadata, const char fieldIONameC[], char fieldNameC[], char kindC[], int &levels, char longNameC[], char spaceC[], char staggerLocC[], bool &tracer, char unitsC[], char io_fileC[])
 
void fv3jedi_geom_initialize_f90 (const eckit::Configuration *const *, const eckit::mpi::Comm *)
 
void fv3jedi_geom_setup_f90 (F90geom &, const eckit::Configuration *const *, const eckit::mpi::Comm *, const FieldsMetadata *)
 
void fv3jedi_geom_set_atlas_lonlat_f90 (const F90geom &, atlas::field::FieldSetImpl *)
 
void fv3jedi_geom_set_atlas_functionspace_pointer_f90 (const F90geom &, atlas::functionspace::FunctionSpaceImpl *)
 
void fv3jedi_geom_fill_atlas_fieldset_f90 (const F90geom &, atlas::field::FieldSetImpl *)
 
void fv3jedi_geom_clone_f90 (F90geom &, const F90geom &, const FieldsMetadata *)
 
void fv3jedi_geom_print_f90 (const F90geom &, int &)
 
void fv3jedi_geom_delete_f90 (F90geom &)
 
void fv3jedi_geom_start_end_f90 (const F90geom &, int &, int &, int &, int &, int &)
 
void fv3jedi_geom_verticalCoord_f90 (const F90geom &, double &, int &, double &)
 
void fv3jedi_geom_iter_setup_f90 (F90iter &, const F90geom &, const int &, const int &)
 
void fv3jedi_geom_iter_clone_f90 (F90iter &, const F90iter &)
 
void fv3jedi_geom_iter_delete_f90 (F90iter &)
 
void fv3jedi_geom_iter_equals_f90 (const F90iter &, const F90iter &, int &)
 
void fv3jedi_geom_iter_current_f90 (const F90iter &, double &, double &)
 
void fv3jedi_geom_iter_next_f90 (const F90iter &)
 
void fv3jedi_getvalues_create_f90 (F90getvalues &, const F90geom &, const F90locs &)
 
void fv3jedi_getvalues_delete_f90 (F90getvalues &)
 
void fv3jedi_getvalues_fill_geovals_f90 (const F90getvalues &, const F90geom &, const F90state &, const util::DateTime **, const util::DateTime **, const F90locs &, const F90goms &)
 
void fv3jedi_lineargetvalues_create_f90 (F90lineargetvalues &, const F90geom &, const F90locs &)
 
void fv3jedi_lineargetvalues_delete_f90 (F90lineargetvalues &)
 
void fv3jedi_lineargetvalues_set_trajectory_f90 (const F90lineargetvalues &, const F90geom &, const F90state &, const util::DateTime **, const util::DateTime **, const F90locs &, const F90goms &)
 
void fv3jedi_lineargetvalues_fill_geovals_tl_f90 (const F90lineargetvalues &, const F90geom &, const F90inc &, const util::DateTime **, const util::DateTime **, const F90locs &, const F90goms &)
 
void fv3jedi_lineargetvalues_fill_geovals_ad_f90 (const F90lineargetvalues &, const F90geom &, const F90inc &, const util::DateTime **, const util::DateTime **, const F90locs &, const F90goms &)
 
void fv3jedi_increment_create_f90 (F90inc &, const F90geom &, const oops::Variables &)
 
void fv3jedi_increment_delete_f90 (F90inc &)
 
void fv3jedi_increment_copy_f90 (const F90inc &, const F90inc &)
 
void fv3jedi_increment_zero_f90 (const F90inc &)
 
void fv3jedi_increment_ones_f90 (const F90inc &)
 
void fv3jedi_increment_self_add_f90 (const F90inc &, const F90inc &)
 
void fv3jedi_increment_self_sub_f90 (const F90inc &, const F90inc &)
 
void fv3jedi_increment_self_mul_f90 (const F90inc &, const double &)
 
void fv3jedi_increment_axpy_inc_f90 (const F90inc &, const double &, const F90inc &)
 
void fv3jedi_increment_axpy_state_f90 (const F90inc &, const double &, const F90state &)
 
void fv3jedi_increment_dot_prod_f90 (const F90inc &, const F90inc &, double &)
 
void fv3jedi_increment_self_schur_f90 (const F90inc &, const F90inc &)
 
void fv3jedi_increment_random_f90 (const F90inc &)
 
void fv3jedi_increment_diff_incr_f90 (const F90inc &, const F90state &, const F90state &, const F90geom &)
 
void fv3jedi_increment_change_resol_f90 (const F90inc &, const F90geom &, const F90inc &, const F90geom &)
 
void fv3jedi_increment_read_file_f90 (const F90geom &, const F90inc &, const eckit::Configuration *const *, util::DateTime *const *)
 
void fv3jedi_increment_write_file_f90 (const F90geom &, const F90inc &, const eckit::Configuration *const *, const util::DateTime *const *)
 
void fv3jedi_increment_sizes_f90 (const F90inc &, int &)
 
void fv3jedi_increment_norm_f90 (const F90inc &, double &)
 
void fv3jedi_increment_set_atlas_f90 (const F90inc &, const F90geom &, const oops::Variables &, atlas::field::FieldSetImpl *)
 
void fv3jedi_increment_to_atlas_f90 (const F90inc &, const F90geom &, const oops::Variables &, atlas::field::FieldSetImpl *)
 
void fv3jedi_increment_from_atlas_f90 (const F90inc &, const F90geom &, const oops::Variables &, atlas::field::FieldSetImpl *)
 
void fv3jedi_increment_dirac_f90 (const F90inc &, const eckit::Configuration *const *, const F90geom &)
 
void fv3jedi_increment_serialize_f90 (const F90inc &, const std::size_t &, double[])
 
void fv3jedi_increment_deserialize_f90 (const F90inc &, const std::size_t &, const double[], const std::size_t &)
 
void fv3jedi_increment_getpoint_f90 (const F90inc &, const F90iter &, double &, const int &)
 
void fv3jedi_increment_setpoint_f90 (F90inc &, const F90iter &, const double &, const int &)
 
void fv3jedi_increment_getnfieldsncube_f90 (const F90state &, int &, int &)
 
void fv3jedi_increment_getminmaxrms_f90 (const F90state &, int &, const int &, char *, double &)
 
static oops::ModelMaker< Traits, ModelFV3LMmakermodel_ ("FV3LM")
 
void fv3jedi_fv3lm_create_f90 (const eckit::Configuration *const *, const F90geom &, F90model &)
 
void fv3jedi_fv3lm_delete_f90 (F90model &)
 
void fv3jedi_fv3lm_initialize_f90 (const F90model &, const F90state &)
 
void fv3jedi_fv3lm_step_f90 (const F90model &, const F90state &, const F90geom &, util::DateTime *const *)
 
void fv3jedi_fv3lm_finalize_f90 (const F90model &, const F90inc &)
 
static oops::ModelMaker< Traits, ModelGEOSmakermodel_ ("GEOS")
 
void fv3jedi_geos_create_f90 (const eckit::Configuration *const *, const F90geom &, F90model &)
 
void fv3jedi_geos_delete_f90 (F90model &)
 
void fv3jedi_geos_initialize_f90 (const F90model &, const F90state &)
 
void fv3jedi_geos_step_f90 (const F90model &, const F90state &, util::DateTime *const *)
 
void fv3jedi_geos_finalize_f90 (const F90model &, const F90inc &)
 
static oops::ModelMaker< Traits, ModelGFSmakermodel_ ("GFS")
 
void fv3jedi_gfs_create_f90 (const eckit::Configuration *const *, const F90geom &, F90model &)
 
void fv3jedi_gfs_delete_f90 (F90model &)
 
void fv3jedi_gfs_initialize_f90 (const F90model &, const F90state &)
 
void fv3jedi_gfs_step_f90 (const F90model &, const F90state &, util::DateTime *const *)
 
void fv3jedi_gfs_finalize_f90 (const F90model &, const F90inc &)
 
static oops::ModelMaker< Traits, ModelNUOPCmakermodel_ ("NUOPC")
 
void fv3jedi_nuopc_create_f90 (const eckit::Configuration *const *, const F90geom &, F90model &)
 
void fv3jedi_nuopc_delete_f90 (F90model &)
 
void fv3jedi_nuopc_initialize_f90 (const F90model &, const F90state &, util::DateTime *const *)
 
void fv3jedi_nuopc_step_f90 (const F90model &, const F90state &, util::DateTime *const *, util::DateTime *const *)
 
void fv3jedi_nuopc_finalize_f90 (const F90model &, const F90inc &, util::DateTime *const *)
 
static oops::ModelMaker< Traits, ModelPseudomakermodel_ ("PSEUDO")
 
void fv3jedi_pseudo_create_f90 (const eckit::Configuration *const *, const F90geom &, F90model &)
 
void fv3jedi_pseudo_delete_f90 (F90model &)
 
void fv3jedi_pseudo_initialize_f90 (const F90model &, const F90state &)
 
void fv3jedi_pseudo_step_f90 (const F90model &, const F90state &, const F90geom &, util::DateTime *const *)
 
void fv3jedi_pseudo_finalize_f90 (const F90model &, const F90inc &)
 
void fv3jedi_state_create_f90 (F90state &, const F90geom &, const oops::Variables &)
 
void fv3jedi_state_delete_f90 (F90state &)
 
void fv3jedi_state_copy_f90 (const F90state &, const F90state &)
 
void fv3jedi_state_zero_f90 (const F90state &)
 
void fv3jedi_state_axpy_f90 (const F90state &, const double &, const F90state &)
 
void fv3jedi_state_add_incr_f90 (const F90geom &, const F90state &, const F90inc &)
 
void fv3jedi_state_change_resol_f90 (const F90state &, const F90geom &, const F90state &, const F90geom &)
 
void fv3jedi_state_read_file_f90 (const F90geom &, const F90state &, const eckit::Configuration *const *, util::DateTime *const *)
 
void fv3jedi_state_analytic_init_f90 (const F90state &, const F90geom &, const eckit::Configuration *const *, util::DateTime *const *)
 
void fv3jedi_state_write_file_f90 (const F90geom &, const F90state &, const eckit::Configuration *const *, const util::DateTime *const *)
 
void fv3jedi_state_sersize_f90 (const F90state &, int &)
 
void fv3jedi_state_serialize_f90 (const F90state &, const std::size_t &, double[])
 
void fv3jedi_state_deserialize_f90 (const F90state &, const std::size_t &, const double[], const std::size_t &)
 
void fv3jedi_state_norm_f90 (const F90state &, double &)
 
void fv3jedi_state_getnfieldsncube_f90 (const F90state &, int &, int &)
 
void fv3jedi_state_getminmaxrms_f90 (const F90state &, int &, const int &, char *, double &)
 
static oops::LinearModelMaker< Traits, TlmmakerTLM_ ("FV3JEDITLM")
 
void fv3jedi_tlm_create_f90 (F90tlm &, const F90geom &, const eckit::Configuration *const *)
 
void fv3jedi_tlm_delete_f90 (F90tlm &)
 
void fv3jedi_tlm_initialize_tl_f90 (const F90tlm &, const F90inc &)
 
void fv3jedi_tlm_initialize_ad_f90 (const F90tlm &, const F90inc &)
 
void fv3jedi_tlm_step_tl_f90 (const F90tlm &, const F90inc &, const F90traj &)
 
void fv3jedi_tlm_step_ad_f90 (const F90tlm &, const F90inc &, const F90traj &)
 
void fv3jedi_tlm_finalize_tl_f90 (const F90tlm &, const F90inc &)
 
void fv3jedi_tlm_finalize_ad_f90 (const F90tlm &, const F90inc &)
 
static oops::LinearModelMaker< Traits, TlmIdmakerIdTLM_ ("FV3JEDIIdTLM")
 
void fv3jedi_traj_set_f90 (F90traj &, const F90state &)
 
void fv3jedi_traj_wipe_f90 (F90traj &)
 
void stageFMSFiles (const eckit::Configuration &conf, const eckit::mpi::Comm &comm)
 
void stageFv3Files (const eckit::Configuration &conf, const eckit::mpi::Comm &comm)
 
void removeFv3Files (const eckit::mpi::Comm &comm)
 
void delete_file (const char *fileName)
 
void generateGeomFv3Conf (const eckit::Configuration &conf, const eckit::mpi::Comm &comm)
 
static oops::LinearVariableChangeMaker< Traits, oops::LinearVariableChange< Traits, LinVarChaA2M > > makerLinVarChaA2M_ ("Analysis2Model")
 
void fv3jedi_linvarcha_a2m_create_f90 (const F90lvc_A2M &, const F90geom &, const F90state &, const F90state &, const eckit::Configuration *const *)
 
void fv3jedi_linvarcha_a2m_delete_f90 (F90lvc_A2M &)
 
void fv3jedi_linvarcha_a2m_multiply_f90 (const F90lvc_A2M &, const F90geom &, const F90inc &, const F90inc &)
 
void fv3jedi_linvarcha_a2m_multiplyadjoint_f90 (const F90lvc_A2M &, const F90geom &, const F90inc &, const F90inc &)
 
void fv3jedi_linvarcha_a2m_multiplyinverse_f90 (const F90lvc_A2M &, const F90geom &, const F90inc &, const F90inc &)
 
void fv3jedi_linvarcha_a2m_multiplyinverseadjoint_f90 (const F90lvc_A2M &, const F90geom &, const F90inc &, const F90inc &)
 
static oops::VariableChangeMaker< Traits, oops::VariableChange< Traits, VarChaA2M > > makerVarChaA2M_ ("Analysis2Model")
 
void fv3jedi_varcha_a2m_create_f90 (const F90vc_A2M &, const F90geom &, const eckit::LocalConfiguration *const *)
 
void fv3jedi_varcha_a2m_delete_f90 (F90vc_A2M &)
 
void fv3jedi_varcha_a2m_changevar_f90 (const F90vc_A2M &, const F90geom &, const F90state &, const F90state &, util::DateTime *const *)
 
void fv3jedi_varcha_a2m_changevarinverse_f90 (const F90vc_A2M &, const F90geom &, const F90state &, const F90state &, util::DateTime *const *)
 
static oops::VariableChangeMaker< Traits, oops::VariableChange< Traits, VarChaColdStartWinds > > makerVarChaColdStartWinds_ ("ColdStartWinds")
 
void fv3jedi_vc_coldstartwinds_create_f90 (const F90vc_CSW &, const F90geom &, const eckit::Configuration *const *)
 
void fv3jedi_vc_coldstartwinds_delete_f90 (F90vc_CSW &)
 
void fv3jedi_vc_coldstartwinds_changevar_f90 (const F90vc_CSW &, const F90state &, const F90state &)
 
static oops::LinearVariableChangeMaker< Traits, oops::LinearVariableChange< Traits, LinVarChaC2A > > makerLinVarChaC2A_ ("Control2Analysis")
 
void fv3jedi_linvarcha_c2a_create_f90 (const F90lvc_C2A &, const F90geom &, const F90state &, const F90state &, const eckit::Configuration *const *)
 
void fv3jedi_linvarcha_c2a_delete_f90 (F90lvc_C2A &)
 
void fv3jedi_linvarcha_c2a_multiply_f90 (const F90lvc_C2A &, const F90geom &, const F90inc &, const F90inc &)
 
void fv3jedi_linvarcha_c2a_multiplyadjoint_f90 (const F90lvc_C2A &, const F90geom &, const F90inc &, const F90inc &)
 
void fv3jedi_linvarcha_c2a_multiplyinverse_f90 (const F90lvc_C2A &, const F90geom &, const F90inc &, const F90inc &)
 
void fv3jedi_linvarcha_c2a_multiplyinverseadjoint_f90 (const F90lvc_C2A &, const F90geom &, const F90inc &, const F90inc &)
 
static oops::VariableChangeMaker< Traits, oops::VariableChange< Traits, VarChaC2A > > makerVarChaC2A_ ("Control2Analysis")
 
void fv3jedi_varcha_c2a_create_f90 (const F90vc_C2A &, const F90geom &, const eckit::Configuration *const *)
 
void fv3jedi_varcha_c2a_delete_f90 (F90vc_C2A &)
 
void fv3jedi_varcha_c2a_changevar_f90 (const F90vc_C2A &, const F90geom &, const F90state &, const F90state &)
 
void fv3jedi_varcha_c2a_changevarinverse_f90 (const F90vc_C2A &, const F90geom &, const F90state &, const F90state &)
 
static oops::VariableChangeMaker< Traits, oops::VariableChange< Traits, VarChaGeosRst2Bkg > > makerVarChaGeosRst2Bkg_ ("GeosRst2Bkg")
 
void fv3jedi_vc_geosrst2bkg_create_f90 (const F90vc_R2B &, const F90geom &, const eckit::Configuration *const *)
 
void fv3jedi_vc_geosrst2bkg_delete_f90 (F90vc_R2B &)
 
void fv3jedi_vc_geosrst2bkg_changevar_f90 (const F90vc_R2B &, const F90geom &, const F90state &, const F90state &)
 
void fv3jedi_vc_geosrst2bkg_changevarinverse_f90 (const F90vc_R2B &, const F90geom &, const F90state &, const F90state &)
 
static oops::LinearVariableChangeMaker< Traits, oops::LinearVariableChange< Traits, LinVarChaModel2GeoVaLs > > makerLinVarChaModel2GeoVaLs_ ("Model2GeoVaLs")
 
void fv3jedi_lvc_model2geovals_create_f90 (const F90lvc_M2G &, const F90geom &, const F90state &, const F90state &, const eckit::Configuration *const *)
 
void fv3jedi_lvc_model2geovals_delete_f90 (F90lvc_M2G &)
 
void fv3jedi_lvc_model2geovals_multiply_f90 (const F90lvc_M2G &, const F90geom &, const F90inc &, const F90inc &)
 
void fv3jedi_lvc_model2geovals_multiplyadjoint_f90 (const F90lvc_M2G &, const F90geom &, const F90inc &, const F90inc &)
 
static oops::VariableChangeMaker< Traits, oops::VariableChange< Traits, VarChaModel2GeoVaLs > > makerVarChaModel2GeoVaLs_ ("Model2GeoVaLs")
 
void fv3jedi_vc_model2geovals_create_f90 (const F90vc_M2G &, const F90geom &, const eckit::Configuration *const *)
 
void fv3jedi_vc_model2geovals_delete_f90 (F90vc_M2G &)
 
void fv3jedi_vc_model2geovals_changevar_f90 (const F90vc_M2G &, const F90geom &, const F90state &, const F90state &)
 
static oops::LinearVariableChangeMaker< Traits, oops::LinearVariableChange< Traits, LinVarChaNMCBal > > makerLinVarChaNMCBal_ ("NMCBalance")
 
void fv3jedi_linvarcha_nmcbal_create_f90 (const F90lvc_NMC &, const F90geom &, const F90state &, const F90state &, const eckit::Configuration *const *)
 
void fv3jedi_linvarcha_nmcbal_delete_f90 (F90lvc_NMC &)
 
void fv3jedi_linvarcha_nmcbal_multiply_f90 (const F90lvc_NMC &, const F90geom &, const F90inc &, const F90inc &)
 
void fv3jedi_linvarcha_nmcbal_multiplyadjoint_f90 (const F90lvc_NMC &, const F90geom &, const F90inc &, const F90inc &)
 
void fv3jedi_linvarcha_nmcbal_multiplyinverse_f90 (const F90lvc_NMC &, const F90geom &, const F90inc &, const F90inc &)
 
void fv3jedi_linvarcha_nmcbal_multiplyinverseadjoint_f90 (const F90lvc_NMC &, const F90geom &, const F90inc &, const F90inc &)
 
static oops::VariableChangeMaker< Traits, oops::VariableChange< Traits, VarChaVertRemap > > makerVarChaVertRemap_ ("VertRemap")
 
void fv3jedi_vc_vertremap_create_f90 (const F90vc_VR &, const F90geom &, const eckit::Configuration *const *)
 
void fv3jedi_vc_vertremap_delete_f90 (F90vc_VR &)
 
void fv3jedi_vc_vertremap_changevar_f90 (const F90vc_VR &, const F90state &, const F90state &)
 

Detailed Description

Configuration files should be formatted as e.g.

:

Fields:

  • FieldName: ud FieldIONames: [u, ud, U] Kind: double Levels: full LongName: u_component_of_native_D_grid_wind Space: vector StaggerLoc: northsouth Tracer: false Units: ms-1 IOFile: core
  • FieldName: t FieldIONames: [t, T, air_temperature] Kind: double Levels: full LongName: air_temperature Space: magnitude StaggerLoc: center Tracer: false Units: K IOFile: core

FieldName: The name that the interface recognizes a field as. E.g. if a field needs to be accessed in a variable change this is the name that is used to do so. FieldIONames: Name used by the model and in the files. There can be multiple options per FieldName. Kind: What kind of data, 'double', 'integer' (default: double) Levels: Can be 'full' (nz), 'half' (nz+1) or a number. (Default: full) LongName: Long name written to output files (default: FieldName) Space: Where the field represents a 'vector', a 'magnitude' or a 'direction' (default: magnitude) StaggerLoc: Horizontal staggering location, options are 'center', 'northsouth', 'eastwest' or 'corner' (default: center) Tracer: Boolean of whether or nor the field is a tracer (default: false) Units: Units of the field, can be 1 for dimensionless IOFile: Optional; can be core, tracer, sfcd, sfcw; determines which restart file to read the field from. Default will be defined in IO/fv3jedi_io_<gfs|geos>_mod.f90

If no default the metadata must be provided below.

Typedef Documentation

◆ F90bmat

typedef int fv3jedi::F90bmat

Definition at line 38 of file interface.h.

◆ F90geom

typedef int fv3jedi::F90geom

Definition at line 24 of file interface.h.

◆ F90getvalues

typedef int fv3jedi::F90getvalues

Definition at line 46 of file interface.h.

◆ F90goms

typedef int fv3jedi::F90goms

Definition at line 34 of file interface.h.

◆ F90inc

typedef int fv3jedi::F90inc

Definition at line 44 of file interface.h.

◆ F90iter

typedef int fv3jedi::F90iter

Definition at line 26 of file interface.h.

◆ F90lineargetvalues

Definition at line 47 of file interface.h.

◆ F90locs

typedef int fv3jedi::F90locs

Definition at line 32 of file interface.h.

◆ F90lvc_A2M

typedef int fv3jedi::F90lvc_A2M

Definition at line 11 of file LinVarChaA2M.interface.h.

◆ F90lvc_C2A

typedef int fv3jedi::F90lvc_C2A

Definition at line 11 of file LinVarChaC2A.interface.h.

◆ F90lvc_M2G

typedef int fv3jedi::F90lvc_M2G

Definition at line 11 of file LinVarChaModel2GeoVaLs.interface.h.

◆ F90lvc_NMC

typedef int fv3jedi::F90lvc_NMC

Definition at line 11 of file LinVarChaNMCBal.interface.h.

◆ F90model

typedef int fv3jedi::F90model

Definition at line 28 of file interface.h.

◆ F90ootrj

typedef int fv3jedi::F90ootrj

Definition at line 40 of file interface.h.

◆ F90state

typedef int fv3jedi::F90state

Definition at line 42 of file interface.h.

◆ F90tlm

typedef int fv3jedi::F90tlm

Definition at line 30 of file interface.h.

◆ F90traj

typedef int fv3jedi::F90traj

Definition at line 36 of file interface.h.

◆ F90vc_A2M

typedef int fv3jedi::F90vc_A2M

Definition at line 11 of file VarChaA2M.interface.h.

◆ F90vc_C2A

typedef int fv3jedi::F90vc_C2A

Definition at line 11 of file VarChaC2A.interface.h.

◆ F90vc_CSW

typedef int fv3jedi::F90vc_CSW

Definition at line 11 of file VarChaColdStartWinds.interface.h.

◆ F90vc_M2G

typedef int fv3jedi::F90vc_M2G

Definition at line 11 of file VarChaModel2GeoVaLs.interface.h.

◆ F90vc_R2B

typedef int fv3jedi::F90vc_R2B

Definition at line 11 of file VarChaGeosRst2Bkg.interface.h.

◆ F90vc_VR

typedef int fv3jedi::F90vc_VR

Definition at line 11 of file VarChaVertRemap.interface.h.

Function Documentation

◆ checkStringLength()

void fv3jedi::checkStringLength ( const std::string  strCheck)

Definition at line 18 of file FieldsMetadata.interface.cc.

Here is the caller graph for this function:

◆ delete_file()

void fv3jedi::delete_file ( const char *  fileName)

Definition at line 149 of file Utilities.cc.

Here is the caller graph for this function:

◆ fields_metadata_get_field_f()

void fv3jedi::fields_metadata_get_field_f ( const FieldsMetadata fieldsMetadata,
const char  fieldIONameC[],
char  fieldNameC[],
char  kindC[],
int &  levels,
char  longNameC[],
char  spaceC[],
char  staggerLocC[],
bool &  tracer,
char  unitsC[],
char  io_fileC[] 
)

Definition at line 25 of file FieldsMetadata.interface.cc.

Here is the call graph for this function:

◆ fv3jedi_fv3lm_create_f90()

void fv3jedi::fv3jedi_fv3lm_create_f90 ( const eckit::Configuration *const *  ,
const F90geom ,
F90model  
)
Here is the caller graph for this function:

◆ fv3jedi_fv3lm_delete_f90()

void fv3jedi::fv3jedi_fv3lm_delete_f90 ( F90model )
Here is the caller graph for this function:

◆ fv3jedi_fv3lm_finalize_f90()

void fv3jedi::fv3jedi_fv3lm_finalize_f90 ( const F90model ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_fv3lm_initialize_f90()

void fv3jedi::fv3jedi_fv3lm_initialize_f90 ( const F90model ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_fv3lm_step_f90()

void fv3jedi::fv3jedi_fv3lm_step_f90 ( const F90model ,
const F90state ,
const F90geom ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_geom_clone_f90()

void fv3jedi::fv3jedi_geom_clone_f90 ( F90geom ,
const F90geom ,
const FieldsMetadata  
)
Here is the caller graph for this function:

◆ fv3jedi_geom_delete_f90()

void fv3jedi::fv3jedi_geom_delete_f90 ( F90geom )
Here is the caller graph for this function:

◆ fv3jedi_geom_fill_atlas_fieldset_f90()

void fv3jedi::fv3jedi_geom_fill_atlas_fieldset_f90 ( const F90geom ,
atlas::field::FieldSetImpl *   
)
Here is the caller graph for this function:

◆ fv3jedi_geom_initialize_f90()

void fv3jedi::fv3jedi_geom_initialize_f90 ( const eckit::Configuration *const *  ,
const eckit::mpi::Comm *   
)
Here is the caller graph for this function:

◆ fv3jedi_geom_iter_clone_f90()

void fv3jedi::fv3jedi_geom_iter_clone_f90 ( F90iter ,
const F90iter  
)
Here is the caller graph for this function:

◆ fv3jedi_geom_iter_current_f90()

void fv3jedi::fv3jedi_geom_iter_current_f90 ( const F90iter ,
double &  ,
double &   
)
Here is the caller graph for this function:

◆ fv3jedi_geom_iter_delete_f90()

void fv3jedi::fv3jedi_geom_iter_delete_f90 ( F90iter )
Here is the caller graph for this function:

◆ fv3jedi_geom_iter_equals_f90()

void fv3jedi::fv3jedi_geom_iter_equals_f90 ( const F90iter ,
const F90iter ,
int &   
)
Here is the caller graph for this function:

◆ fv3jedi_geom_iter_next_f90()

void fv3jedi::fv3jedi_geom_iter_next_f90 ( const F90iter )
Here is the caller graph for this function:

◆ fv3jedi_geom_iter_setup_f90()

void fv3jedi::fv3jedi_geom_iter_setup_f90 ( F90iter ,
const F90geom ,
const int &  ,
const int &   
)
Here is the caller graph for this function:

◆ fv3jedi_geom_print_f90()

void fv3jedi::fv3jedi_geom_print_f90 ( const F90geom ,
int &   
)
Here is the caller graph for this function:

◆ fv3jedi_geom_set_atlas_functionspace_pointer_f90()

void fv3jedi::fv3jedi_geom_set_atlas_functionspace_pointer_f90 ( const F90geom ,
atlas::functionspace::FunctionSpaceImpl *   
)
Here is the caller graph for this function:

◆ fv3jedi_geom_set_atlas_lonlat_f90()

void fv3jedi::fv3jedi_geom_set_atlas_lonlat_f90 ( const F90geom ,
atlas::field::FieldSetImpl *   
)
Here is the caller graph for this function:

◆ fv3jedi_geom_setup_f90()

void fv3jedi::fv3jedi_geom_setup_f90 ( F90geom ,
const eckit::Configuration *const *  ,
const eckit::mpi::Comm *  ,
const FieldsMetadata  
)
Here is the caller graph for this function:

◆ fv3jedi_geom_start_end_f90()

void fv3jedi::fv3jedi_geom_start_end_f90 ( const F90geom ,
int &  ,
int &  ,
int &  ,
int &  ,
int &   
)
Here is the caller graph for this function:

◆ fv3jedi_geom_verticalCoord_f90()

void fv3jedi::fv3jedi_geom_verticalCoord_f90 ( const F90geom ,
double &  ,
int &  ,
double &   
)
Here is the caller graph for this function:

◆ fv3jedi_geos_create_f90()

void fv3jedi::fv3jedi_geos_create_f90 ( const eckit::Configuration *const *  ,
const F90geom ,
F90model  
)
Here is the caller graph for this function:

◆ fv3jedi_geos_delete_f90()

void fv3jedi::fv3jedi_geos_delete_f90 ( F90model )
Here is the caller graph for this function:

◆ fv3jedi_geos_finalize_f90()

void fv3jedi::fv3jedi_geos_finalize_f90 ( const F90model ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_geos_initialize_f90()

void fv3jedi::fv3jedi_geos_initialize_f90 ( const F90model ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_geos_step_f90()

void fv3jedi::fv3jedi_geos_step_f90 ( const F90model ,
const F90state ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_getvalues_create_f90()

void fv3jedi::fv3jedi_getvalues_create_f90 ( F90getvalues ,
const F90geom ,
const F90locs  
)
Here is the caller graph for this function:

◆ fv3jedi_getvalues_delete_f90()

void fv3jedi::fv3jedi_getvalues_delete_f90 ( F90getvalues )
Here is the caller graph for this function:

◆ fv3jedi_getvalues_fill_geovals_f90()

void fv3jedi::fv3jedi_getvalues_fill_geovals_f90 ( const F90getvalues ,
const F90geom ,
const F90state ,
const util::DateTime **  ,
const util::DateTime **  ,
const F90locs ,
const F90goms  
)
Here is the caller graph for this function:

◆ fv3jedi_gfs_create_f90()

void fv3jedi::fv3jedi_gfs_create_f90 ( const eckit::Configuration *const *  ,
const F90geom ,
F90model  
)
Here is the caller graph for this function:

◆ fv3jedi_gfs_delete_f90()

void fv3jedi::fv3jedi_gfs_delete_f90 ( F90model )
Here is the caller graph for this function:

◆ fv3jedi_gfs_finalize_f90()

void fv3jedi::fv3jedi_gfs_finalize_f90 ( const F90model ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_gfs_initialize_f90()

void fv3jedi::fv3jedi_gfs_initialize_f90 ( const F90model ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_gfs_step_f90()

void fv3jedi::fv3jedi_gfs_step_f90 ( const F90model ,
const F90state ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_axpy_inc_f90()

void fv3jedi::fv3jedi_increment_axpy_inc_f90 ( const F90inc ,
const double &  ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_increment_axpy_state_f90()

void fv3jedi::fv3jedi_increment_axpy_state_f90 ( const F90inc ,
const double &  ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_increment_change_resol_f90()

void fv3jedi::fv3jedi_increment_change_resol_f90 ( const F90inc ,
const F90geom ,
const F90inc ,
const F90geom  
)
Here is the caller graph for this function:

◆ fv3jedi_increment_copy_f90()

void fv3jedi::fv3jedi_increment_copy_f90 ( const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_increment_create_f90()

void fv3jedi::fv3jedi_increment_create_f90 ( F90inc ,
const F90geom ,
const oops::Variables &   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_delete_f90()

void fv3jedi::fv3jedi_increment_delete_f90 ( F90inc )
Here is the caller graph for this function:

◆ fv3jedi_increment_deserialize_f90()

void fv3jedi::fv3jedi_increment_deserialize_f90 ( const F90inc ,
const std::size_t &  ,
const double  [],
const std::size_t &   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_diff_incr_f90()

void fv3jedi::fv3jedi_increment_diff_incr_f90 ( const F90inc ,
const F90state ,
const F90state ,
const F90geom  
)
Here is the caller graph for this function:

◆ fv3jedi_increment_dirac_f90()

void fv3jedi::fv3jedi_increment_dirac_f90 ( const F90inc ,
const eckit::Configuration *const *  ,
const F90geom  
)
Here is the caller graph for this function:

◆ fv3jedi_increment_dot_prod_f90()

void fv3jedi::fv3jedi_increment_dot_prod_f90 ( const F90inc ,
const F90inc ,
double &   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_from_atlas_f90()

void fv3jedi::fv3jedi_increment_from_atlas_f90 ( const F90inc ,
const F90geom ,
const oops::Variables &  ,
atlas::field::FieldSetImpl *   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_getminmaxrms_f90()

void fv3jedi::fv3jedi_increment_getminmaxrms_f90 ( const F90state ,
int &  ,
const int &  ,
char *  ,
double &   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_getnfieldsncube_f90()

void fv3jedi::fv3jedi_increment_getnfieldsncube_f90 ( const F90state ,
int &  ,
int &   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_getpoint_f90()

void fv3jedi::fv3jedi_increment_getpoint_f90 ( const F90inc ,
const F90iter ,
double &  ,
const int &   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_norm_f90()

void fv3jedi::fv3jedi_increment_norm_f90 ( const F90inc ,
double &   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_ones_f90()

void fv3jedi::fv3jedi_increment_ones_f90 ( const F90inc )
Here is the caller graph for this function:

◆ fv3jedi_increment_random_f90()

void fv3jedi::fv3jedi_increment_random_f90 ( const F90inc )
Here is the caller graph for this function:

◆ fv3jedi_increment_read_file_f90()

void fv3jedi::fv3jedi_increment_read_file_f90 ( const F90geom ,
const F90inc ,
const eckit::Configuration *const *  ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_self_add_f90()

void fv3jedi::fv3jedi_increment_self_add_f90 ( const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_increment_self_mul_f90()

void fv3jedi::fv3jedi_increment_self_mul_f90 ( const F90inc ,
const double &   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_self_schur_f90()

void fv3jedi::fv3jedi_increment_self_schur_f90 ( const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_increment_self_sub_f90()

void fv3jedi::fv3jedi_increment_self_sub_f90 ( const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_increment_serialize_f90()

void fv3jedi::fv3jedi_increment_serialize_f90 ( const F90inc ,
const std::size_t &  ,
double  [] 
)
Here is the caller graph for this function:

◆ fv3jedi_increment_set_atlas_f90()

void fv3jedi::fv3jedi_increment_set_atlas_f90 ( const F90inc ,
const F90geom ,
const oops::Variables &  ,
atlas::field::FieldSetImpl *   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_setpoint_f90()

void fv3jedi::fv3jedi_increment_setpoint_f90 ( F90inc ,
const F90iter ,
const double &  ,
const int &   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_sizes_f90()

void fv3jedi::fv3jedi_increment_sizes_f90 ( const F90inc ,
int &   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_to_atlas_f90()

void fv3jedi::fv3jedi_increment_to_atlas_f90 ( const F90inc ,
const F90geom ,
const oops::Variables &  ,
atlas::field::FieldSetImpl *   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_write_file_f90()

void fv3jedi::fv3jedi_increment_write_file_f90 ( const F90geom ,
const F90inc ,
const eckit::Configuration *const *  ,
const util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_increment_zero_f90()

void fv3jedi::fv3jedi_increment_zero_f90 ( const F90inc )
Here is the caller graph for this function:

◆ fv3jedi_lineargetvalues_create_f90()

void fv3jedi::fv3jedi_lineargetvalues_create_f90 ( F90lineargetvalues ,
const F90geom ,
const F90locs  
)
Here is the caller graph for this function:

◆ fv3jedi_lineargetvalues_delete_f90()

void fv3jedi::fv3jedi_lineargetvalues_delete_f90 ( F90lineargetvalues )
Here is the caller graph for this function:

◆ fv3jedi_lineargetvalues_fill_geovals_ad_f90()

void fv3jedi::fv3jedi_lineargetvalues_fill_geovals_ad_f90 ( const F90lineargetvalues ,
const F90geom ,
const F90inc ,
const util::DateTime **  ,
const util::DateTime **  ,
const F90locs ,
const F90goms  
)
Here is the caller graph for this function:

◆ fv3jedi_lineargetvalues_fill_geovals_tl_f90()

void fv3jedi::fv3jedi_lineargetvalues_fill_geovals_tl_f90 ( const F90lineargetvalues ,
const F90geom ,
const F90inc ,
const util::DateTime **  ,
const util::DateTime **  ,
const F90locs ,
const F90goms  
)
Here is the caller graph for this function:

◆ fv3jedi_lineargetvalues_set_trajectory_f90()

void fv3jedi::fv3jedi_lineargetvalues_set_trajectory_f90 ( const F90lineargetvalues ,
const F90geom ,
const F90state ,
const util::DateTime **  ,
const util::DateTime **  ,
const F90locs ,
const F90goms  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_a2m_create_f90()

void fv3jedi::fv3jedi_linvarcha_a2m_create_f90 ( const F90lvc_A2M ,
const F90geom ,
const F90state ,
const F90state ,
const eckit::Configuration *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_a2m_delete_f90()

void fv3jedi::fv3jedi_linvarcha_a2m_delete_f90 ( F90lvc_A2M )
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_a2m_multiply_f90()

void fv3jedi::fv3jedi_linvarcha_a2m_multiply_f90 ( const F90lvc_A2M ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_a2m_multiplyadjoint_f90()

void fv3jedi::fv3jedi_linvarcha_a2m_multiplyadjoint_f90 ( const F90lvc_A2M ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_a2m_multiplyinverse_f90()

void fv3jedi::fv3jedi_linvarcha_a2m_multiplyinverse_f90 ( const F90lvc_A2M ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_a2m_multiplyinverseadjoint_f90()

void fv3jedi::fv3jedi_linvarcha_a2m_multiplyinverseadjoint_f90 ( const F90lvc_A2M ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_c2a_create_f90()

void fv3jedi::fv3jedi_linvarcha_c2a_create_f90 ( const F90lvc_C2A ,
const F90geom ,
const F90state ,
const F90state ,
const eckit::Configuration *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_c2a_delete_f90()

void fv3jedi::fv3jedi_linvarcha_c2a_delete_f90 ( F90lvc_C2A )
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_c2a_multiply_f90()

void fv3jedi::fv3jedi_linvarcha_c2a_multiply_f90 ( const F90lvc_C2A ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_c2a_multiplyadjoint_f90()

void fv3jedi::fv3jedi_linvarcha_c2a_multiplyadjoint_f90 ( const F90lvc_C2A ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_c2a_multiplyinverse_f90()

void fv3jedi::fv3jedi_linvarcha_c2a_multiplyinverse_f90 ( const F90lvc_C2A ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_c2a_multiplyinverseadjoint_f90()

void fv3jedi::fv3jedi_linvarcha_c2a_multiplyinverseadjoint_f90 ( const F90lvc_C2A ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_nmcbal_create_f90()

void fv3jedi::fv3jedi_linvarcha_nmcbal_create_f90 ( const F90lvc_NMC ,
const F90geom ,
const F90state ,
const F90state ,
const eckit::Configuration *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_nmcbal_delete_f90()

void fv3jedi::fv3jedi_linvarcha_nmcbal_delete_f90 ( F90lvc_NMC )
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_nmcbal_multiply_f90()

void fv3jedi::fv3jedi_linvarcha_nmcbal_multiply_f90 ( const F90lvc_NMC ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_nmcbal_multiplyadjoint_f90()

void fv3jedi::fv3jedi_linvarcha_nmcbal_multiplyadjoint_f90 ( const F90lvc_NMC ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_nmcbal_multiplyinverse_f90()

void fv3jedi::fv3jedi_linvarcha_nmcbal_multiplyinverse_f90 ( const F90lvc_NMC ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_linvarcha_nmcbal_multiplyinverseadjoint_f90()

void fv3jedi::fv3jedi_linvarcha_nmcbal_multiplyinverseadjoint_f90 ( const F90lvc_NMC ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_lvc_model2geovals_create_f90()

void fv3jedi::fv3jedi_lvc_model2geovals_create_f90 ( const F90lvc_M2G ,
const F90geom ,
const F90state ,
const F90state ,
const eckit::Configuration *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_lvc_model2geovals_delete_f90()

void fv3jedi::fv3jedi_lvc_model2geovals_delete_f90 ( F90lvc_M2G )
Here is the caller graph for this function:

◆ fv3jedi_lvc_model2geovals_multiply_f90()

void fv3jedi::fv3jedi_lvc_model2geovals_multiply_f90 ( const F90lvc_M2G ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_lvc_model2geovals_multiplyadjoint_f90()

void fv3jedi::fv3jedi_lvc_model2geovals_multiplyadjoint_f90 ( const F90lvc_M2G ,
const F90geom ,
const F90inc ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_nuopc_create_f90()

void fv3jedi::fv3jedi_nuopc_create_f90 ( const eckit::Configuration *const *  ,
const F90geom ,
F90model  
)

◆ fv3jedi_nuopc_delete_f90()

void fv3jedi::fv3jedi_nuopc_delete_f90 ( F90model )
Here is the caller graph for this function:

◆ fv3jedi_nuopc_finalize_f90()

void fv3jedi::fv3jedi_nuopc_finalize_f90 ( const F90model ,
const F90inc ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_nuopc_initialize_f90()

void fv3jedi::fv3jedi_nuopc_initialize_f90 ( const F90model ,
const F90state ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_nuopc_step_f90()

void fv3jedi::fv3jedi_nuopc_step_f90 ( const F90model ,
const F90state ,
util::DateTime *const *  ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_pseudo_create_f90()

void fv3jedi::fv3jedi_pseudo_create_f90 ( const eckit::Configuration *const *  ,
const F90geom ,
F90model  
)
Here is the caller graph for this function:

◆ fv3jedi_pseudo_delete_f90()

void fv3jedi::fv3jedi_pseudo_delete_f90 ( F90model )
Here is the caller graph for this function:

◆ fv3jedi_pseudo_finalize_f90()

void fv3jedi::fv3jedi_pseudo_finalize_f90 ( const F90model ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_pseudo_initialize_f90()

void fv3jedi::fv3jedi_pseudo_initialize_f90 ( const F90model ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_pseudo_step_f90()

void fv3jedi::fv3jedi_pseudo_step_f90 ( const F90model ,
const F90state ,
const F90geom ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_state_add_incr_f90()

void fv3jedi::fv3jedi_state_add_incr_f90 ( const F90geom ,
const F90state ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_state_analytic_init_f90()

void fv3jedi::fv3jedi_state_analytic_init_f90 ( const F90state ,
const F90geom ,
const eckit::Configuration *const *  ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_state_axpy_f90()

void fv3jedi::fv3jedi_state_axpy_f90 ( const F90state ,
const double &  ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_state_change_resol_f90()

void fv3jedi::fv3jedi_state_change_resol_f90 ( const F90state ,
const F90geom ,
const F90state ,
const F90geom  
)
Here is the caller graph for this function:

◆ fv3jedi_state_copy_f90()

void fv3jedi::fv3jedi_state_copy_f90 ( const F90state ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_state_create_f90()

void fv3jedi::fv3jedi_state_create_f90 ( F90state ,
const F90geom ,
const oops::Variables &   
)
Here is the caller graph for this function:

◆ fv3jedi_state_delete_f90()

void fv3jedi::fv3jedi_state_delete_f90 ( F90state )
Here is the caller graph for this function:

◆ fv3jedi_state_deserialize_f90()

void fv3jedi::fv3jedi_state_deserialize_f90 ( const F90state ,
const std::size_t &  ,
const double  [],
const std::size_t &   
)
Here is the caller graph for this function:

◆ fv3jedi_state_getminmaxrms_f90()

void fv3jedi::fv3jedi_state_getminmaxrms_f90 ( const F90state ,
int &  ,
const int &  ,
char *  ,
double &   
)
Here is the caller graph for this function:

◆ fv3jedi_state_getnfieldsncube_f90()

void fv3jedi::fv3jedi_state_getnfieldsncube_f90 ( const F90state ,
int &  ,
int &   
)
Here is the caller graph for this function:

◆ fv3jedi_state_norm_f90()

void fv3jedi::fv3jedi_state_norm_f90 ( const F90state ,
double &   
)
Here is the caller graph for this function:

◆ fv3jedi_state_read_file_f90()

void fv3jedi::fv3jedi_state_read_file_f90 ( const F90geom ,
const F90state ,
const eckit::Configuration *const *  ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_state_serialize_f90()

void fv3jedi::fv3jedi_state_serialize_f90 ( const F90state ,
const std::size_t &  ,
double  [] 
)
Here is the caller graph for this function:

◆ fv3jedi_state_sersize_f90()

void fv3jedi::fv3jedi_state_sersize_f90 ( const F90state ,
int &   
)
Here is the caller graph for this function:

◆ fv3jedi_state_write_file_f90()

void fv3jedi::fv3jedi_state_write_file_f90 ( const F90geom ,
const F90state ,
const eckit::Configuration *const *  ,
const util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_state_zero_f90()

void fv3jedi::fv3jedi_state_zero_f90 ( const F90state )
Here is the caller graph for this function:

◆ fv3jedi_tlm_create_f90()

void fv3jedi::fv3jedi_tlm_create_f90 ( F90tlm ,
const F90geom ,
const eckit::Configuration *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_tlm_delete_f90()

void fv3jedi::fv3jedi_tlm_delete_f90 ( F90tlm )
Here is the caller graph for this function:

◆ fv3jedi_tlm_finalize_ad_f90()

void fv3jedi::fv3jedi_tlm_finalize_ad_f90 ( const F90tlm ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_tlm_finalize_tl_f90()

void fv3jedi::fv3jedi_tlm_finalize_tl_f90 ( const F90tlm ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_tlm_initialize_ad_f90()

void fv3jedi::fv3jedi_tlm_initialize_ad_f90 ( const F90tlm ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_tlm_initialize_tl_f90()

void fv3jedi::fv3jedi_tlm_initialize_tl_f90 ( const F90tlm ,
const F90inc  
)
Here is the caller graph for this function:

◆ fv3jedi_tlm_step_ad_f90()

void fv3jedi::fv3jedi_tlm_step_ad_f90 ( const F90tlm ,
const F90inc ,
const F90traj  
)
Here is the caller graph for this function:

◆ fv3jedi_tlm_step_tl_f90()

void fv3jedi::fv3jedi_tlm_step_tl_f90 ( const F90tlm ,
const F90inc ,
const F90traj  
)
Here is the caller graph for this function:

◆ fv3jedi_traj_set_f90()

void fv3jedi::fv3jedi_traj_set_f90 ( F90traj ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_traj_wipe_f90()

void fv3jedi::fv3jedi_traj_wipe_f90 ( F90traj )
Here is the caller graph for this function:

◆ fv3jedi_varcha_a2m_changevar_f90()

void fv3jedi::fv3jedi_varcha_a2m_changevar_f90 ( const F90vc_A2M ,
const F90geom ,
const F90state ,
const F90state ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_varcha_a2m_changevarinverse_f90()

void fv3jedi::fv3jedi_varcha_a2m_changevarinverse_f90 ( const F90vc_A2M ,
const F90geom ,
const F90state ,
const F90state ,
util::DateTime *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_varcha_a2m_create_f90()

void fv3jedi::fv3jedi_varcha_a2m_create_f90 ( const F90vc_A2M ,
const F90geom ,
const eckit::LocalConfiguration *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_varcha_a2m_delete_f90()

void fv3jedi::fv3jedi_varcha_a2m_delete_f90 ( F90vc_A2M )
Here is the caller graph for this function:

◆ fv3jedi_varcha_c2a_changevar_f90()

void fv3jedi::fv3jedi_varcha_c2a_changevar_f90 ( const F90vc_C2A ,
const F90geom ,
const F90state ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_varcha_c2a_changevarinverse_f90()

void fv3jedi::fv3jedi_varcha_c2a_changevarinverse_f90 ( const F90vc_C2A ,
const F90geom ,
const F90state ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_varcha_c2a_create_f90()

void fv3jedi::fv3jedi_varcha_c2a_create_f90 ( const F90vc_C2A ,
const F90geom ,
const eckit::Configuration *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_varcha_c2a_delete_f90()

void fv3jedi::fv3jedi_varcha_c2a_delete_f90 ( F90vc_C2A )
Here is the caller graph for this function:

◆ fv3jedi_vc_coldstartwinds_changevar_f90()

void fv3jedi::fv3jedi_vc_coldstartwinds_changevar_f90 ( const F90vc_CSW ,
const F90state ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_vc_coldstartwinds_create_f90()

void fv3jedi::fv3jedi_vc_coldstartwinds_create_f90 ( const F90vc_CSW ,
const F90geom ,
const eckit::Configuration *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_vc_coldstartwinds_delete_f90()

void fv3jedi::fv3jedi_vc_coldstartwinds_delete_f90 ( F90vc_CSW )
Here is the caller graph for this function:

◆ fv3jedi_vc_geosrst2bkg_changevar_f90()

void fv3jedi::fv3jedi_vc_geosrst2bkg_changevar_f90 ( const F90vc_R2B ,
const F90geom ,
const F90state ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_vc_geosrst2bkg_changevarinverse_f90()

void fv3jedi::fv3jedi_vc_geosrst2bkg_changevarinverse_f90 ( const F90vc_R2B ,
const F90geom ,
const F90state ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_vc_geosrst2bkg_create_f90()

void fv3jedi::fv3jedi_vc_geosrst2bkg_create_f90 ( const F90vc_R2B ,
const F90geom ,
const eckit::Configuration *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_vc_geosrst2bkg_delete_f90()

void fv3jedi::fv3jedi_vc_geosrst2bkg_delete_f90 ( F90vc_R2B )
Here is the caller graph for this function:

◆ fv3jedi_vc_model2geovals_changevar_f90()

void fv3jedi::fv3jedi_vc_model2geovals_changevar_f90 ( const F90vc_M2G ,
const F90geom ,
const F90state ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_vc_model2geovals_create_f90()

void fv3jedi::fv3jedi_vc_model2geovals_create_f90 ( const F90vc_M2G ,
const F90geom ,
const eckit::Configuration *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_vc_model2geovals_delete_f90()

void fv3jedi::fv3jedi_vc_model2geovals_delete_f90 ( F90vc_M2G )
Here is the caller graph for this function:

◆ fv3jedi_vc_vertremap_changevar_f90()

void fv3jedi::fv3jedi_vc_vertremap_changevar_f90 ( const F90vc_VR ,
const F90state ,
const F90state  
)
Here is the caller graph for this function:

◆ fv3jedi_vc_vertremap_create_f90()

void fv3jedi::fv3jedi_vc_vertremap_create_f90 ( const F90vc_VR ,
const F90geom ,
const eckit::Configuration *const *   
)
Here is the caller graph for this function:

◆ fv3jedi_vc_vertremap_delete_f90()

void fv3jedi::fv3jedi_vc_vertremap_delete_f90 ( F90vc_VR )
Here is the caller graph for this function:

◆ generateGeomFv3Conf()

void fv3jedi::generateGeomFv3Conf ( const eckit::Configuration &  conf,
const eckit::mpi::Comm &  comm 
)

Definition at line 160 of file Utilities.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ makerIdTLM_()

static oops::LinearModelMaker<Traits, TlmId> fv3jedi::makerIdTLM_ ( "FV3JEDIIdTLM"  )
static

◆ makerLinVarChaA2M_()

static oops::LinearVariableChangeMaker<Traits, oops::LinearVariableChange<Traits, LinVarChaA2M> > fv3jedi::makerLinVarChaA2M_ ( "Analysis2Model"  )
static

◆ makerLinVarChaC2A_()

static oops::LinearVariableChangeMaker<Traits, oops::LinearVariableChange<Traits, LinVarChaC2A> > fv3jedi::makerLinVarChaC2A_ ( "Control2Analysis"  )
static

◆ makerLinVarChaModel2GeoVaLs_()

static oops::LinearVariableChangeMaker<Traits, oops::LinearVariableChange<Traits, LinVarChaModel2GeoVaLs> > fv3jedi::makerLinVarChaModel2GeoVaLs_ ( "Model2GeoVaLs"  )
static

◆ makerLinVarChaNMCBal_()

static oops::LinearVariableChangeMaker<Traits, oops::LinearVariableChange<Traits, LinVarChaNMCBal> > fv3jedi::makerLinVarChaNMCBal_ ( "NMCBalance"  )
static

◆ makermodel_() [1/5]

static oops::ModelMaker<Traits, ModelFV3LM> fv3jedi::makermodel_ ( "FV3LM"  )
static

◆ makermodel_() [2/5]

static oops::ModelMaker<Traits, ModelGEOS> fv3jedi::makermodel_ ( "GEOS"  )
static

◆ makermodel_() [3/5]

static oops::ModelMaker<Traits, ModelGFS> fv3jedi::makermodel_ ( "GFS"  )
static

◆ makermodel_() [4/5]

static oops::ModelMaker<Traits, ModelNUOPC> fv3jedi::makermodel_ ( "NUOPC"  )
static

◆ makermodel_() [5/5]

static oops::ModelMaker<Traits, ModelPseudo> fv3jedi::makermodel_ ( "PSEUDO"  )
static

◆ makerTLM_()

static oops::LinearModelMaker<Traits, Tlm> fv3jedi::makerTLM_ ( "FV3JEDITLM"  )
static

◆ makerVarChaA2M_()

static oops::VariableChangeMaker<Traits, oops::VariableChange<Traits, VarChaA2M> > fv3jedi::makerVarChaA2M_ ( "Analysis2Model"  )
static

◆ makerVarChaC2A_()

static oops::VariableChangeMaker<Traits, oops::VariableChange<Traits, VarChaC2A> > fv3jedi::makerVarChaC2A_ ( "Control2Analysis"  )
static

◆ makerVarChaColdStartWinds_()

static oops::VariableChangeMaker<Traits, oops::VariableChange<Traits, VarChaColdStartWinds> > fv3jedi::makerVarChaColdStartWinds_ ( "ColdStartWinds"  )
static

◆ makerVarChaGeosRst2Bkg_()

static oops::VariableChangeMaker<Traits, oops::VariableChange<Traits, VarChaGeosRst2Bkg> > fv3jedi::makerVarChaGeosRst2Bkg_ ( "GeosRst2Bkg"  )
static

◆ makerVarChaModel2GeoVaLs_()

static oops::VariableChangeMaker<Traits, oops::VariableChange<Traits, VarChaModel2GeoVaLs> > fv3jedi::makerVarChaModel2GeoVaLs_ ( "Model2GeoVaLs"  )
static

◆ makerVarChaVertRemap_()

static oops::VariableChangeMaker<Traits, oops::VariableChange<Traits, VarChaVertRemap> > fv3jedi::makerVarChaVertRemap_ ( "VertRemap"  )
static

◆ removeFv3Files()

void fv3jedi::removeFv3Files ( const eckit::mpi::Comm &  comm)

Definition at line 130 of file Utilities.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stageFMSFiles()

void fv3jedi::stageFMSFiles ( const eckit::Configuration &  conf,
const eckit::mpi::Comm &  comm 
)

Definition at line 32 of file Utilities.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stageFv3Files()

void fv3jedi::stageFv3Files ( const eckit::Configuration &  conf,
const eckit::mpi::Comm &  comm 
)

Definition at line 53 of file Utilities.cc.

Here is the call graph for this function:
Here is the caller graph for this function: