subroutine lsm_noah_pre::lsm_noah_pre_run | ( | integer, intent(in) | im, |
integer, intent(in) | km, | ||
real(kind=kind_phys), dimension(im), intent(inout) | drain, | ||
real(kind=kind_phys), dimension(im), intent(inout) | runof, | ||
real(kind=kind_phys), dimension(im), intent(inout) | evbs, | ||
real(kind=kind_phys), dimension(im), intent(inout) | evcw, | ||
real(kind=kind_phys), dimension(im), intent(inout) | trans, | ||
real(kind=kind_phys), dimension(im), intent(inout) | sbsno, | ||
real(kind=kind_phys), dimension(im), intent(inout) | snowc, | ||
real(kind=kind_phys), dimension(im), intent(inout) | snohf, | ||
real(kind=kind_phys), dimension(im), intent(inout) | smcwlt2, | ||
real(kind=kind_phys), dimension(im), intent(inout) | smcref2, | ||
character(len=*), intent(out) | errmsg, | ||
integer, intent(out) | errflg | ||
) |
local_name | standard_name | long_name | units | rank | type | kind | intent | optional |
---|---|---|---|---|---|---|---|---|
im | horizontal_loop_extent | horizontal loop extent | count | 0 | integer | in | F | |
km | soil_vertical_dimension | soil vertical layer dimension | count | 0 | integer | in | F | |
drain | subsurface_runoff_flux | subsurface runoff flux | g m-2 s-1 | 1 | real | kind_phys | out | F |
runof | surface_runoff_flux | surface runoff flux | g m-2 s-1 | 1 | real | kind_phys | out | F |
evbs | soil_upward_latent_heat_flux | soil upward latent heat flux | W m-2 | 1 | real | kind_phys | out | F |
evcw | canopy_upward_latent_heat_flux | canopy upward latent heat flux | W m-2 | 1 | real | kind_phys | out | F |
trans | transpiration_flux | total plant transpiration rate | kg m-2 s-1 | 1 | real | kind_phys | out | F |
sbsno | snow_deposition_sublimation_upward_latent_heat_flux | latent heat flux from snow depo/subl | W m-2 | 1 | real | kind_phys | out | F |
snowc | surface_snow_area_fraction | surface snow area fraction | frac | 1 | real | kind_phys | out | F |
snohf | snow_freezing_rain_upward_latent_heat_flux | latent heat flux due to snow and frz rain | W m-2 | 1 | real | kind_phys | out | F |
smcwlt2 | volume_fraction_of_condensed_water_in_soil_at_wilting_point | soil water fraction at wilting point | frac | 1 | real | kind_phys | out | F |
smcref2 | threshold_volume_fraction_of_condensed_water_in_soil | soil moisture threshold | frac | 1 | real | kind_phys | out | F |
errmsg | ccpp_error_message | error message for error handling in CCPP | none | 0 | character | len=* | out | F |
errflg | ccpp_error_flag | error flag for error handling in CCPP | flag | 0 | integer | out | F |