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, dqv_dt_prd, dqv_dt_qv) |
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) | |
Derived type containing data and procedures needed by h2o photochemistry parameterization Note All data field are ordered from surface-to-toa.
Definition at line 18 of file module_h2ophys.F90.