Public Member Functions | |
procedure, public | load (this, file, fileid) |
procedure, public | setup (this, lat, idx1, idx2, idxh) |
procedure, public | update (this, idx1, idx2, idxh, rjday, idxt1, idxt2, h2opl) |
procedure, public | run (this, dt, p, h2opltc, h2o) |
Public Attributes | |
integer | nlat |
Number of latitudes. | |
integer | nlev |
Number of vertical layers. | |
integer | ntime |
Number of times. | |
integer | ncf |
Number of coefficients. | |
real(kind_phys), dimension(:), allocatable | lat |
Latitude. | |
real(kind_phys), dimension(:), allocatable | pres |
Pressure levels. | |
real(kind_phys), dimension(:), allocatable | ph2o |
Natural log pressure of levels. | |
real(kind_phys), dimension(:), allocatable | time |
Time. | |
real(kind_phys), dimension(:,:,:,:), allocatable | data |
H20 forcing data (raw) | |