SCALE-RM
|
module Surface roughness length More...
Functions/Subroutines | |
subroutine, public | roughness_setup |
Variables | |
procedure(rl), pointer, public | roughness => NULL() |
module Surface roughness length
name | type | default value | comment |
---|---|---|---|
ROUGHNESS_TYPE | character(len=H_SHORT) | 'MOON07' | surface roughness length scheme |
ROUGHNESS_VISCK | real(RP) | 1.5E-5_RP | kinematic viscosity |
ROUGHNESS_USTAR_MIN | real(RP) | 1.0E-3_RP | minimum fiction velocity |
ROUGHNESS_Z0M_MIN | real(RP) | 1.0E-5_RP | minimum roughness length for momentum [m] |
ROUGHNESS_Z0H_MIN | real(RP) | 1.0E-5_RP | minimum roughness length for heat [m] |
ROUGHNESS_Z0E_MIN | real(RP) | 1.0E-5_RP | minimum roughness length for moisture [m] |
name | type | default value | comment |
---|---|---|---|
ROUGHNESS_MILLER92_CM0 | real(RP) | 1.0E-3_RP | bulk coef. for U* |
ROUGHNESS_MILLER92_Z0MI | real(RP) | 0.0E-0_RP | base roughness length for momentum |
ROUGHNESS_MILLER92_Z0MR | real(RP) | 1.8E-2_RP | rough factor for momentum |
ROUGHNESS_MILLER92_Z0MS | real(RP) | 1.1E-1_RP | smooth factor for momentum |
ROUGHNESS_MILLER92_Z0HI | real(RP) | 1.4E-5_RP | base roughness length for heat |
ROUGHNESS_MILLER92_Z0HR | real(RP) | 0.0E-0_RP | rough factor for heat |
ROUGHNESS_MILLER92_Z0HS | real(RP) | 4.0E-1_RP | smooth factor for heat |
ROUGHNESS_MILLER92_Z0EI | real(RP) | 1.3E-4_RP | base roughness length for moisture |
ROUGHNESS_MILLER92_Z0ER | real(RP) | 0.0E-0_RP | rough factor for moisture |
ROUGHNESS_MILLER92_Z0ES | real(RP) | 6.2E-1_RP | smooth factor for moisture |
name | type | default value | comment |
---|---|---|---|
ROUGHNESS_MOON07_ITELIM | integer | 10 | maximum iteration number |
subroutine, public scale_roughness::roughness_setup | ( | ) |
Definition at line 108 of file scale_roughness.F90.
References scale_const::const_grav, scale_const::const_karman, scale_grid_index::ie, scale_stdio::io_fid_conf, scale_stdio::io_fid_log, scale_stdio::io_fid_nml, scale_stdio::io_l, scale_stdio::io_nml, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, scale_process::prc_mpistop(), and roughness.
Referenced by mod_rm_driver::scalerm().
procedure(rl), pointer, public scale_roughness::roughness => NULL() |
Definition at line 61 of file scale_roughness.F90.
Referenced by scale_atmos_phy_sf_bulk::atmos_phy_sf_bulk(), mod_ocean_phy_driver::ocean_phy_driver(), and roughness_setup().