SOCA
Model2GeoVaLsFortran.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2021-2021 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 #ifndef SOCA_TRANSFORMS_MODEL2GEOVALS_MODEL2GEOVALSFORTRAN_H_
8 #define SOCA_TRANSFORMS_MODEL2GEOVALS_MODEL2GEOVALSFORTRAN_H_
9 
10 #include "soca/Fortran.h"
11 
12 namespace soca {
13  extern "C" {
15  const F90flds &,
16  F90flds &);
18  const F90flds &,
19  F90flds &);
21  const F90flds &,
22  F90flds &);
23  }
24 } // namespace soca
25 
26 #endif // SOCA_TRANSFORMS_MODEL2GEOVALS_MODEL2GEOVALSFORTRAN_H_
int F90geom
key type for soca_geom_mod::soca_geom
Definition: Fortran.h:14
void soca_model2geovals_linear_changevar_f90(const F90geom &, const F90flds &, F90flds &)
void soca_model2geovals_linear_changevarAD_f90(const F90geom &, const F90flds &, F90flds &)
void soca_model2geovals_changevar_f90(const F90geom &, const F90flds &, F90flds &)
int F90flds
key type for soca_fields_mod::soca_fields
Definition: Fortran.h:26