subroutine, public module_sf_noahmplsm::noahmp_options | ( | integer, intent(in) | idveg, |
integer, intent(in) | iopt_crs, | ||
integer, intent(in) | iopt_btr, | ||
integer, intent(in) | iopt_run, | ||
integer, intent(in) | iopt_sfc, | ||
integer, intent(in) | iopt_frz, | ||
integer, intent(in) | iopt_inf, | ||
integer, intent(in) | iopt_rad, | ||
integer, intent(in) | iopt_alb, | ||
integer, intent(in) | iopt_snf, | ||
integer, intent(in) | iopt_tbot, | ||
integer, intent(in) | iopt_stc | ||
) |
[in] | idveg | dynamic vegetation (1 -> off ; 2 -> on) with opt_crs = 1 |
[in] | iopt_crs | canopy stomatal resistance (1-> ball-berry; 2->jarvis) |
[in] | iopt_btr | soil moisture factor for stomatal resistance (1-> noah; 2-> clm; 3-> ssib) |
[in] | iopt_run | runoff and groundwater (1->simgm; 2->simtop; 3->schaake96; 4->bats) |
[in] | iopt_sfc | surface layer drag coeff (ch & cm) (1->m-o; 2->chen97) |
[in] | iopt_frz | supercooled liquid water (1-> ny06; 2->koren99) |
[in] | iopt_inf | frozen soil permeability (1-> ny06; 2->koren99) |
[in] | iopt_rad | radiation transfer (1->gap=f(3d,cosz); 2->gap=0; 3->gap=1-fveg) |
[in] | iopt_alb | snow surface albedo (1->bats; 2->class) |
[in] | iopt_snf | rainfall & snowfall (1-jordan91; 2->bats; 3->noah) |
[in] | iopt_tbot | lower boundary of soil temperature (1->zero-flux; 2->noah) |
[in] | iopt_stc | snow/soil temperature time scheme (only layer 1) 1 -> semi-implicit; 2 -> full implicit (original noah) |
References dveg, opt_alb, opt_btr, opt_crs, opt_frz, opt_inf, opt_rad, opt_run, opt_sfc, opt_snf, opt_stc, and opt_tbot.
Referenced by noahmpdrv::noahmpdrv_run().