MPAS-JEDI
Fortran.h File Reference
#include <atlas/field.h>
#include <atlas/functionspace.h>
#include "oops/base/Variables.h"
Include dependency graph for Fortran.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 eckit
 
 util
 
 mpas
 

Typedefs

typedef int mpas::F90geom
 
typedef int mpas::F90model
 
typedef int mpas::F90vars
 
typedef int mpas::F90locs
 
typedef int mpas::F90goms
 
typedef int mpas::F90state
 
typedef int mpas::F90inc
 
typedef int mpas::F90traj
 
typedef int mpas::F90bmat
 
typedef int mpas::F90ovec
 
typedef int mpas::F90hop
 
typedef int mpas::F90odb
 
typedef int mpas::F90getvalues
 
typedef int mpas::F90lineargetvalues
 

Functions

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 &)