24 real(kind=kind_real) :: dt0
25 real(kind=kind_real) :: d1
26 real(kind=kind_real) :: d2
27 real(kind=kind_real) :: deltax0
28 real(kind=kind_real) :: deltay0
30 real(kind=kind_real) :: dt
31 real(kind=kind_real) :: f1
32 real(kind=kind_real) :: f2
33 real(kind=kind_real) :: deltax
34 real(kind=kind_real) :: deltay
35 real(kind=kind_real) :: rsmax
36 real(kind=kind_real),
allocatable :: rs(:,:)
39 #define LISTED_TYPE qg_config 42 #include "oops/util/linkedList_i.f" 51 #include "oops/util/linkedList_c.f" Fortran derived type to hold configuration data for the QG model.
type(registry_t), public qg_config_registry
Linked list interface - defines registry_t type.
Structure holding configuration variables for the QG model.