CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches

◆ clm_lake_init()

subroutine, public clm_lake::clm_lake_init ( real(kind_phys), intent(in) con_pi,
real(kind_phys), intent(in) karman,
real(kind_phys), intent(in) con_g,
real(kind_phys), intent(in) con_sbc,
real(kind_phys), intent(in) con_t0c,
real(kind_phys), intent(in) rhowater,
real(kind_phys), intent(in) con_csol,
real(kind_phys), intent(in) con_cliq,
real(kind_phys), intent(in) con_hfus,
real(kind_phys), intent(in) con_hvap,
real(kind_phys), intent(in) con_rd,
real(kind_phys), intent(in) con_cp,
real(kind_phys), intent(in) rholakeice,
logical, intent(in) clm_lake_debug,
logical, intent(in) clm_debug_print,
real(kind_phys), intent(in) con_eps_model,
real(kind_phys), intent(in) con_fvirt_model,
character(*), intent(out) errmsg,
integer, intent(out) errflg )

Argument Table

clm_lake_init argument table
local_namestandard_namelong_nameunitstypedimensionskindintent
con_pipiratio of a circle's circumference to its diameternonereal()kind_physin
karmanvon_karman_constantVon Karman constantnonereal()kind_physin
con_ggravitational_accelerationgravitational accelerationm s-2real()kind_physin
con_sbcstefan_boltzmann_constantStefan-Boltzmann constantW m-2 K-4real()kind_physin
con_t0ctemperature_at_zero_celsiustemperature at 0 degree CelsiusKreal()kind_physin
rhowaterfresh_liquid_water_density_at_0cdensity of liquid waterkg m-3real()kind_physin
con_csolspecific_heat_of_ice_at_constant_pressurespecific heat of ice at constant pressureJ kg-1 K-1real()kind_physin
con_cliqspecific_heat_of_liquid_water_at_constant_pressurespecific heat of liquid water at constant pressureJ kg-1 K-1real()kind_physin
con_hfuslatent_heat_of_fusion_of_water_at_0clatent heat of fusionJ kg-1real()kind_physin
con_hvaplatent_heat_of_vaporization_of_water_at_0clatent heat of evaporation/sublimationJ kg-1real()kind_physin
con_rdgas_constant_of_dry_airideal gas constant for dry airJ kg-1 K-1real()kind_physin
con_eps_modelratio_of_dry_air_to_water_vapor_gas_constantsrd/rvnonereal()kind_physin
con_fvirt_modelratio_of_vapor_to_dry_air_gas_constants_minus_one(rv/rd) - 1 (rv = ideal gas constant for water vapor)nonereal()kind_physin
con_cpspecific_heat_of_dry_air_at_constant_pressurespecific heat of dry air at constant pressureJ kg-1 K-1real()kind_physin
rholakeicedensity_of_ice_on_lakedensity of ice on a lakekg m-3real()kind_physin
clm_lake_debugflag_for_verbose_debugging_in_clm_lake_modelflag for verbose debugging in clm lake modelflaglogical()in
clm_debug_printflag_for_printing_in_clm_lake_modelflag for printing in clm lake modelflaglogical()in
errmsgccpp_error_messageerror message for error handling in CCPPnonecharacter()len=*out
errflgccpp_error_codeerror code for error handling in CCPP1integer()out

Definition at line 5243 of file clm_lake.f90.