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
9
module
soca_getvalues_reg
10
11
use
soca_getvalues_mod
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
soca_getvalues_mod
Getvalues module.
Definition:
soca_getvalues_mod.F90:7
soca_getvalues_reg
registry for soca_getvalues_mod::soca_getvalues instances for use in Fortran/C++ interface of soca_ge...
Definition:
soca_getvalues.reg.F90:9
soca_getvalues_reg::soca_getvalues_registry
type(registry_t), public soca_getvalues_registry
Linked list interface - defines registry_t type.
Definition:
soca_getvalues.reg.F90:21
src
soca
GetValues
soca_getvalues.reg.F90
Generated on Thu Oct 28 2021 15:01:08 for SOCA by
1.9.1