FV3 Bundle
GetValuesTrajFV3JEDI.cc
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2018 UCAR
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #include <mpi.h>
9 
10 #include "eckit/config/Configuration.h"
11 #include "oops/util/Logger.h"
12 
15 
16 // -----------------------------------------------------------------------------
17 namespace fv3jedi {
18 // -----------------------------------------------------------------------------
20  oops::Log::trace() << "GetValuesTrajFV3JEDI constructor starting"
21  << std::endl;
23  oops::Log::trace() << "GetValuesTrajFV3JEDI constructor done"
24  << keyGetValuesTraj_ << std::endl;
25 }
26 // -----------------------------------------------------------------------------
28  oops::Log::trace() << "GetValuesTrajFV3JEDI destructor starting"
29  << std::endl;
31  oops::Log::trace() << "GetValuesTrajFV3JEDI destructor done" << std::endl;
32 }
33 // -----------------------------------------------------------------------------
34 } // namespace fv3jedi
void fv3jedi_getvalues_traj_delete_f90(const F90ootrj &)
void fv3jedi_getvalues_traj_setup_f90(const F90ootrj &)