8 #include "eckit/config/Configuration.h"
10 #include "atlas/grid.h"
11 #include "atlas/util/Config.h"
13 #include "oops/util/Logger.h"
21 const eckit::mpi::Comm & comm) : comm_(comm) {
22 oops::Log::trace() <<
"========= GeometryMPAS::GeometryMPAS step 1 =========="
42 oops::Log::trace() <<
"========= GeometryMPAS::GeometryMPAS step 2 =========="
47 oops::Log::trace() <<
"========= GeometryMPAS mpas_geo_clone_f90 =========="
55 for (
int jfield = 0; jfield < other.
atlasFieldSet_->size(); ++jfield) {
75 std::vector<size_t> varSizes(vars.size());
92 nEdgesGlobal, nEdges, nEdgesSolve, \
93 nVertLevels, nVertLevelsP1);
95 os <<
", nCellsGlobal = " << nCellsGlobal \
96 <<
", nCells = " << nCells \
97 <<
", nCellsSolve = " << nCellsSolve \
98 <<
", nEdgesGlobal = " << nEdgesGlobal \
99 <<
", nEdges = " << nEdges \
100 <<
", nEdgesSolve = " << nEdgesSolve \
101 <<
", nVertLevels = " <<nVertLevels \
102 <<
", nVertLevelsP1 = " <<nVertLevelsP1
103 <<
", communicator = " << this->
getComm().name();
GeometryMPAS handles geometry for MPAS model.
std::unique_ptr< atlas::FieldSet > atlasFieldSet_
std::vector< size_t > variableSizes(const oops::Variables &) const
std::unique_ptr< atlas::functionspace::PointCloud > atlasFunctionSpace_
const eckit::mpi::Comm & getComm() const
GeometryMPAS(const eckit::Configuration &, const eckit::mpi::Comm &)
void print(std::ostream &) const
bool isEqual(const GeometryMPAS &) const
void mpas_geo_clone_f90(F90geom &, const F90geom &)
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_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_geo_delete_f90(F90geom &)
void mpas_geo_set_atlas_functionspace_pointer_f90(const F90geom &, atlas::functionspace::FunctionSpaceImpl *)
void mpas_geo_info_f90(const F90geom &, int &, int &, int &, int &, int &, int &, int &, int &)