subroutine lsm_noah_post::lsm_noah_post_run | ( | integer, intent(in) | im, |
integer, intent(in) | km, | ||
logical, intent(in) | flag_lssav, | ||
real(kind=kind_phys), intent(in) | dtf, | ||
real(kind=kind_phys), dimension(im), intent(in) | drain, | ||
real(kind=kind_phys), dimension(im), intent(in) | runof, | ||
real(kind=kind_phys), dimension(im), intent(inout) | runoff, | ||
real(kind=kind_phys), dimension(im), intent(inout) | srunoff, | ||
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 | |
flag_lssav | flag_diagnostics | flag for calculating diagnostic fields | flag | 0 | logical | in | F | |
dtf | time_step_for_dynamics | dynamics time step | s | 0 | real | kind_phys | in | F |
drain | subsurface_runoff_flux | subsurface runoff flux | g m-2 s-1 | 1 | real | kind_phys | in | F |
runof | surface_runoff_flux | surface runoff flux | g m-2 s-1 | 1 | real | kind_phys | in | F |
runoff | total_runoff | total runoff | kg m-2 | 1 | real | kind_phys | inout | F |
srunoff | surface_runoff | surface runoff | kg m-2 | 1 | real | kind_phys | inout | 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 |