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

◆ rascnv_init()

subroutine, public rascnv::rascnv_init ( integer, intent(in) me,
real(kind=kind_phys), intent(in) dt,
real(kind=kind_phys), intent(in) con_g,
real(kind=kind_phys), intent(in) con_cp,
real(kind=kind_phys), intent(in) con_rd,
real(kind=kind_phys), intent(in) con_rv,
real(kind=kind_phys), intent(in) con_hvap,
real(kind=kind_phys), intent(in) con_hfus,
real(kind=kind_phys), intent(in) con_fvirt,
real(kind=kind_phys), intent(in) con_t0c,
real(kind=kind_phys), intent(in) con_ttp,
real(kind=kind_phys), intent(in) con_cvap,
real(kind=kind_phys), intent(in) con_cliq,
real(kind=kind_phys), intent(in) con_csol,
real(kind=kind_phys), intent(in) con_eps,
real(kind=kind_phys), intent(in) con_epsm1,
character(len=*), intent(out) errmsg,
integer, intent(out) errflg )

Argument Table

rascnv_init argument table
local_namestandard_namelong_nameunitstypedimensionskindintent
mempi_rankcurrent MPI-rankindexinteger()in
dttimestep_for_physicsphysics time stepsreal()kind_physin
con_ggravitational_accelerationgravitational accelerationm s-2real()kind_physin
con_cpspecific_heat_of_dry_air_at_constant_pressurespecific heat of dry air at constant pressureJ kg-1 K-1real()kind_physin
con_rdgas_constant_of_dry_airideal gas constant for dry airJ kg-1 K-1real()kind_physin
con_rvgas_constant_water_vaporideal gas constant for water vaporJ kg-1 K-1real()kind_physin
con_hvaplatent_heat_of_vaporization_of_water_at_0clatent heat of evaporation/sublimationJ kg-1real()kind_physin
con_hfuslatent_heat_of_fusion_of_water_at_0clatent heat of fusionJ kg-1real()kind_physin
con_fvirtratio_of_vapor_to_dry_air_gas_constants_minus_one(rv/rd) - 1 (rv = ideal gas constant for water vapor)nonereal()kind_physin
con_t0ctemperature_at_zero_celsiustemperature at 0 degree CelsiusKreal()kind_physin
con_ttptriple_point_temperature_of_watertriple point temperature of waterKreal()kind_physin
con_cvapspecific_heat_of_water_vapor_at_constant_pressurespecific heat of water vapor 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_csolspecific_heat_of_ice_at_constant_pressurespecific heat of ice at constant pressureJ kg-1 K-1real()kind_physin
con_epsratio_of_dry_air_to_water_vapor_gas_constantsrd/rvnonereal()kind_physin
con_epsm1ratio_of_dry_air_to_water_vapor_gas_constants_minus_one(rd/rv) - 1nonereal()kind_physin
errmsgccpp_error_messageerror message for error handling in CCPPnonecharacter()len=*out
errflgccpp_error_codeerror code for error handling in CCPP1integer()out

Definition at line 113 of file rascnv.F90.

References setqrp(), and setvtp().

Here is the call graph for this function: