Loading [MathJax]/extensions/tex2jax.js
CCPP SciDoc for UFS-SRW v3.0.0  SRW v3.0.0
Common Community Physics Package Developed at DTC
 
All Classes Namespaces Functions Variables Modules Pages
Loading...
Searching...
No Matches
module_h2ophys::ty_h2ophys Type Reference
Collaboration diagram for module_h2ophys::ty_h2ophys:

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)
 

Detailed Description

Argument Table

Derived type containing data and procedures needed by h2o photochemistry parameterization Note All data field are ordered from surface-to-toa.