This subroutine is NRL H2O physics for stratosphere and mesosphere.
More...
Argument Table
h2ophys_run argument table
local_name | standard_name | long_name | units | type | dimensions | kind | intent | optional |
im | horizontal_loop_extent | horizontal loop extent | count | integer | () | | in | False |
levs | vertical_dimension | number of vertical layers | count | integer | () | | in | False |
kh2o | vertical_dimension_of_h2o_forcing_data | number of vertical layers in h2o forcing data | count | integer | () | | in | False |
dt | time_step_for_physics | physics time step | s | real | () | kind_phys | in | False |
h2o | water_vapor_specific_humidity_updated_by_physics | water vapor specific humidity updated by physics | kg kg-1 | real | (horizontal_dimension, vertical_dimension) | kind_phys | inout | False |
ph2o | natural_log_of_h2o_forcing_data_pressure_levels | natural log of h2o forcing data pressure levels | log(Pa) | real | (vertical_dimension_of_h2o_forcing_data) | kind_phys | in | False |
prsl | air_pressure | mid-layer pressure | Pa | real | (horizontal_dimension, vertical_dimension) | kind_phys | in | False |
h2opltc | h2o_forcing | water forcing data | various | real | (horizontal_dimension, vertical_dimension_of_h2o_forcing_data, number_of_coefficients_in_h2o_forcing_data) | kind_phys | in | False |
h2o_coeff | number_of_coefficients_in_h2o_forcing_data | number of coefficients in h2o forcing data | index | integer | () | | in | False |
ldiag3d | flag_diagnostics_3D | flag for calculating 3-D diagnostic fields | flag | logical | () | | in | False |
me | mpi_rank | rank of the current MPI task | index | integer | () | | in | False |
errmsg | ccpp_error_message | error message for error handling in CCPP | none | character | () | len=* | out | False |
errflg | ccpp_error_flag | error flag for error handling in CCPP | flag | integer | () | | out | False |
GFS H2O Physics Scheme General Algorithm
|
subroutine, public | h2ophys::h2ophys_run (im, levs, kh2o, dt, h2o, ph2o, prsl, h2opltc, h2o_coeff, ldiag3d, me, errmsg, errflg) |
|