23 integer :: isc, iec, jsc, jec
24 integer :: isd, ied, jsd, jed
25 integer :: npx, npy, npz
26 logical :: hydrostatic = .false.
27 integer :: calendar_type
28 integer,
dimension(6) :: date
29 integer,
dimension(6) :: date_init
35 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: ua
36 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: va
37 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: t
38 real(kind=kind_real),
allocatable,
dimension(:,: ) :: ps
39 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: q
40 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: qi
41 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: ql
42 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: o3
45 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: w
46 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: delz
47 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: delp
50 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: psi
51 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: chi
52 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: tv
53 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: qc
54 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: qic
55 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: qlc
56 real(kind=kind_real),
allocatable,
dimension(:,:,:) :: o3c
62 #define LISTED_TYPE fv3jedi_increment 65 #include "linkedList_i.f" 77 #include "linkedList_c.f" Fortran derived type to hold FV3JEDI increment.
type(registry_t), public fv3jedi_increment_registry
Linked list interface - defines registry_t type.
Fortran module to handle variables for the FV3JEDI model.
Utilities for increment for the FV3JEDI model.
Fortran derived type to represent fv3jedi model variables.