CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches
h2o_def.f
1
3
6 module h2o_def
7
8 use machine , only : kind_phys
9 implicit none
10
11 integer, parameter :: kh2opltc=29
12
13 integer latsh2o, levh2o, timeh2o, h2o_coeff
14 real (kind=kind_phys), allocatable :: h2o_lat(:), h2o_pres(:)
15 &, h2o_time(:)
16 real (kind=kind_phys), allocatable :: h2oplin(:,:,:,:)
17
18 end module h2o_def
This module defines arrays in H2O scheme.
Definition h2o_def.f:6