SOCA
soca_getvalues.reg.F90
Go to the documentation of this file.
1 ! (C) Copyright 2020-2021 UCAR
2 !
3 ! This software is licensed under the terms of the Apache Licence Version 2.0
4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5 
6 ! ------------------------------------------------------------------------------
7 !> registry for soca_getvalues_mod::soca_getvalues instances for use in
8 !! Fortran/C++ interface of soca_getvalues_mod_c
10 
12 
13 implicit none
14 private
15 
16 !> Linked list interface - defines registry_t type
17 #define LISTED_TYPE soca_getvalues
18 #include "oops/util/linkedList_i.f"
19 
20 !> Global registry for soca_getvalues
21 type(registry_t), public:: soca_getvalues_registry
22 
23 ! ------------------------------------------------------------------------------
24 contains
25 ! ------------------------------------------------------------------------------
26 
27 !> Linked list implementation
28 #include "oops/util/linkedList_c.f"
29 
30 end module soca_getvalues_reg
Getvalues module.
registry for soca_getvalues_mod::soca_getvalues instances for use in Fortran/C++ interface of soca_ge...
type(registry_t), public soca_getvalues_registry
Linked list interface - defines registry_t type.