SCALE-RM
Functions/Subroutines | Variables
scale_const Module Reference

module CONSTANT More...

Functions/Subroutines

subroutine, public const_setup
 Setup. More...
 

Variables

real(rp), public const_pi = 3.14159265358979_RP
 pi More...
 
real(rp), public const_d2r
 degree to radian More...
 
real(rp), public const_eps = 1.E-16_RP
 small number More...
 
real(rp), public const_eps1 = 0.99999999999999_RP
 small number More...
 
real(rp), public const_huge = 1.E+30_RP
 huge number More...
 
integer, parameter, public const_undef2 = -32768
 undefined value (INT2) More...
 
real(sp), parameter, public const_undef4 = -9.9999E30
 undefined value (REAL4) More...
 
real(dp), parameter, public const_undef8 = -9.9999D30
 undefined value (REAL8) More...
 
real(rp), public const_undef
 
real(rp), public const_radius = 6.37122E+6_RP
 radius of the planet [m] More...
 
real(rp), public const_ohm = 7.2920E-5_RP
 angular velocity of the planet [1/s] More...
 
real(rp), public const_grav = 9.80665_RP
 standard acceleration of gravity [m/s2] More...
 
real(rp), parameter, public const_stb = 5.670373E-8_RP
 Stefan-Boltzman constant [W/m2/K4]. More...
 
real(rp), parameter, public const_karman = 0.4_RP
 von Karman constant More...
 
real(rp), parameter, public const_r = 8.31436_RP
 universal gas constant [J/mol/K] More...
 
real(rp), public const_mdry = 28.966_RP
 mass weight (dry air) [g/mol] More...
 
real(rp), public const_rdry = 287.04_RP
 specific gas constant (dry air) [J/kg/K] More...
 
real(rp), public const_cpdry = 1004.64_RP
 specific heat (dry air,constant pressure) [J/kg/K] More...
 
real(rp), public const_cvdry
 specific heat (dry air,constant volume) [J/kg/K] More...
 
real(rp), public const_laps = 6.5E-3_RP
 lapse rate of ISA [K/m] More...
 
real(rp), public const_lapsdry
 dry adiabatic lapse rate [K/m] More...
 
real(rp), public const_mvap = 18.016_RP
 mass weight (water vapor) [g/mol] More...
 
real(rp), parameter, public const_rvap = 461.50_RP
 specific gas constant (water vapor) [J/kg/K] More...
 
real(rp), parameter, public const_cpvap = 1846.00_RP
 specific heat (water vapor, constant pressure) [J/kg/K] More...
 
real(rp), public const_cvvap
 specific heat (water vapor, constant volume) [J/kg/K] More...
 
real(rp), parameter, public const_cl = 4218.0_RP
 specific heat (liquid water) [J/kg/K] More...
 
real(rp), parameter, public const_ci = 2106.0_RP
 specific heat (ice) [J/kg/K] More...
 
real(rp), public const_epsvap
 Rdry / Rvap. More...
 
real(rp), public const_epstvap
 1 / epsilon - 1 More...
 
real(rp), parameter, public const_emelt = 3.4E5_RP
 
real(rp), parameter, public const_tmelt = 273.15_RP
 
real(rp), parameter, public const_lhv0 = 2.501E+6_RP
 latent heat of vaporizaion at 0C [J/kg] More...
 
real(rp), public const_lhv00
 latent heat of vaporizaion at 0K [J/kg] More...
 
real(rp), parameter, public const_lhs0 = 2.834E+6_RP
 latent heat of sublimation at 0C [J/kg] More...
 
real(rp), public const_lhs00
 latent heat of sublimation at 0K [J/kg] More...
 
real(rp), public const_lhf0
 latent heat of fusion at 0C [J/kg] More...
 
real(rp), public const_lhf00
 latent heat of fusion at 0K [J/kg] More...
 
real(rp), parameter, public const_psat0 = 610.78_RP
 saturate pressure of water vapor at 0C [Pa] More...
 
real(rp), parameter, public const_dwatr = 1000.0_RP
 density of water [kg/m3] More...
 
real(rp), parameter, public const_dice = 916.8_RP
 density of ice [kg/m3] More...
 
real(rp), public const_sound
 speed of sound (dry air at 0C) [m/s] More...
 
real(rp), public const_pstd = 101325.0_RP
 standard pressure [Pa] More...
 
real(rp), public const_pre00 = 100000.0_RP
 pressure reference [Pa] More...
 
real(rp), public const_tstd = 288.15_RP
 standard temperature (15C) [K] More...
 
real(rp), parameter, public const_tem00 = 273.15_RP
 temperature reference (0C) [K] More...
 
real(rp), parameter, public const_ppm = 1.E-6_RP
 parts par million More...
 
real(rp), parameter, public const_epsvac = 8.854187817E-12_RP
 parts par million More...
 
real(rp), public const_epsair = 1.00059_RP
 parts par million More...
 
integer, public const_i_lw = 1
 long-wave radiation index More...
 
integer, public const_i_sw = 2
 short-wave radiation index More...
 
character(len=h_short), public const_thermodyn_type = 'EXACT'
 internal energy type More...
 

Detailed Description

module CONSTANT

Description
Physical constants module
Author
Team SCALE
NAMELIST
  • PARAM_CONST
    nametypedefault valuecomment
    CONST_RADIUS real(RP) 6.37122E+6_RP radius of the planet [m]
    CONST_OHM real(RP) 7.2920E-5_RP angular velocity of the planet [1/s]
    CONST_GRAV real(RP) 9.80665_RP standard acceleration of gravity [m/s2]
    CONST_RDRY real(RP) 287.04_RP specific gas constant (dry air) [J/kg/K]
    CONST_CPDRY real(RP) 1004.64_RP specific heat (dry air,constant pressure) [J/kg/K]
    CONST_LAPS real(RP) 6.5E-3_RP lapse rate of ISA [K/m]
    CONST_PSTD real(RP) 101325.0_RP standard pressure [Pa]
    CONST_PRE00 real(RP) 100000.0_RP pressure reference [Pa]
    CONST_TSTD real(RP) 288.15_RP standard temperature (15C) [K]
    CONST_THERMODYN_TYPE character(len=H_SHORT) 'EXACT' internal energy type
    CONST_SMALLPLANETFACTOR real(RP) 1.0_RP factor for small planet

History Output
No history output

Function/Subroutine Documentation

◆ const_setup()

subroutine, public scale_const::const_setup

Setup.

Definition at line 115 of file scale_const.F90.

115  use scale_prc, only: &
116  prc_abort
117  implicit none
118 
119  real(RP) :: CONST_SmallPlanetFactor = 1.0_rp
120 
121  namelist / param_const / &
122  const_radius, &
123  const_ohm, &
124  const_grav, &
125  const_rdry, &
126  const_cpdry, &
127  const_laps, &
128  const_pstd, &
129  const_pre00, &
130  const_tstd, &
131  const_thermodyn_type, &
132  const_smallplanetfactor
133 
134  integer :: ierr
135  !---------------------------------------------------------------------------
136 
137  if ( initialized ) return
138  initialized = .true.
139 
140  log_newline
141  log_info("CONST_setup",*) 'Setup'
142 
143  !--- read namelist
144  rewind(io_fid_conf)
145  read(io_fid_conf,nml=param_const,iostat=ierr)
146  if( ierr < 0 ) then !--- missing
147  log_info("CONST_setup",*) 'Not found namelist. Default used.'
148  elseif( ierr > 0 ) then !--- fatal error
149  log_error("CONST_setup",*) 'Not appropriate names in namelist PARAM_CONST. Check!'
150  call prc_abort
151  endif
152  log_nml(param_const)
153 
154  if ( rp == sp ) then
155  const_undef = real(const_undef4,kind=rp)
156  elseif( rp == dp ) then
157  const_undef = real(const_undef8,kind=rp)
158  else
159  log_error("CONST_setup",*) 'unsupported precision: ', rp
160  call prc_abort
161  endif
162 
163  const_pi = 4.0_rp * atan( 1.0_rp )
164  const_d2r = const_pi / 180.0_rp
165  const_eps = epsilon(0.0_rp)
166  const_eps1 = 1.0_rp - epsilon(0.0_rp)
167  const_huge = huge(0.0_rp)
168 
169  const_radius = const_radius / const_smallplanetfactor
170  const_ohm = const_ohm * const_smallplanetfactor
171 
172  const_cvdry = const_cpdry - const_rdry
173  const_lapsdry = const_grav / const_cpdry
174 
175  const_cvvap = const_cpvap - const_rvap
176  const_epsvap = const_rdry / const_rvap
177  const_epstvap = 1.0_rp / const_epsvap - 1.0_rp
178 
179  const_lhf0 = const_lhs0 - const_lhv0
180 
181  const_lhv00 = const_lhv0 - ( const_cpvap - const_cl ) * const_tem00
182  const_lhs00 = const_lhs0 - ( const_cpvap - const_ci ) * const_tem00
183  const_lhf00 = const_lhf0 - ( const_cl - const_ci ) * const_tem00
184 
185  const_sound = sqrt( const_cpdry * const_rdry / ( const_cpdry - const_rdry ) * const_tem00 )
186 
187  log_newline
188  log_info("CONST_setup",*) 'List of constants '
189  log_info_cont(*) 'PI : PI = ', const_pi
190  log_info_cont(*) 'Small number : EPS = ', const_eps
191  log_info_cont(*) 'Small number (1-EPS) : EPS1 = ', const_eps1
192  log_info_cont(*) 'Huge number : HUGE = ', const_huge
193  log_info_cont(*) 'undefined number (INT2) : UNDEF2 = ', const_undef2
194  log_info_cont(*) 'undefined number (REAL,general use) : UNDEF = ', const_undef
195  log_info_cont(*) 'undefined number (REAL4) : UNDEF4 = ', const_undef4
196  log_info_cont(*) 'undefined number (REAL8) : UNDEF8 = ', const_undef8
197 
198  log_info_cont(*) 'radius of the planet [m] : RADIUS = ', const_radius
199  log_info_cont(*) 'angular velocity of the planet [1/s] : OHM = ', const_ohm
200  log_info_cont(*) 'standard acceleration of gravity [m/s2] : GRAV = ', const_grav
201 
202  log_info_cont(*) 'Stefan-Boltzman constant [W/m2/K4] : STB = ', const_stb
203  log_info_cont(*) 'von Karman constant : KARMAN = ', const_karman
204  log_info_cont(*) 'universal gas constant [J/mol/K] : R = ', const_r
205 
206  log_info_cont(*) 'mass weight (dry air) [g/mol] : Mdry = ', const_mdry
207  log_info_cont(*) 'specific gas constant (dry air) [J/kg/K] : Rdry = ', const_rdry
208  log_info_cont(*) 'specific heat (dry air, const. pressure) [J/kg/K] : CPdry = ', const_cpdry
209  log_info_cont(*) 'specific heat (dry air, const. volume) [J/kg/K] : Cvdry = ', const_cvdry
210  log_info_cont(*) 'lapse rate of ISA [K/m] : LAPS = ', const_laps
211  log_info_cont(*) 'dry adiabatic lapse rate [K/m] : LAPSdry = ', const_lapsdry
212 
213  log_info_cont(*) 'mass weight (water vapor) [g/mol] : Mvap = ', const_mvap
214  log_info_cont(*) 'specific gas constant (water vapor) [J/kg/K] : Rvap = ', const_rvap
215  log_info_cont(*) 'specific heat (vapor, const. pressure) [J/kg/K] : CPvap = ', const_cpvap
216  log_info_cont(*) 'specific heat (vapor, const. volume) [J/kg/K] : CVvap = ', const_cvvap
217  log_info_cont(*) 'specific heat (liquid water) [J/kg/K] : CL = ', const_cl
218  log_info_cont(*) 'specific heat (ice) [J/kg/K] : CI = ', const_ci
219  log_info_cont(*) 'Rdry / Rvap : EPSvap = ', const_epsvap
220  log_info_cont(*) '1 / EPSvap - 1 : EPSTvap = ', const_epstvap
221 
222  log_info_cont(*) 'latent heat of vaporizaion at 0C [J/kg] : LHV0 = ', const_lhv0
223  log_info_cont(*) 'latent heat of sublimation at 0C [J/kg] : LHS0 = ', const_lhs0
224  log_info_cont(*) 'latent heat of fusion at 0C [J/kg] : LHF0 = ', const_lhf0
225  log_info_cont(*) 'latent heat of vaporizaion at 0K [J/kg] : LHV00 = ', const_lhv00
226  log_info_cont(*) 'latent heat of sublimation at 0K [J/kg] : LHS00 = ', const_lhs00
227  log_info_cont(*) 'latent heat of fusion at 0K [J/kg] : LHF00 = ', const_lhf00
228  log_info_cont(*) 'Thermodynamics calculation type : ', trim(const_thermodyn_type)
229  log_info_cont(*) 'saturate pressure of water vapor at 0C [Pa] : PSAT0 = ', const_psat0
230  log_info_cont(*) 'density of water [kg/m3] : DWATR = ', const_dwatr
231  log_info_cont(*) 'density of ice [kg/m3] : DICE = ', const_dice
232 
233  log_info_cont(*) 'speed of sound (dry air at 0C) [m/s] : SOUND = ', const_sound
234  log_info_cont(*) 'standard pressure [Pa] : Pstd = ', const_pstd
235  log_info_cont(*) 'pressure reference [Pa] : PRE00 = ', const_pre00
236  log_info_cont(*) 'standard temperature (15C) [K] : Tstd = ', const_tstd
237  log_info_cont(*) 'temperature reference (0C) [K] : TEM00 = ', const_tem00
238 
239  return

References const_ci, const_cl, const_cpdry, const_cpvap, const_cvdry, const_cvvap, const_d2r, const_dice, const_dwatr, const_eps, const_eps1, const_epstvap, const_epsvap, const_grav, const_huge, const_karman, const_laps, const_lapsdry, const_lhf0, const_lhf00, const_lhs0, const_lhs00, const_lhv0, const_lhv00, const_mdry, const_mvap, const_ohm, const_pi, const_pre00, const_psat0, const_pstd, const_r, const_radius, const_rdry, const_rvap, const_sound, const_stb, const_tem00, const_thermodyn_type, const_tstd, const_undef, const_undef2, const_undef4, const_undef8, scale_precision::dp, scale_io::io_fid_conf, scale_prc::prc_abort(), scale_precision::rp, and scale_precision::sp.

Referenced by scale_atmos_hydrometeor::atmos_hydrometeor_setup(), mod_rm_driver::rm_driver(), mod_rm_prep::rm_prep(), and scale::scale_init().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ const_pi

real(rp), public scale_const::const_pi = 3.14159265358979_RP

pi

Definition at line 31 of file scale_const.F90.

31  real(RP), public :: CONST_PI = 3.14159265358979_rp

Referenced by mod_atmos_bnd_driver::atmos_boundary_driver_set(), mod_atmos_bnd_driver::atmos_boundary_set_file(), mod_atmos_bnd_driver::atmos_boundary_set_online(), scale_atmos_dyn_common::atmos_dyn_wdamp_setup(), scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_setup(), scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13_mkinit(), scale_atmos_phy_bl_mynn::atmos_phy_bl_mynn_setup(), scale_atmos_phy_mp_kessler::atmos_phy_mp_kessler_adjustment(), scale_atmos_phy_mp_sn14::atmos_phy_mp_sn14_qhyd2qtrc(), scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_crg_qtrc2qhyd(), scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_qhyd2qtrc(), scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_setup(), scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_tendency(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08_adjustment(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08_effective_radius(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08_setup(), scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_flux(), scale_atmos_phy_sf_const::atmos_phy_sf_const_flux(), scale_atmos_solarins::atmos_solarins_ecliptic_longitude(), scale_atmos_solarins::atmos_solarins_orbit(), scale_bulkflux::calc_scales_b91w01(), mod_cnv2d::cnv2d_exec(), mod_cnvuser::cnvuser_setup(), const_setup(), mod_copytopo::copytopo(), mod_mkinit::faero(), scale_file_tiledata::file_tiledata_get_data_int1(), scale_file_tiledata::file_tiledata_get_domain_info(), scale_file_tiledata::file_tiledata_get_info(), scale_file_tiledata::file_tiledata_get_latlon(), scale_file_tiledata::file_tiledata_get_tile_info(), scale_bulkflux::fmm_unstable(), mod_realinput::land_interporation(), scale_mapprojection::mapprojection_setup(), mod_mktopo::mktopo(), mod_realinput::ocean_interporation(), scale_random::random_uniform_1d(), mod_realinput::realinput_surface(), scale_urban_dyn_kusaka01::urban_dyn_kusaka01(), scale_vector::vectr_triangle(), and mod_realinput_wrfarw::wrf_arwpost_calc_uvmet().

◆ const_d2r

real(rp), public scale_const::const_d2r

degree to radian

Definition at line 32 of file scale_const.F90.

32  real(RP), public :: CONST_D2R

Referenced by scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_setup(), scale_atmos_phy_rd_profile::atmos_phy_rd_profile_setup(), scale_atmos_sfc_ch_rn222::atmos_sfc_ch_rn222_setup(), scale_atmos_solarins::atmos_solarins_orbit(), scale_atmos_solarins::atmos_solarins_setup(), mod_cnv2d::cnv2d_grads_init(), mod_cnv2d::cnv2d_tile_init(), mod_cnvlanduse::cnvlanduse(), mod_cnvtopo::cnvtopo(), mod_cnvtopo::cnvtopo_setup(), mod_cnvuser::cnvuser_setup(), scale_comm_cartesc_nest::comm_cartesc_nest_setup(), const_setup(), mod_copytopo::copytopo_get_data_grads(), mod_copytopo::copytopo_get_data_scale(), mod_copytopo::copytopo_get_data_wrfarw(), scale_file_cartesc::file_cartesc_set_areavol_atmos(), scale_file_cartesc::file_cartesc_set_coordinates_atmos(), scale_file_history_cartesc::file_history_cartesc_truncate_3d(), scale_file_tiledata::file_tiledata_get_data_int1(), scale_file_tiledata::file_tiledata_get_latlon(), scale_file_tiledata::file_tiledata_read_catalog_file(), scale_interp::interp_domain_compatibility(), scale_mapprojection::mapprojection_setup(), mod_realinput_grads::parentatmosinputgrads(), mod_realinput_nicam::parentatmosinputnicam(), mod_realinput_wrfarw::parentatmosinputwrfarw(), mod_realinput_grads::parentatmosopengrads(), mod_realinput_nicam::parentatmosopennicam(), mod_realinput_scale::parentatmosopenscale(), mod_realinput_grads::parentlandinputgrads(), mod_realinput_nicam::parentlandinputnicam(), mod_realinput_scale::parentlandinputscale(), mod_realinput_wrfarw::parentlandinputwrfarw(), mod_realinput_grads::parentoceaninputgrads(), mod_realinput_nicam::parentoceaninputnicam(), mod_realinput_wrfarw::parentoceaninputwrfarw(), mod_realinput_nicam::parentoceanopennicam(), mod_realinput_scale::parentoceanopenscale(), scale_atmos_phy_rd_mm5sw::swpara(), mod_urban_driver::urban_driver_calc_tendency(), and mod_realinput_wrfarw::wrf_arwpost_calc_uvmet().

◆ const_eps

real(rp), public scale_const::const_eps = 1.E-16_RP

small number

Definition at line 33 of file scale_const.F90.

33  real(RP), public :: CONST_EPS = 1.e-16_rp

Referenced by mod_atmos_bnd_driver::atmos_boundary_driver_set(), scale_atmos_diagnostic::atmos_diagnostic_get_phyd(), scale_atmos_dyn_fvm_fct::atmos_dyn_fvm_fct(), scale_atmos_dyn_fvm_flux_ud3koren1993::atmos_dyn_fvm_fluxy_xvz_ud3koren1993(), scale_atmos_dyn_fvm_flux_cd2::atmos_dyn_fvm_fluxz_xyz_cd2(), scale_atmos_dyn_fvm_flux_cd4::atmos_dyn_fvm_fluxz_xyz_cd4(), scale_atmos_dyn_fvm_flux_cd6::atmos_dyn_fvm_fluxz_xyz_cd6(), scale_atmos_dyn_fvm_flux_cd8::atmos_dyn_fvm_fluxz_xyz_cd8(), scale_atmos_dyn_fvm_flux_ud1::atmos_dyn_fvm_fluxz_xyz_ud1(), scale_atmos_dyn_fvm_flux_ud3::atmos_dyn_fvm_fluxz_xyz_ud3(), scale_atmos_dyn_fvm_flux_ud3koren1993::atmos_dyn_fvm_fluxz_xyz_ud3koren1993(), scale_atmos_dyn_fvm_flux_ud5::atmos_dyn_fvm_fluxz_xyz_ud5(), scale_atmos_dyn_fvm_flux_ud7::atmos_dyn_fvm_fluxz_xyz_ud7(), scale_atmos_dyn_tstep_large_fvm_heve::atmos_dyn_tstep_large_fvm_heve(), scale_atmos_dyn_tstep_short_fvm_heve::atmos_dyn_tstep_short_fvm_heve(), scale_atmos_dyn_common::atmos_dyn_wdamp_setup(), scale_atmos_hydrostatic::atmos_hydrostatic_setup(), scale_atmos_phy_bl_mynn::atmos_phy_bl_mynn_tendency(), scale_atmos_phy_lt_sato2019::atmos_phy_lt_electric_field(), scale_atmos_phy_lt_sato2019::atmos_phy_lt_neutralization_f2013(), scale_atmos_phy_lt_sato2019::atmos_phy_lt_neutralization_mg2001(), scale_atmos_phy_lt_sato2019::atmos_phy_lt_sato2019_adjustment(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver_setup(), scale_atmos_phy_mp_kessler::atmos_phy_mp_kessler_adjustment(), scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_crg_qtrc2qhyd(), scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_effective_radius(), scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_qhyd2qtrc(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08_adjustment(), mod_atmos_phy_rd_driver::atmos_phy_rd_driver_calc_tendency(), scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_flux(), scale_atmos_phy_sf_bulk::atmos_phy_sf_bulk_flux(), scale_atmos_phy_tb_smg::atmos_phy_tb_smg(), scale_atmos_refstate::atmos_refstate_smoothing(), scale_atmos_saturation::atmos_saturation_moist_conversion_pres_liq_0d(), scale_atmos_solarins::atmos_solarins_insolation_0d(), scale_atmos_solarins::atmos_solarins_insolation_2d(), scale_atmos_phy_mp_sn14::aut_acc_slc_brk(), scale_bulkflux::bulkflux_diagnose_scales_0d(), scale_bulkflux::bulkflux_diagnose_scales_2d(), scale_atmos_phy_bl_mynn::calc_vertical_differece(), mod_cnvlanduse::cnvlanduse(), mod_cnvtopo::cnvtopo(), const_setup(), mod_copytopo::copytopo(), scale_cpl_phy_sfc_fixed_temp::cpl_phy_sfc_fixed_temp(), scale_cpl_phy_sfc_skin::cpl_phy_sfc_skin(), scale_interp::cross(), scale_file_cartesc::file_cartesc_write_var_4d(), scale_file_grads::file_grads_close(), scale_file_history::file_history_in_0d(), scale_file_history::file_history_in_1d(), scale_file_history::file_history_in_2d(), scale_file_history::file_history_in_3d(), scale_file_history::file_history_reg(), scale_interp::interp_bilinear_inv(), scale_interp::interp_div_block(), scale_interp::interp_factor1d(), scale_interp::interp_factor2d_linear_xy(), scale_interp::interp_insert_2d(), scale_interp::interp_interp1d(), scale_interp::interp_interp2d(), scale_interp::interp_interp3d(), scale_interp::interp_search_horiz_struct(), mod_realinput::land_interporation(), scale_land_phy_snow_diagnos::land_phy_snow_diags(), scale_land_phy_snow_ky90::land_phy_snow_ky90(), mod_realinput::make_mask(), mod_ocean_driver::ocean_driver_calc_tendency(), scale_ocean_phy_tc::ocean_phy_tc_seaice(), mod_realinput_grads::parentatmosinputgrads(), mod_realinput_nicam::parentatmosinputnicam(), mod_realinput_grads::parentlandinputgrads(), mod_realinput_nicam::parentlandinputnicam(), mod_realinput_grads::parentoceaninputgrads(), mod_realinput_nicam::parentoceaninputnicam(), mod_realinput::realinput_surface(), mod_realinput::replace_misval_const(), mod_realinput::replace_misval_map(), scale_atmos_dyn_tstep_short_fvm_hevi::solve_direct(), scale_interp::spline_exec(), scale_statistics::statistics_total_2d(), scale_statistics::statistics_total_3d(), mod_mkinit::tke_setup(), scale_urban_dyn_kusaka01::urban_dyn_kusaka01(), scale_vector::vectr_anticlockwise(), scale_vector::vectr_intersec(), scale_vector::vectr_triangle(), and scale_vector::vectr_xyz2latlon().

◆ const_eps1

real(rp), public scale_const::const_eps1 = 0.99999999999999_RP

small number

Definition at line 34 of file scale_const.F90.

34  real(RP), public :: CONST_EPS1 = 0.99999999999999_rp

Referenced by scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_flux(), and const_setup().

◆ const_huge

real(rp), public scale_const::const_huge = 1.E+30_RP

◆ const_undef2

integer, parameter, public scale_const::const_undef2 = -32768

undefined value (INT2)

Definition at line 38 of file scale_const.F90.

38  integer, public, parameter :: CONST_UNDEF2 = -32768

Referenced by scale_atmos_dyn_fvm_fct::atmos_dyn_fvm_fct(), mod_cnvlanduse::cnvlanduse(), const_setup(), and scale_file_tiledata::file_tiledata_get_data_int1().

◆ const_undef4

real(sp), parameter, public scale_const::const_undef4 = -9.9999E30

undefined value (REAL4)

Definition at line 39 of file scale_const.F90.

39  real(SP), public, parameter :: CONST_UNDEF4 = -9.9999e30

Referenced by const_setup().

◆ const_undef8

real(dp), parameter, public scale_const::const_undef8 = -9.9999D30

undefined value (REAL8)

Definition at line 40 of file scale_const.F90.

40  real(DP), public, parameter :: CONST_UNDEF8 = -9.9999d30

Referenced by mod_admin_time::admin_time_setup(), const_setup(), mod_mkinit::mkinit(), and mod_mkinit::rect_setup().

◆ const_undef

real(rp), public scale_const::const_undef

Definition at line 41 of file scale_const.F90.

41  real(RP), public :: CONST_UNDEF

Referenced by mod_atmos_vars::allocate_1d(), mod_atmos_vars::allocate_2d(), mod_atmos_vars::allocate_3d(), mod_atmos_bnd_driver::atmos_boundary_driver_setup(), scale_atmos_dyn_fvm_fct::atmos_dyn_fvm_fct(), scale_atmos_dyn::atmos_dyn_setup(), scale_atmos_dyn_tinteg_large_euler::atmos_dyn_tinteg_large_euler_setup(), scale_atmos_dyn_tinteg_short_rk11s8o::atmos_dyn_tinteg_short_rk11s8o_setup(), scale_atmos_dyn_tinteg_short_rk3::atmos_dyn_tinteg_short_rk3_setup(), scale_atmos_dyn_tinteg_short_rk4::atmos_dyn_tinteg_short_rk4_setup(), scale_atmos_dyn_tinteg_short_rk7s6o::atmos_dyn_tinteg_short_rk7s6o_setup(), scale_atmos_dyn_tinteg_tracer_rk3::atmos_dyn_tinteg_tracer_rk3_setup(), scale_atmos_dyn_tstep_large_fvm_heve::atmos_dyn_tstep_large_fvm_heve_setup(), mod_atmos_dyn_vars::atmos_dyn_vars_setup(), scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_atmos_1d(), scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_atmos_rev_1d(), scale_atmos_hydrostatic::atmos_hydrostatic_buildrho_real_3d(), scale_atmos_phy_ae_offline::atmos_phy_ae_offline_mkinit(), scale_atmos_phy_ae_offline::atmos_phy_ae_offline_qtrc2qaero(), scale_atmos_phy_ae_offline::atmos_phy_ae_offline_setup(), scale_atmos_phy_ae_offline::atmos_phy_ae_offline_tendency(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_setup(), mod_atmos_phy_bl_vars::atmos_phy_bl_vars_setup(), mod_atmos_phy_ch_vars::atmos_phy_ch_vars_setup(), mod_atmos_phy_cp_vars::atmos_phy_cp_vars_setup(), mod_atmos_phy_lt_vars::atmos_phy_lt_vars_setup(), scale_atmos_phy_mp_sn14::atmos_phy_mp_sn14_qhyd2qtrc(), scale_atmos_phy_mp_sn14::atmos_phy_mp_sn14_terminal_velocity(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08_adjustment(), mod_atmos_phy_mp_vars::atmos_phy_mp_vars_setup(), scale_atmos_phy_rd_offline::atmos_phy_rd_offline_setup(), mod_atmos_phy_rd_vars::atmos_phy_rd_vars_setup(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver_calc_tendency(), mod_atmos_phy_sf_vars::atmos_phy_sf_vars_setup(), mod_atmos_phy_tb_vars::atmos_phy_tb_vars_setup(), scale_atmos_refstate::atmos_refstate_calc3d(), scale_atmos_refstate::atmos_refstate_setup(), scale_atmos_saturation::atmos_saturation_dqs_dtem_dpre_ice_1d(), mod_atmos_vars::atmos_vars_setup(), scale_debug::check(), mod_cnv2d::cnv2d_tile_init(), mod_cnvtopo::cnvtopo(), scale_comm_cartesc::comm_horizontal_mean_3d(), scale_comm_cartesc::comm_vars8_init(), const_setup(), scale_cpl_phy_sfc_fixed_temp::cpl_phy_sfc_fixed_temp(), scale_cpl_phy_sfc_skin::cpl_phy_sfc_skin(), mod_cpl_vars::cpl_vars_setup(), scale_interp::cross(), scale_file_cartesc::file_cartesc_def_axes(), scale_file_cartesc::file_cartesc_write_axes(), scale_file_external_input::file_external_input_setup(), scale_file_external_input::file_external_input_update_1d(), scale_file_external_input::file_external_input_update_2d(), scale_file_external_input::file_external_input_update_3d(), scale_file_grads::file_grads_close(), scale_file_grads::file_grads_open(), scale_file_history_cartesc::file_history_cartesc_truncate_3d(), scale_file_history::file_history_in_0d(), scale_file_history::file_history_in_1d(), scale_file_history::file_history_in_2d(), scale_file_history::file_history_in_3d(), scale_file_history::file_history_reg(), scale_file_tiledata::file_tiledata_get_data_int1(), scale_file_tiledata::file_tiledata_get_latlon(), mod_atmos_phy_sf_driver::history_output(), scale_interp::interp_div_block(), scale_interp::interp_factor1d(), scale_interp::interp_factor2d_linear_xy(), scale_interp::interp_insert_2d(), scale_interp::interp_interp1d(), scale_interp::interp_interp2d(), scale_interp::interp_interp3d(), scale_interp::interp_search_horiz_struct(), scale_land_dyn_bucket::land_dyn_bucket(), scale_land_dyn_bucket::land_dyn_bucket_setup(), mod_realinput::land_interporation(), scale_land_phy_snow_diagnos::land_phy_snow_diags(), mod_land_vars::land_vars_setup(), mod_realinput::make_mask(), scale_mapprojection::mapprojection_lonlat2xy_equidistantcylindrical(), scale_mapprojection::mapprojection_lonlat2xy_lambertconformal(), scale_mapprojection::mapprojection_lonlat2xy_mercator(), scale_mapprojection::mapprojection_lonlat2xy_none(), scale_mapprojection::mapprojection_lonlat2xy_polarstereographic(), scale_mapprojection::mapprojection_mapfactor_none(), scale_mapprojection::mapprojection_setup(), scale_mapprojection::mapprojection_xy2lonlat_equidistantcylindrical(), scale_mapprojection::mapprojection_xy2lonlat_lambertconformal(), scale_mapprojection::mapprojection_xy2lonlat_mercator(), scale_mapprojection::mapprojection_xy2lonlat_none(), scale_mapprojection::mapprojection_xy2lonlat_polarstereographic(), scale_ocean_dyn_offline::ocean_dyn_offline_setup(), scale_ocean_dyn_slab::ocean_dyn_slab(), scale_ocean_dyn_slab::ocean_dyn_slab_setup(), mod_realinput::ocean_interporation(), scale_ocean_phy_ice_simple::ocean_phy_ice_setup(), scale_ocean_phy_roughness_moon07::ocean_phy_roughness_moon07(), mod_ocean_vars::ocean_vars_setup(), mod_realinput_grads::parentatmosinputgrads(), mod_realinput_scale::parentatmosinputscale(), mod_realinput_wrfarw::parentatmosinputwrfarw(), mod_realinput_grads::parentlandinputgrads(), mod_realinput_nicam::parentlandinputnicam(), mod_realinput_scale::parentlandinputscale(), mod_realinput_wrfarw::parentlandinputwrfarw(), mod_realinput_grads::parentoceaninputgrads(), mod_realinput_nicam::parentoceaninputnicam(), mod_realinput_wrfarw::parentoceaninputwrfarw(), mod_realinput_nicam::parentoceanopennicam(), mod_realinput::realinput_surface(), mod_realinput::replace_misval_map(), scale_interp::spline_exec(), scale_statistics::statistics_horizontal_max_2d(), scale_statistics::statistics_horizontal_max_3d(), scale_statistics::statistics_horizontal_mean_2d(), scale_statistics::statistics_horizontal_mean_3d(), scale_statistics::statistics_horizontal_min_2d(), scale_statistics::statistics_horizontal_min_3d(), scale_statistics::statistics_total_2d(), scale_statistics::statistics_total_3d(), mod_urban_driver::urban_driver_setup(), scale_urban_dyn_kusaka01::urban_dyn_kusaka01(), scale_urban_dyn_kusaka01::urban_dyn_kusaka01_setup(), and mod_urban_vars::urban_vars_setup().

◆ const_radius

real(rp), public scale_const::const_radius = 6.37122E+6_RP

◆ const_ohm

real(rp), public scale_const::const_ohm = 7.2920E-5_RP

angular velocity of the planet [1/s]

Definition at line 45 of file scale_const.F90.

45  real(RP), public :: CONST_OHM = 7.2920e-5_rp

Referenced by scale_atmos_dyn_tstep_large_fvm_heve::atmos_dyn_tstep_large_fvm_heve_setup(), const_setup(), scale_coriolis::coriolis_setup(), and mod_mkinit::read_sounding().

◆ const_grav

real(rp), public scale_const::const_grav = 9.80665_RP

standard acceleration of gravity [m/s2]

Definition at line 46 of file scale_const.F90.

46  real(RP), public :: CONST_GRAV = 9.80665_rp

Referenced by scale_atmos_adiabat::atmos_adiabat_cape_1d(), scale_atmos_bottom::atmos_bottom_estimate(), scale_atmos_diagnostic::atmos_diagnostic_get_n2(), scale_atmos_diagnostic::atmos_diagnostic_get_phyd(), scale_atmos_dyn_tstep_short_fvm_heve::atmos_dyn_tstep_short_fvm_heve(), scale_atmos_dyn_tstep_short_fvm_hivi::atmos_dyn_tstep_short_fvm_hivi(), scale_atmos_grid_cartesc_real::atmos_grid_cartesc_real_calc_z(), scale_atmos_phy_bl_mynn::atmos_phy_bl_mynn_tendency(), scale_atmos_phy_cp_kf::atmos_phy_cp_kf_tendency(), scale_atmos_phy_mp_common::atmos_phy_mp_precipitation_semilag(), scale_atmos_phy_mp_common::atmos_phy_mp_precipitation_upwind(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08_setup(), scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_flux(), scale_atmos_phy_rd_profile::atmos_phy_rd_profile_read(), scale_atmos_phy_tb_d1980::atmos_phy_tb_d1980(), scale_atmos_phy_tb_dns::atmos_phy_tb_dns(), scale_atmos_phy_tb_smg::atmos_phy_tb_smg(), mod_atmos_vars::atmos_vars_check(), mod_atmos_vars::atmos_vars_get_diagnostic_3d(), mod_atmos_vars::atmos_vars_restart_open(), scale_bulkflux::bulkflux_diagnose_scales_0d(), scale_bulkflux::bulkflux_diagnose_scales_2d(), scale_bulkflux::bulkflux_diagnose_surface_2d(), scale_bulkflux::calc_scales_b91w01(), const_setup(), scale_atmos_phy_bl_mynn::get_gamma_implicit(), scale_ocean_phy_roughness_miller92::ocean_phy_roughness_miller92(), scale_ocean_phy_roughness_moon07::ocean_phy_roughness_moon07(), mod_realinput_grads::parentatmosinputgrads(), mod_realinput_scale::parentatmosinputscale(), mod_realinput_wrfarw::parentatmosinputwrfarw(), mod_mkinit::read_sounding(), scale_atmos_dyn_tstep_short_fvm_hevi::solve_direct(), and scale_atmos_phy_rd_mm5sw::swrad().

◆ const_stb

real(rp), parameter, public scale_const::const_stb = 5.670373E-8_RP

Stefan-Boltzman constant [W/m2/K4].

Definition at line 49 of file scale_const.F90.

49  real(RP), public, parameter :: CONST_STB = 5.670373e-8_rp

Referenced by const_setup(), scale_cpl_phy_sfc_fixed_temp::cpl_phy_sfc_fixed_temp(), scale_cpl_phy_sfc_skin::cpl_phy_sfc_skin(), and scale_land_phy_snow_diagnos::land_phy_snow_diags().

◆ const_karman

real(rp), parameter, public scale_const::const_karman = 0.4_RP

◆ const_r

real(rp), parameter, public scale_const::const_r = 8.31436_RP

universal gas constant [J/mol/K]

Definition at line 51 of file scale_const.F90.

51  real(RP), public, parameter :: CONST_R = 8.31436_rp

Referenced by const_setup().

◆ const_mdry

real(rp), public scale_const::const_mdry = 28.966_RP

mass weight (dry air) [g/mol]

Definition at line 54 of file scale_const.F90.

54  real(RP), public :: CONST_Mdry = 28.966_rp

Referenced by scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_flux(), scale_atmos_phy_rd_profile::atmos_phy_rd_profile_setup_zgrid(), and const_setup().

◆ const_rdry

real(rp), public scale_const::const_rdry = 287.04_RP

◆ const_cpdry

real(rp), public scale_const::const_cpdry = 1004.64_RP

◆ const_cvdry

real(rp), public scale_const::const_cvdry

◆ const_laps

real(rp), public scale_const::const_laps = 6.5E-3_RP

◆ const_lapsdry

real(rp), public scale_const::const_lapsdry

dry adiabatic lapse rate [K/m]

Definition at line 59 of file scale_const.F90.

59  real(RP), public :: CONST_LAPSdry

Referenced by const_setup().

◆ const_mvap

real(rp), public scale_const::const_mvap = 18.016_RP

mass weight (water vapor) [g/mol]

Definition at line 62 of file scale_const.F90.

62  real(RP), public :: CONST_Mvap = 18.016_rp

Referenced by scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_flux(), scale_atmos_phy_rd_profile::atmos_phy_rd_profile_setup_zgrid(), and const_setup().

◆ const_rvap

real(rp), parameter, public scale_const::const_rvap = 461.50_RP

◆ const_cpvap

real(rp), parameter, public scale_const::const_cpvap = 1846.00_RP

◆ const_cvvap

real(rp), public scale_const::const_cvvap

specific heat (water vapor, constant volume) [J/kg/K]

Definition at line 65 of file scale_const.F90.

65  real(RP), public :: CONST_CVvap

Referenced by scale_atmos_hydrometeor::atmos_hydrometeor_setup(), scale_atmos_saturation::atmos_saturation_setup(), const_setup(), and mod_mkinit::read_sounding().

◆ const_cl

real(rp), parameter, public scale_const::const_cl = 4218.0_RP

◆ const_ci

real(rp), parameter, public scale_const::const_ci = 2106.0_RP

specific heat (ice) [J/kg/K]

Definition at line 67 of file scale_const.F90.

67  real(RP), public, parameter :: CONST_CI = 2106.0_rp

Referenced by scale_atmos_hydrometeor::atmos_hydrometeor_setup(), scale_atmos_saturation::atmos_saturation_setup(), and const_setup().

◆ const_epsvap

real(rp), public scale_const::const_epsvap

◆ const_epstvap

real(rp), public scale_const::const_epstvap

◆ const_emelt

real(rp), parameter, public scale_const::const_emelt = 3.4E5_RP

◆ const_tmelt

real(rp), parameter, public scale_const::const_tmelt = 273.15_RP

Definition at line 73 of file scale_const.F90.

73  real(RP), public, parameter :: CONST_TMELT = 273.15_rp

Referenced by scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_crg_qtrc2qhyd().

◆ const_lhv0

real(rp), parameter, public scale_const::const_lhv0 = 2.501E+6_RP

◆ const_lhv00

real(rp), public scale_const::const_lhv00

latent heat of vaporizaion at 0K [J/kg]

Definition at line 76 of file scale_const.F90.

76  real(RP), public :: CONST_LHV00

Referenced by scale_atmos_hydrometeor::atmos_hydrometeor_setup(), scale_atmos_saturation::atmos_saturation_setup(), and const_setup().

◆ const_lhs0

real(rp), parameter, public scale_const::const_lhs0 = 2.834E+6_RP

◆ const_lhs00

real(rp), public scale_const::const_lhs00

latent heat of sublimation at 0K [J/kg]

Definition at line 78 of file scale_const.F90.

78  real(RP), public :: CONST_LHS00

Referenced by scale_atmos_hydrometeor::atmos_hydrometeor_setup(), scale_atmos_saturation::atmos_saturation_setup(), and const_setup().

◆ const_lhf0

real(rp), public scale_const::const_lhf0

◆ const_lhf00

real(rp), public scale_const::const_lhf00

latent heat of fusion at 0K [J/kg]

Definition at line 80 of file scale_const.F90.

80  real(RP), public :: CONST_LHF00

Referenced by scale_atmos_hydrometeor::atmos_hydrometeor_setup(), and const_setup().

◆ const_psat0

real(rp), parameter, public scale_const::const_psat0 = 610.78_RP

saturate pressure of water vapor at 0C [Pa]

Definition at line 81 of file scale_const.F90.

81  real(RP), public, parameter :: CONST_PSAT0 = 610.78_rp

Referenced by scale_atmos_hydrometeor::atmos_hydrometeor_entr_2d(), scale_atmos_hydrometeor::atmos_hydrometeor_lhf_1d(), scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_crg_qtrc2qhyd(), and const_setup().

◆ const_dwatr

real(rp), parameter, public scale_const::const_dwatr = 1000.0_RP

◆ const_dice

real(rp), parameter, public scale_const::const_dice = 916.8_RP

◆ const_sound

real(rp), public scale_const::const_sound

speed of sound (dry air at 0C) [m/s]

Definition at line 85 of file scale_const.F90.

85  real(RP), public :: CONST_SOUND

Referenced by const_setup().

◆ const_pstd

real(rp), public scale_const::const_pstd = 101325.0_RP

standard pressure [Pa]

Definition at line 87 of file scale_const.F90.

87  real(RP), public :: CONST_Pstd = 101325.0_rp

Referenced by scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_flux(), scale_atmos_refstate::atmos_refstate_write(), and const_setup().

◆ const_pre00

real(rp), public scale_const::const_pre00 = 100000.0_RP

◆ const_tstd

real(rp), public scale_const::const_tstd = 288.15_RP

standard temperature (15C) [K]

Definition at line 89 of file scale_const.F90.

89  real(RP), public :: CONST_Tstd = 288.15_rp

Referenced by const_setup().

◆ const_tem00

real(rp), parameter, public scale_const::const_tem00 = 273.15_RP

temperature reference (0C) [K]

Definition at line 90 of file scale_const.F90.

90  real(RP), public, parameter :: CONST_TEM00 = 273.15_rp

Referenced by scale_atmos_hydrometeor::atmos_hydrometeor_entr_2d(), scale_atmos_hydrometeor::atmos_hydrometeor_lhf_1d(), scale_atmos_hydrometeor::atmos_hydrometeor_lhs_1d(), scale_atmos_hydrometeor::atmos_hydrometeor_lhv_0d(), scale_atmos_hydrometeor::atmos_hydrometeor_lhv_1d(), scale_atmos_phy_cp_kf::atmos_phy_cp_kf_tendency(), scale_atmos_phy_lt_sato2019::atmos_phy_lt_sato2019_select_dqcrg_from_lut(), scale_atmos_phy_lt_sato2019::atmos_phy_lt_sato2019_setup(), scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_crg_qtrc2qhyd(), scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_tendency(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08_adjustment(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08_effective_radius(), scale_atmos_phy_mp_tomita08::atmos_phy_mp_tomita08_terminal_velocity(), scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_flux(), scale_land_phy_snow_ky90::cal_param(), scale_land_phy_snow_ky90::cal_r1r2(), scale_land_phy_snow_ky90::calculationmo(), scale_land_phy_snow_ky90::calculationnomo(), scale_land_phy_snow_ky90::check_applicability(), scale_land_phy_snow_ky90::check_res(), const_setup(), scale_cpl_phy_sfc_skin::cpl_phy_sfc_skin(), scale_land_phy_snow_ky90::groundflux(), mod_land_driver::land_driver_calc_tendency(), scale_land_dyn_bucket::land_dyn_bucket_setup(), scale_land_phy_snow_ky90::land_phy_snow_ky90(), mod_realinput_grads::parentlandinputgrads(), mod_realinput_nicam::parentlandinputnicam(), mod_realinput_grads::parentoceaninputgrads(), mod_realinput_nicam::parentoceaninputnicam(), mod_realinput::realinput_surface(), scale_land_phy_snow_ky90::recalculatez(), scale_land_phy_snow_ky90::snow_ky90_main(), and scale_land_phy_snow_ky90::snowdepth().

◆ const_ppm

real(rp), parameter, public scale_const::const_ppm = 1.E-6_RP

parts par million

Definition at line 91 of file scale_const.F90.

91  real(RP), public, parameter :: CONST_PPM = 1.e-6_rp

Referenced by scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_flux(), and scale_atmos_phy_rd_profile::atmos_phy_rd_profile_setup_zgrid().

◆ const_epsvac

real(rp), parameter, public scale_const::const_epsvac = 8.854187817E-12_RP

parts par million

Definition at line 93 of file scale_const.F90.

93  real(RP), public, parameter :: CONST_EPSvac = 8.854187817e-12_rp

Referenced by scale_atmos_phy_lt_sato2019::atmos_phy_lt_electric_field(), scale_atmos_phy_lt_sato2019::atmos_phy_lt_neutralization_f2013(), and scale_atmos_phy_lt_sato2019::atmos_phy_lt_neutralization_mg2001().

◆ const_epsair

real(rp), public scale_const::const_epsair = 1.00059_RP

◆ const_i_lw

integer, public scale_const::const_i_lw = 1

long-wave radiation index

Definition at line 96 of file scale_const.F90.

96  integer, public :: CONST_I_LW = 1

Referenced by mod_realinput::land_interporation(), scale_land_phy_snow_ky90::land_phy_snow_ky90(), and mod_realinput::realinput_surface().

◆ const_i_sw

integer, public scale_const::const_i_sw = 2

short-wave radiation index

Definition at line 97 of file scale_const.F90.

97  integer, public :: CONST_I_SW = 2

Referenced by mod_realinput::land_interporation(), scale_land_phy_snow_ky90::land_phy_snow_ky90(), and mod_realinput::realinput_surface().

◆ const_thermodyn_type

character(len=h_short), public scale_const::const_thermodyn_type = 'EXACT'

internal energy type

Definition at line 99 of file scale_const.F90.

99  character(len=H_SHORT), public :: CONST_THERMODYN_TYPE = 'EXACT'

Referenced by scale_atmos_hydrometeor::atmos_hydrometeor_setup(), scale_atmos_saturation::atmos_saturation_setup(), and const_setup().

scale_prc::prc_abort
subroutine, public prc_abort
Abort Process.
Definition: scale_prc.F90:342
scale_prc
module PROCESS
Definition: scale_prc.F90:11
scale_const::const_d2r
real(rp), public const_d2r
degree to radian
Definition: scale_const.F90:32