subroutine, public module_soil_pre::init_soil_depth_3 | ( | real, dimension(1:num_soil_levels), intent(out) | zs, |
real, dimension(1:num_soil_levels), intent(out) | dzs, | ||
integer, intent(in) | num_soil_levels | ||
) |
In RUC LSM ZS-soil levels, and DZS-soil layer thicknesses, not used ZS is specified in the namelist: num_soil_levels =6 or 9. other options with number of levels are possible, but WRF users should change consistently the namelist entry with the ZS array in this subroutine.
Referenced by lsm_ruc::rucinit().