Warning, /verification/aim.5l_LatLon/input/data.aimphys is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 5e44d2ea on 2025-08-09 03:50:44 UTC
cd1b9754e4 Jean*0001 # AIM physics package parameters:
0002
06894f50d4 Jean*0003 C-- AIM interface parameter (namelist AIM_PARAMS):
0004 # aim_useFMsurfBC :: select surface B.C. from Franco Molteni
0005 # aim_useMMsurfFc :: select Monthly Mean surface forcing (e.g., NCEP)
0006 # aim_surfPotTemp :: surf.Temp input file is in Pot.Temp (aim_useMMsurfFc)
e6e8af868f Jean*0007 # aim_energPrecip :: account for energy of precipitation (snow & rain temp)
0008 # aim_splitSIOsFx :: compute separately Sea-Ice & Ocean surf. Flux
0009 # aim_LandFile :: file name for Land fraction [0-1]
06894f50d4 Jean*0010 # aim_MMsufx :: sufix for all Monthly Mean surface forcing files
0011 # aim_MMsufxLength :: Length of sufix (Monthly Mean surf. forc. files)
0012 # aim_albFile :: file name for Albedo input file (F.M. surfBC)
0013 # aim_vegFile :: file name for vegetation fraction (F.M. surfBC)
0014 # aim_sstFile :: file name for Sea.Surf.Temp (F.M. surfBC)
0015 # aim_lstFile :: file name for Land.Surf.Temp (F.M. surfBC)
0016 # aim_oiceFile :: file name for Sea Ice fraction (F.M. surfBC)
0017 # aim_snowFile :: file name for Snow depth (F.M. surfBC)
0018 # aim_swcFile :: file name for Soil Water content (F.M. surfBC)
0019 # aim_dragStrato :: stratospheric-drag damping time scale (s)
e6e8af868f Jean*0020 # aim_clrSkyDiag :: compute clear-sky radiation for diagnostics
06894f50d4 Jean*0021 # aim_diagFreq :: Frequency^-1 for diagnostic output (s)
0022 # aim_tendFreq :: Frequency^-1 for tendencies output (s)
0023 &AIM_PARAMS
0024 aim_useFMsurfBC=.FALSE.,
0025 aim_useMMsurfFc=.TRUE.,
0026 aim_surfPotTemp=.TRUE.,
e6e8af868f Jean*0027 aim_LandFile= 'landFrc.fullCell.bin',
06894f50d4 Jean*0028 aim_MMsufx = '.ft.bin',
0029 aim_MMsufxLength = 7,
0030 &
0031
cd1b9754e4 Jean*0032 #-- Physical constants
e6e8af868f Jean*0033 # P0 = reference pressure [Pa=N/m2]
0034 # GG = gravity accel. [m/s2]
0035 # RD = gas constant for dry air [J/kg/K]
0036 # CP = specific heat at constant pressure [J/kg/K]
0037 # ALHC = latent heat of condensation [J/g]
0038 # ALHF = latent heat of freezing [J/g]
0039 # SBC = Stefan-Boltzmann constant
0040 # rainCP = heat capacity of liquid water [J/g/K]
0041 # tFreeze = freezing temperature of pure water [K]
cd1b9754e4 Jean*0042
0043 #-- Constants for forcing fields (namelist AIM_PAR_FOR):
0044 # SOLC = Solar constant (area averaged) in W/m^2
0045 # ALBSEA = Albedo over sea
0046 # ALBICE = Albedo over sea ice (for ice fraction = 1)
0047 # ALBSN = Albedo over snow (for snow depth > SDALB)
06894f50d4 Jean*0048 # SDALB = Snow depth (mm water) corresponding to maximum albedo
0049 # SWCAP = Soil wetness at field capacity (volume fraction)
0050 # SWWIL = Soil wetness at wilting point (volume fraction)
e6e8af868f Jean*0051 # hSnowWetness :: snow depth (m) corresponding to maximum wetness
cd1b9754e4 Jean*0052 &AIM_PAR_FOR
0053 &
0054
e6e8af868f Jean*0055 #-- Constants for surface fluxes (namelist AIM_PAR_SFL):
cd1b9754e4 Jean*0056 # FWIND0 = ratio of near-sfc wind to lowest-level wind
0057 # FTEMP0 = weight for near-sfc temperature extrapolation (0-1) :
0058 # 1 : linear extrapolation from two lowest levels
0059 # 0 : constant potential temperature ( = lowest level)
0060 # FHUM0 = weight for near-sfc specific humidity extrapolation (0-1) :
0061 # 1 : extrap. with constant relative hum. ( = lowest level)
0062 # 0 : constant specific hum. ( = lowest level)
0063 # CDL = drag coefficient for momentum over land
0064 # CDS = drag coefficient for momentum over sea
0065 # CHL = heat exchange coefficient over land
0066 # CHS = heat exchange coefficient over sea
0067 # VGUST = wind speed for sub-grid-scale gusts
06894f50d4 Jean*0068 # CTDAY = daily-cycle correction (dTskin/dSSRad)
0069 # DTHETA = Potential temp. gradient for stability correction
e6e8af868f Jean*0070 # dTstab = potential temp. increment for stability function derivative
06894f50d4 Jean*0071 # FSTAB = Amplitude of stability correction (fraction)
0072 # HDRAG = Height scale for orographic correction
0073 # FHDRAG = Amplitude of orographic correction (fraction)
cd1b9754e4 Jean*0074 &AIM_PAR_SFL
0075 &
0076
0077 #-- Convection constants (namelist AIM_PAR_CNV):
06894f50d4 Jean*0078 # PSMIN = minimum (norm.) sfc. pressure for the occurrence of convection
0079 # TRCNV = time of relaxation (in hours) towards reference state
0080 # QBL = specific hum. threshold in the boundary layer
0081 # RHBL = relative hum. threshold in the boundary layer
0082 # RHIL = rel. hum. threshold in intermed. layers for secondary mass flux
cd1b9754e4 Jean*0083 # ENTMAX = max. entrainment as a fraction of cloud-base mass flux
06894f50d4 Jean*0084 # SMF = ratio between secondary and primary mass flux at cloud-base
cd1b9754e4 Jean*0085 &AIM_PAR_CNV
0086 &
0087
e6e8af868f Jean*0088 #-- Constants for large-scale condensation (namelist AIM_PAR_LSC):
06894f50d4 Jean*0089 # TRLSC = Relaxation time (in hours) for specific humidity
0090 # RHLSC = Maximum relative humidity threshold (at sigma=1)
0091 # DRHLSC = Vertical range of relative humidity threshold
0092 # QSMAX = used to define the maximum latent heat release
cd1b9754e4 Jean*0093 &AIM_PAR_LSC
0094 &
0095
0096 #-- Radiation constants (namelist AIM_PAR_RAD):
0097 # RHCL1 = relative hum. corresponding to cloud cover = 0
0098 # RHCL2 = relative hum. corresponding to cloud cover = 1
06894f50d4 Jean*0099 # QACL1 = specific hum. threshold for cloud cover in the upper troposphere
0100 # QACL2 = specific hum. threshold for cloud cover in the upper troposphere
0101 # ALBCL = cloud albedo (for cloud cover = 1)
0102 # EPSSW = fraction of incoming solar radiation absorbed by ozone
0103 # EPSLW = fraction of surface LW radiation emitted directly to space
0104 # EMISFC = longwave surface emissivity
0105 #--: shortwave absorptivities (for dp = 10^5 Pa) :
0106 # ABSDRY = abs. of dry air (visible band)
0107 # ABSAER = abs. of aerosols (visible band)
0108 # ABSWV1 = abs. of water vapour (visible band, for dq = 1 g/kg)
0109 # ABSWV2 = abs. of water vapour (near IR band, for dq = 1 g/kg)
0110 # ABSCL1 = abs. of clouds (visible band, constant term)
0111 # ABSCL2 = abs. of clouds (visible band, for dw = 1 g/kg)
0112 #--: longwave absorptivities (per dp = 10^5 Pa) :
0113 # ABLWIN = abs. of air in "window" band
0114 # ABLCO2 = abs. of air in CO2 band
0115 # ABLWV1 = abs. of water vapour in H2O band 1 (weak), for dq = 1 g/kg
0116 # ABLWV2 = abs. of water vapour in H2O band 2 (strong), for dq = 1 g/kg
0117 # ABLCL1 = abs. of clouds in "window" band, constant term
0118 # ABLCL2 = abs. of clouds in "window" band, for dw = 1 g/kg
cd1b9754e4 Jean*0119 &AIM_PAR_RAD
0120 &
0121
e6e8af868f Jean*0122 #-- Constants for vertical dif. and sh. conv. (namelist AIM_PAR_VDI):
cd1b9754e4 Jean*0123 # TRSHC = relaxation time (in hours) for shallow convection
06894f50d4 Jean*0124 # TRVDI = relaxation time (in hours) for moisture diffusion
0125 # TRVDS = relaxation time (in hours) for super-adiab. conditions
0126 # RHGRAD = maximum gradient of relative humidity (d_RH/d_sigma)
0127 # SEGRAD = minimum gradient of dry static energy (d_DSE/d_phi)
cd1b9754e4 Jean*0128 &AIM_PAR_VDI
0129 &
0130