FV3-JEDI
|
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, ModelFV3LM > | makermodel_ ("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, ModelGEOS > | makermodel_ ("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, ModelGFS > | makermodel_ ("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, ModelNUOPC > | makermodel_ ("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, ModelPseudo > | makermodel_ ("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, Tlm > | makerTLM_ ("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, TlmId > | makerIdTLM_ ("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 &) |
Configuration files should be formatted as e.g.
:
Fields:
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 int fv3jedi::F90bmat |
Definition at line 38 of file interface.h.
typedef int fv3jedi::F90geom |
Definition at line 24 of file interface.h.
typedef int fv3jedi::F90getvalues |
Definition at line 46 of file interface.h.
typedef int fv3jedi::F90goms |
Definition at line 34 of file interface.h.
typedef int fv3jedi::F90inc |
Definition at line 44 of file interface.h.
typedef int fv3jedi::F90iter |
Definition at line 26 of file interface.h.
typedef int fv3jedi::F90lineargetvalues |
Definition at line 47 of file interface.h.
typedef int fv3jedi::F90locs |
Definition at line 32 of file interface.h.
typedef int fv3jedi::F90lvc_A2M |
Definition at line 11 of file LinVarChaA2M.interface.h.
typedef int fv3jedi::F90lvc_C2A |
Definition at line 11 of file LinVarChaC2A.interface.h.
typedef int fv3jedi::F90lvc_M2G |
Definition at line 11 of file LinVarChaModel2GeoVaLs.interface.h.
typedef int fv3jedi::F90lvc_NMC |
Definition at line 11 of file LinVarChaNMCBal.interface.h.
typedef int fv3jedi::F90model |
Definition at line 28 of file interface.h.
typedef int fv3jedi::F90ootrj |
Definition at line 40 of file interface.h.
typedef int fv3jedi::F90state |
Definition at line 42 of file interface.h.
typedef int fv3jedi::F90tlm |
Definition at line 30 of file interface.h.
typedef int fv3jedi::F90traj |
Definition at line 36 of file interface.h.
typedef int fv3jedi::F90vc_A2M |
Definition at line 11 of file VarChaA2M.interface.h.
typedef int fv3jedi::F90vc_C2A |
Definition at line 11 of file VarChaC2A.interface.h.
typedef int fv3jedi::F90vc_CSW |
Definition at line 11 of file VarChaColdStartWinds.interface.h.
typedef int fv3jedi::F90vc_M2G |
Definition at line 11 of file VarChaModel2GeoVaLs.interface.h.
typedef int fv3jedi::F90vc_R2B |
Definition at line 11 of file VarChaGeosRst2Bkg.interface.h.
typedef int fv3jedi::F90vc_VR |
Definition at line 11 of file VarChaVertRemap.interface.h.
void fv3jedi::checkStringLength | ( | const std::string | strCheck | ) |
Definition at line 18 of file FieldsMetadata.interface.cc.
void fv3jedi::delete_file | ( | const char * | fileName | ) |
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.
void fv3jedi::fv3jedi_fv3lm_create_f90 | ( | const eckit::Configuration *const * | , |
const F90geom & | , | ||
F90model & | |||
) |
void fv3jedi::fv3jedi_fv3lm_delete_f90 | ( | F90model & | ) |
void fv3jedi::fv3jedi_fv3lm_step_f90 | ( | const F90model & | , |
const F90state & | , | ||
const F90geom & | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_geom_clone_f90 | ( | F90geom & | , |
const F90geom & | , | ||
const FieldsMetadata * | |||
) |
void fv3jedi::fv3jedi_geom_delete_f90 | ( | F90geom & | ) |
void fv3jedi::fv3jedi_geom_fill_atlas_fieldset_f90 | ( | const F90geom & | , |
atlas::field::FieldSetImpl * | |||
) |
void fv3jedi::fv3jedi_geom_initialize_f90 | ( | const eckit::Configuration *const * | , |
const eckit::mpi::Comm * | |||
) |
void fv3jedi::fv3jedi_geom_iter_current_f90 | ( | const F90iter & | , |
double & | , | ||
double & | |||
) |
void fv3jedi::fv3jedi_geom_iter_delete_f90 | ( | F90iter & | ) |
void fv3jedi::fv3jedi_geom_iter_next_f90 | ( | const F90iter & | ) |
void fv3jedi::fv3jedi_geom_iter_setup_f90 | ( | F90iter & | , |
const F90geom & | , | ||
const int & | , | ||
const int & | |||
) |
void fv3jedi::fv3jedi_geom_print_f90 | ( | const F90geom & | , |
int & | |||
) |
void fv3jedi::fv3jedi_geom_set_atlas_functionspace_pointer_f90 | ( | const F90geom & | , |
atlas::functionspace::FunctionSpaceImpl * | |||
) |
void fv3jedi::fv3jedi_geom_set_atlas_lonlat_f90 | ( | const F90geom & | , |
atlas::field::FieldSetImpl * | |||
) |
void fv3jedi::fv3jedi_geom_setup_f90 | ( | F90geom & | , |
const eckit::Configuration *const * | , | ||
const eckit::mpi::Comm * | , | ||
const FieldsMetadata * | |||
) |
void fv3jedi::fv3jedi_geom_start_end_f90 | ( | const F90geom & | , |
int & | , | ||
int & | , | ||
int & | , | ||
int & | , | ||
int & | |||
) |
void fv3jedi::fv3jedi_geom_verticalCoord_f90 | ( | const F90geom & | , |
double & | , | ||
int & | , | ||
double & | |||
) |
void fv3jedi::fv3jedi_geos_create_f90 | ( | const eckit::Configuration *const * | , |
const F90geom & | , | ||
F90model & | |||
) |
void fv3jedi::fv3jedi_geos_delete_f90 | ( | F90model & | ) |
void fv3jedi::fv3jedi_geos_step_f90 | ( | const F90model & | , |
const F90state & | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_getvalues_create_f90 | ( | F90getvalues & | , |
const F90geom & | , | ||
const F90locs & | |||
) |
void fv3jedi::fv3jedi_getvalues_delete_f90 | ( | F90getvalues & | ) |
void fv3jedi::fv3jedi_getvalues_fill_geovals_f90 | ( | const F90getvalues & | , |
const F90geom & | , | ||
const F90state & | , | ||
const util::DateTime ** | , | ||
const util::DateTime ** | , | ||
const F90locs & | , | ||
const F90goms & | |||
) |
void fv3jedi::fv3jedi_gfs_create_f90 | ( | const eckit::Configuration *const * | , |
const F90geom & | , | ||
F90model & | |||
) |
void fv3jedi::fv3jedi_gfs_delete_f90 | ( | F90model & | ) |
void fv3jedi::fv3jedi_gfs_step_f90 | ( | const F90model & | , |
const F90state & | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_increment_axpy_state_f90 | ( | const F90inc & | , |
const double & | , | ||
const F90state & | |||
) |
void fv3jedi::fv3jedi_increment_change_resol_f90 | ( | const F90inc & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90geom & | |||
) |
void fv3jedi::fv3jedi_increment_delete_f90 | ( | F90inc & | ) |
void fv3jedi::fv3jedi_increment_deserialize_f90 | ( | const F90inc & | , |
const std::size_t & | , | ||
const double | [], | ||
const std::size_t & | |||
) |
void fv3jedi::fv3jedi_increment_diff_incr_f90 | ( | const F90inc & | , |
const F90state & | , | ||
const F90state & | , | ||
const F90geom & | |||
) |
void fv3jedi::fv3jedi_increment_dirac_f90 | ( | const F90inc & | , |
const eckit::Configuration *const * | , | ||
const F90geom & | |||
) |
void fv3jedi::fv3jedi_increment_from_atlas_f90 | ( | const F90inc & | , |
const F90geom & | , | ||
const oops::Variables & | , | ||
atlas::field::FieldSetImpl * | |||
) |
void fv3jedi::fv3jedi_increment_getminmaxrms_f90 | ( | const F90state & | , |
int & | , | ||
const int & | , | ||
char * | , | ||
double & | |||
) |
void fv3jedi::fv3jedi_increment_getnfieldsncube_f90 | ( | const F90state & | , |
int & | , | ||
int & | |||
) |
void fv3jedi::fv3jedi_increment_getpoint_f90 | ( | const F90inc & | , |
const F90iter & | , | ||
double & | , | ||
const int & | |||
) |
void fv3jedi::fv3jedi_increment_norm_f90 | ( | const F90inc & | , |
double & | |||
) |
void fv3jedi::fv3jedi_increment_ones_f90 | ( | const F90inc & | ) |
void fv3jedi::fv3jedi_increment_random_f90 | ( | const F90inc & | ) |
void fv3jedi::fv3jedi_increment_read_file_f90 | ( | const F90geom & | , |
const F90inc & | , | ||
const eckit::Configuration *const * | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_increment_self_mul_f90 | ( | const F90inc & | , |
const double & | |||
) |
void fv3jedi::fv3jedi_increment_serialize_f90 | ( | const F90inc & | , |
const std::size_t & | , | ||
double | [] | ||
) |
void fv3jedi::fv3jedi_increment_set_atlas_f90 | ( | const F90inc & | , |
const F90geom & | , | ||
const oops::Variables & | , | ||
atlas::field::FieldSetImpl * | |||
) |
void fv3jedi::fv3jedi_increment_setpoint_f90 | ( | F90inc & | , |
const F90iter & | , | ||
const double & | , | ||
const int & | |||
) |
void fv3jedi::fv3jedi_increment_sizes_f90 | ( | const F90inc & | , |
int & | |||
) |
void fv3jedi::fv3jedi_increment_to_atlas_f90 | ( | const F90inc & | , |
const F90geom & | , | ||
const oops::Variables & | , | ||
atlas::field::FieldSetImpl * | |||
) |
void fv3jedi::fv3jedi_increment_write_file_f90 | ( | const F90geom & | , |
const F90inc & | , | ||
const eckit::Configuration *const * | , | ||
const util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_increment_zero_f90 | ( | const F90inc & | ) |
void fv3jedi::fv3jedi_lineargetvalues_create_f90 | ( | F90lineargetvalues & | , |
const F90geom & | , | ||
const F90locs & | |||
) |
void fv3jedi::fv3jedi_lineargetvalues_delete_f90 | ( | F90lineargetvalues & | ) |
void fv3jedi::fv3jedi_lineargetvalues_fill_geovals_ad_f90 | ( | const F90lineargetvalues & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const util::DateTime ** | , | ||
const util::DateTime ** | , | ||
const F90locs & | , | ||
const F90goms & | |||
) |
void fv3jedi::fv3jedi_lineargetvalues_fill_geovals_tl_f90 | ( | const F90lineargetvalues & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const util::DateTime ** | , | ||
const util::DateTime ** | , | ||
const F90locs & | , | ||
const F90goms & | |||
) |
void fv3jedi::fv3jedi_lineargetvalues_set_trajectory_f90 | ( | const F90lineargetvalues & | , |
const F90geom & | , | ||
const F90state & | , | ||
const util::DateTime ** | , | ||
const util::DateTime ** | , | ||
const F90locs & | , | ||
const F90goms & | |||
) |
void fv3jedi::fv3jedi_linvarcha_a2m_create_f90 | ( | const F90lvc_A2M & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90state & | , | ||
const eckit::Configuration *const * | |||
) |
void fv3jedi::fv3jedi_linvarcha_a2m_delete_f90 | ( | F90lvc_A2M & | ) |
void fv3jedi::fv3jedi_linvarcha_a2m_multiply_f90 | ( | const F90lvc_A2M & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_linvarcha_a2m_multiplyadjoint_f90 | ( | const F90lvc_A2M & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_linvarcha_a2m_multiplyinverse_f90 | ( | const F90lvc_A2M & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_linvarcha_a2m_multiplyinverseadjoint_f90 | ( | const F90lvc_A2M & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_linvarcha_c2a_create_f90 | ( | const F90lvc_C2A & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90state & | , | ||
const eckit::Configuration *const * | |||
) |
void fv3jedi::fv3jedi_linvarcha_c2a_delete_f90 | ( | F90lvc_C2A & | ) |
void fv3jedi::fv3jedi_linvarcha_c2a_multiply_f90 | ( | const F90lvc_C2A & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_linvarcha_c2a_multiplyadjoint_f90 | ( | const F90lvc_C2A & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_linvarcha_c2a_multiplyinverse_f90 | ( | const F90lvc_C2A & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_linvarcha_c2a_multiplyinverseadjoint_f90 | ( | const F90lvc_C2A & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_linvarcha_nmcbal_create_f90 | ( | const F90lvc_NMC & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90state & | , | ||
const eckit::Configuration *const * | |||
) |
void fv3jedi::fv3jedi_linvarcha_nmcbal_delete_f90 | ( | F90lvc_NMC & | ) |
void fv3jedi::fv3jedi_linvarcha_nmcbal_multiply_f90 | ( | const F90lvc_NMC & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_linvarcha_nmcbal_multiplyadjoint_f90 | ( | const F90lvc_NMC & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_linvarcha_nmcbal_multiplyinverse_f90 | ( | const F90lvc_NMC & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_linvarcha_nmcbal_multiplyinverseadjoint_f90 | ( | const F90lvc_NMC & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_lvc_model2geovals_create_f90 | ( | const F90lvc_M2G & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90state & | , | ||
const eckit::Configuration *const * | |||
) |
void fv3jedi::fv3jedi_lvc_model2geovals_delete_f90 | ( | F90lvc_M2G & | ) |
void fv3jedi::fv3jedi_lvc_model2geovals_multiply_f90 | ( | const F90lvc_M2G & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_lvc_model2geovals_multiplyadjoint_f90 | ( | const F90lvc_M2G & | , |
const F90geom & | , | ||
const F90inc & | , | ||
const F90inc & | |||
) |
void fv3jedi::fv3jedi_nuopc_create_f90 | ( | const eckit::Configuration *const * | , |
const F90geom & | , | ||
F90model & | |||
) |
void fv3jedi::fv3jedi_nuopc_delete_f90 | ( | F90model & | ) |
void fv3jedi::fv3jedi_nuopc_finalize_f90 | ( | const F90model & | , |
const F90inc & | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_nuopc_initialize_f90 | ( | const F90model & | , |
const F90state & | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_nuopc_step_f90 | ( | const F90model & | , |
const F90state & | , | ||
util::DateTime *const * | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_pseudo_create_f90 | ( | const eckit::Configuration *const * | , |
const F90geom & | , | ||
F90model & | |||
) |
void fv3jedi::fv3jedi_pseudo_delete_f90 | ( | F90model & | ) |
void fv3jedi::fv3jedi_pseudo_step_f90 | ( | const F90model & | , |
const F90state & | , | ||
const F90geom & | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_state_analytic_init_f90 | ( | const F90state & | , |
const F90geom & | , | ||
const eckit::Configuration *const * | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_state_change_resol_f90 | ( | const F90state & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90geom & | |||
) |
void fv3jedi::fv3jedi_state_delete_f90 | ( | F90state & | ) |
void fv3jedi::fv3jedi_state_deserialize_f90 | ( | const F90state & | , |
const std::size_t & | , | ||
const double | [], | ||
const std::size_t & | |||
) |
void fv3jedi::fv3jedi_state_getminmaxrms_f90 | ( | const F90state & | , |
int & | , | ||
const int & | , | ||
char * | , | ||
double & | |||
) |
void fv3jedi::fv3jedi_state_getnfieldsncube_f90 | ( | const F90state & | , |
int & | , | ||
int & | |||
) |
void fv3jedi::fv3jedi_state_norm_f90 | ( | const F90state & | , |
double & | |||
) |
void fv3jedi::fv3jedi_state_read_file_f90 | ( | const F90geom & | , |
const F90state & | , | ||
const eckit::Configuration *const * | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_state_serialize_f90 | ( | const F90state & | , |
const std::size_t & | , | ||
double | [] | ||
) |
void fv3jedi::fv3jedi_state_sersize_f90 | ( | const F90state & | , |
int & | |||
) |
void fv3jedi::fv3jedi_state_write_file_f90 | ( | const F90geom & | , |
const F90state & | , | ||
const eckit::Configuration *const * | , | ||
const util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_state_zero_f90 | ( | const F90state & | ) |
void fv3jedi::fv3jedi_tlm_create_f90 | ( | F90tlm & | , |
const F90geom & | , | ||
const eckit::Configuration *const * | |||
) |
void fv3jedi::fv3jedi_tlm_delete_f90 | ( | F90tlm & | ) |
void fv3jedi::fv3jedi_traj_wipe_f90 | ( | F90traj & | ) |
void fv3jedi::fv3jedi_varcha_a2m_changevar_f90 | ( | const F90vc_A2M & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90state & | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_varcha_a2m_changevarinverse_f90 | ( | const F90vc_A2M & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90state & | , | ||
util::DateTime *const * | |||
) |
void fv3jedi::fv3jedi_varcha_a2m_create_f90 | ( | const F90vc_A2M & | , |
const F90geom & | , | ||
const eckit::LocalConfiguration *const * | |||
) |
void fv3jedi::fv3jedi_varcha_a2m_delete_f90 | ( | F90vc_A2M & | ) |
void fv3jedi::fv3jedi_varcha_c2a_changevar_f90 | ( | const F90vc_C2A & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90state & | |||
) |
void fv3jedi::fv3jedi_varcha_c2a_changevarinverse_f90 | ( | const F90vc_C2A & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90state & | |||
) |
void fv3jedi::fv3jedi_varcha_c2a_create_f90 | ( | const F90vc_C2A & | , |
const F90geom & | , | ||
const eckit::Configuration *const * | |||
) |
void fv3jedi::fv3jedi_varcha_c2a_delete_f90 | ( | F90vc_C2A & | ) |
void fv3jedi::fv3jedi_vc_coldstartwinds_changevar_f90 | ( | const F90vc_CSW & | , |
const F90state & | , | ||
const F90state & | |||
) |
void fv3jedi::fv3jedi_vc_coldstartwinds_create_f90 | ( | const F90vc_CSW & | , |
const F90geom & | , | ||
const eckit::Configuration *const * | |||
) |
void fv3jedi::fv3jedi_vc_coldstartwinds_delete_f90 | ( | F90vc_CSW & | ) |
void fv3jedi::fv3jedi_vc_geosrst2bkg_changevar_f90 | ( | const F90vc_R2B & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90state & | |||
) |
void fv3jedi::fv3jedi_vc_geosrst2bkg_changevarinverse_f90 | ( | const F90vc_R2B & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90state & | |||
) |
void fv3jedi::fv3jedi_vc_geosrst2bkg_create_f90 | ( | const F90vc_R2B & | , |
const F90geom & | , | ||
const eckit::Configuration *const * | |||
) |
void fv3jedi::fv3jedi_vc_geosrst2bkg_delete_f90 | ( | F90vc_R2B & | ) |
void fv3jedi::fv3jedi_vc_model2geovals_changevar_f90 | ( | const F90vc_M2G & | , |
const F90geom & | , | ||
const F90state & | , | ||
const F90state & | |||
) |
void fv3jedi::fv3jedi_vc_model2geovals_create_f90 | ( | const F90vc_M2G & | , |
const F90geom & | , | ||
const eckit::Configuration *const * | |||
) |
void fv3jedi::fv3jedi_vc_model2geovals_delete_f90 | ( | F90vc_M2G & | ) |
void fv3jedi::fv3jedi_vc_vertremap_changevar_f90 | ( | const F90vc_VR & | , |
const F90state & | , | ||
const F90state & | |||
) |
void fv3jedi::fv3jedi_vc_vertremap_create_f90 | ( | const F90vc_VR & | , |
const F90geom & | , | ||
const eckit::Configuration *const * | |||
) |
void fv3jedi::fv3jedi_vc_vertremap_delete_f90 | ( | F90vc_VR & | ) |
void fv3jedi::generateGeomFv3Conf | ( | const eckit::Configuration & | conf, |
const eckit::mpi::Comm & | comm | ||
) |
Definition at line 160 of file Utilities.cc.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
void fv3jedi::removeFv3Files | ( | const eckit::mpi::Comm & | comm | ) |
Definition at line 130 of file Utilities.cc.
void fv3jedi::stageFMSFiles | ( | const eckit::Configuration & | conf, |
const eckit::mpi::Comm & | comm | ||
) |
Definition at line 32 of file Utilities.cc.
void fv3jedi::stageFv3Files | ( | const eckit::Configuration & | conf, |
const eckit::mpi::Comm & | comm | ||
) |
Definition at line 53 of file Utilities.cc.