8 #ifndef MPASJEDI_FORTRAN_H_
9 #define MPASJEDI_FORTRAN_H_
11 #include <atlas/field.h>
12 #include <atlas/functionspace.h>
14 #include "oops/base/Variables.h"
71 const eckit::Configuration &,
72 const eckit::mpi::Comm *);
74 atlas::field::FieldSetImpl *);
76 atlas::functionspace::FunctionSpaceImpl *);
78 atlas::field::FieldSetImpl *);
82 const std::size_t &, std::size_t &);
116 const eckit::Configuration &);
void mpas_b_randomize_f90(const F90bmat &, const F90inc &)
void mpas_model_setup_f90(const eckit::Configuration &, const F90geom &, F90model &)
void mpas_model_delete_f90(F90model &)
void mpas_geo_clone_f90(F90geom &, const F90geom &)
void mpas_model_prepare_integration_f90(const F90model &, const F90state &)
void mpas_model_prepare_integration_tl_f90(const F90model &, const F90inc &)
void mpas_model_prop_traj_f90(const F90model &, const F90state &, F90traj &)
void mpas_geo_fill_atlas_fieldset_f90(const F90geom &, atlas::field::FieldSetImpl *)
void mpas_geo_set_atlas_lonlat_f90(const F90geom &, atlas::field::FieldSetImpl *)
void mpas_model_propagate_f90(const F90model &, const F90state &)
void mpas_b_invmult_f90(const F90bmat &, const F90inc &, const F90inc &)
void mpas_traj_minmaxrms_f90(const F90traj &, double &)
void mpas_model_propagate_tl_f90(const F90model &, const F90inc &, const F90traj &)
void mpas_model_propagate_ad_f90(const F90model &, const F90inc &, const F90traj &)
void mpas_geo_is_equal_f90(bool &, const F90geom &, const F90geom &)
void mpas_geo_vars_nlevels_f90(const F90geom &, const oops::Variables &, const std::size_t &, std::size_t &)
void mpas_geo_setup_f90(F90geom &, const eckit::Configuration &, const eckit::mpi::Comm *)
Interface to Fortran MPAS model.
void mpas_b_linearize_f90(const F90bmat &, const eckit::Configuration &)
void mpas_geo_delete_f90(F90geom &)
void mpas_geo_set_atlas_functionspace_pointer_f90(const F90geom &, atlas::functionspace::FunctionSpaceImpl *)
void mpas_model_wipe_traj_f90(F90traj &)
void mpas_geo_info_f90(const F90geom &, int &, int &, int &, int &, int &, int &, int &, int &)
void mpas_b_delete_f90(F90bmat &)
void mpas_b_mult_f90(const F90bmat &, const F90inc &, const F90inc &)
void mpas_b_setup_f90(F90bmat &, const eckit::Configuration &, const F90geom &)
void mpas_model_prepare_integration_ad_f90(const F90model &, const F90inc &)