SCALE-RM
|
module LAND / Physics Constant model More...
Functions/Subroutines | |
subroutine, public | land_phy_const_setup (LAND_TYPE) |
Setup. More... | |
subroutine, public | land_phy_const (TEMP_t, WATER_t, TEMP, WATER, WaterLimit, ThermalCond, HeatCapacity, WaterDiff, SFLX_GH, SFLX_prec, SFLX_evap, CDZ, dt) |
Physical processes for land submodel. More... | |
module LAND / Physics Constant model
subroutine, public scale_land_phy_const::land_phy_const_setup | ( | character(len=*), intent(in) | LAND_TYPE | ) |
Setup.
Definition at line 48 of file scale_land_phy_const.F90.
References scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by scale_land_phy::land_phy_setup().
subroutine, public scale_land_phy_const::land_phy_const | ( | real(rp), dimension (lkmax,ia,ja), intent(out) | TEMP_t, |
real(rp), dimension (lkmax,ia,ja), intent(out) | WATER_t, | ||
real(rp), dimension (lkmax,ia,ja), intent(in) | TEMP, | ||
real(rp), dimension (lkmax,ia,ja), intent(in) | WATER, | ||
real(rp), dimension (ia,ja), intent(in) | WaterLimit, | ||
real(rp), dimension (ia,ja), intent(in) | ThermalCond, | ||
real(rp), dimension(ia,ja), intent(in) | HeatCapacity, | ||
real(rp), dimension (ia,ja), intent(in) | WaterDiff, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_GH, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_prec, | ||
real(rp), dimension (ia,ja), intent(in) | SFLX_evap, | ||
real(rp), dimension (lkmax), intent(in) | CDZ, | ||
real(dp), intent(in) | dt | ||
) |
Physical processes for land submodel.
Definition at line 75 of file scale_land_phy_const.F90.
References scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by scale_land_phy::land_phy_setup().