|
void | mpas::mpas_geo_setup_f90 (F90geom &, const eckit::Configuration &, const eckit::mpi::Comm *) |
| Interface to Fortran MPAS model. More...
|
|
void | mpas::mpas_geo_set_atlas_lonlat_f90 (const F90geom &, atlas::field::FieldSetImpl *) |
|
void | mpas::mpas_geo_set_atlas_functionspace_pointer_f90 (const F90geom &, atlas::functionspace::FunctionSpaceImpl *) |
|
void | mpas::mpas_geo_fill_atlas_fieldset_f90 (const F90geom &, atlas::field::FieldSetImpl *) |
|
void | mpas::mpas_geo_clone_f90 (F90geom &, const F90geom &) |
|
void | mpas::mpas_geo_is_equal_f90 (bool &, const F90geom &, const F90geom &) |
|
void | mpas::mpas_geo_vars_nlevels_f90 (const F90geom &, const oops::Variables &, const std::size_t &, std::size_t &) |
|
void | mpas::mpas_geo_info_f90 (const F90geom &, int &, int &, int &, int &, int &, int &, int &, int &) |
|
void | mpas::mpas_geo_delete_f90 (F90geom &) |
|
void | mpas::mpas_model_setup_f90 (const eckit::Configuration &, const F90geom &, F90model &) |
|
void | mpas::mpas_model_delete_f90 (F90model &) |
|
void | mpas::mpas_model_prepare_integration_f90 (const F90model &, const F90state &) |
|
void | mpas::mpas_model_prepare_integration_tl_f90 (const F90model &, const F90inc &) |
|
void | mpas::mpas_model_prepare_integration_ad_f90 (const F90model &, const F90inc &) |
|
void | mpas::mpas_model_propagate_f90 (const F90model &, const F90state &) |
|
void | mpas::mpas_model_prop_traj_f90 (const F90model &, const F90state &, F90traj &) |
|
void | mpas::mpas_model_propagate_tl_f90 (const F90model &, const F90inc &, const F90traj &) |
|
void | mpas::mpas_model_propagate_ad_f90 (const F90model &, const F90inc &, const F90traj &) |
|
void | mpas::mpas_model_wipe_traj_f90 (F90traj &) |
|
void | mpas::mpas_traj_minmaxrms_f90 (const F90traj &, double &) |
|
void | mpas::mpas_b_setup_f90 (F90bmat &, const eckit::Configuration &, const F90geom &) |
|
void | mpas::mpas_b_delete_f90 (F90bmat &) |
|
void | mpas::mpas_b_linearize_f90 (const F90bmat &, const eckit::Configuration &) |
|
void | mpas::mpas_b_mult_f90 (const F90bmat &, const F90inc &, const F90inc &) |
|
void | mpas::mpas_b_invmult_f90 (const F90bmat &, const F90inc &, const F90inc &) |
|
void | mpas::mpas_b_randomize_f90 (const F90bmat &, const F90inc &) |
|