Warning, /verification/aim.5l_cs/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
4d00e716bf 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)
4f7a66922b Jean*0007 # aim_energPrecip :: account for energy of precipitation (snow & rain temp)
0008 # aim_splitSIOsFx :: compute separately Sea-Ice & Ocean surf. Flux
0953a93f7b Jean*0009 # aim_LandFile :: file name for Land fraction [0-1]
4d00e716bf 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)
af0b1eb97a Jean*0019 # aim_dragStrato :: stratospheric-drag damping time scale (s)
a71c00bd64 Jean*0020 # aim_clrSkyDiag :: compute clear-sky radiation for diagnostics
4d00e716bf Jean*0021 # aim_diagFreq :: Frequency^-1 for diagnostic output (s)
0022 # aim_tendFreq :: Frequency^-1 for tendencies output (s)
0023 &AIM_PARAMS
e27381e2bf Jean*0024 # aim_useFMsurfBC=.FALSE.,
0025 # aim_useMMsurfFc=.TRUE.,
4d00e716bf Jean*0026 # aim_surfPotTemp=.TRUE.,
c2647a3e98 Jean*0027 aim_energPrecip=.TRUE.,
0028 aim_splitSIOsFx=.TRUE.,
e27381e2bf Jean*0029 aim_LandFile= 'landFrc.2f2.bin',
0030 aim_albFile = 'albedo.FM.bin',
0031 aim_vegFile = 'vegetFrc.FM.bin',
0032 aim_sstFile = 'seaSurfT.FM.bin',
0033 aim_lstFile = 'lndSurfT.2f2.bin',
d9bd3c21ec Jean*0034 aim_oiceFile= 'seaIce.2f2.bin',
e27381e2bf Jean*0035 aim_snowFile= 'snowDepth.FM.bin',
0036 aim_swcFile = 'soilMoist.FM.bin',
c2647a3e98 Jean*0037 aim_dragStrato= 2592000.,
a71c00bd64 Jean*0038 # aim_clrSkyDiag=.TRUE.,
e27381e2bf Jean*0039 # aim_diagFreq=3600.,
4d00e716bf Jean*0040 &
0041
cd1b9754e4 Jean*0042 #-- Physical constants
4f7a66922b Jean*0043 # P0 = reference pressure [Pa=N/m2]
0044 # GG = gravity accel. [m/s2]
0045 # RD = gas constant for dry air [J/kg/K]
0046 # CP = specific heat at constant pressure [J/kg/K]
0047 # ALHC = latent heat of condensation [J/g]
0048 # ALHF = latent heat of freezing [J/g]
0049 # SBC = Stefan-Boltzmann constant
0050 # rainCP = heat capacity of liquid water [J/g/K]
0051 # tFreeze = freezing temperature of pure water [K]
cd1b9754e4 Jean*0052
0053 #-- Constants for forcing fields (namelist AIM_PAR_FOR):
0054 # SOLC = Solar constant (area averaged) in W/m^2
0055 # ALBSEA = Albedo over sea
0056 # ALBICE = Albedo over sea ice (for ice fraction = 1)
0057 # ALBSN = Albedo over snow (for snow depth > SDALB)
05915fa384 Jean*0058 # SDALB = Snow depth (mm water) corresponding to maximum albedo
0059 # SWCAP = Soil wetness at field capacity (volume fraction)
0060 # SWWIL = Soil wetness at wilting point (volume fraction)
ba48fd3f3a Jean*0061 # hSnowWetness :: snow depth (m) corresponding to maximum wetness
cd1b9754e4 Jean*0062 &AIM_PAR_FOR
0063 &
0064
e27381e2bf Jean*0065 #-- Constants for surface fluxes (namelist AIM_PAR_SFL):
cd1b9754e4 Jean*0066 # FWIND0 = ratio of near-sfc wind to lowest-level wind
0067 # FTEMP0 = weight for near-sfc temperature extrapolation (0-1) :
0068 # 1 : linear extrapolation from two lowest levels
0069 # 0 : constant potential temperature ( = lowest level)
0070 # FHUM0 = weight for near-sfc specific humidity extrapolation (0-1) :
0071 # 1 : extrap. with constant relative hum. ( = lowest level)
0072 # 0 : constant specific hum. ( = lowest level)
0073 # CDL = drag coefficient for momentum over land
0074 # CDS = drag coefficient for momentum over sea
0075 # CHL = heat exchange coefficient over land
0076 # CHS = heat exchange coefficient over sea
0077 # VGUST = wind speed for sub-grid-scale gusts
05915fa384 Jean*0078 # CTDAY = daily-cycle correction (dTskin/dSSRad)
0079 # DTHETA = Potential temp. gradient for stability correction
a71c00bd64 Jean*0080 # dTstab = potential temp. increment for stability function derivative
05915fa384 Jean*0081 # FSTAB = Amplitude of stability correction (fraction)
0082 # HDRAG = Height scale for orographic correction
0083 # FHDRAG = Amplitude of orographic correction (fraction)
cd1b9754e4 Jean*0084 &AIM_PAR_SFL
e27381e2bf Jean*0085 # FTEMP0 = 0.,
0086 # FHUM0 = 0.,
cd1b9754e4 Jean*0087 &
0088
0089 #-- Convection constants (namelist AIM_PAR_CNV):
05915fa384 Jean*0090 # PSMIN = minimum (norm.) sfc. pressure for the occurrence of convection
0091 # TRCNV = time of relaxation (in hours) towards reference state
0092 # QBL = specific hum. threshold in the boundary layer
0093 # RHBL = relative hum. threshold in the boundary layer
0094 # RHIL = rel. hum. threshold in intermed. layers for secondary mass flux
cd1b9754e4 Jean*0095 # ENTMAX = max. entrainment as a fraction of cloud-base mass flux
05915fa384 Jean*0096 # SMF = ratio between secondary and primary mass flux at cloud-base
cd1b9754e4 Jean*0097 &AIM_PAR_CNV
0098 &
0099
0953a93f7b Jean*0100 #-- Constants for large-scale condensation (namelist AIM_PAR_LSC):
05915fa384 Jean*0101 # TRLSC = Relaxation time (in hours) for specific humidity
0102 # RHLSC = Maximum relative humidity threshold (at sigma=1)
0103 # DRHLSC = Vertical range of relative humidity threshold
0104 # QSMAX = used to define the maximum latent heat release
cd1b9754e4 Jean*0105 &AIM_PAR_LSC
0106 &
0107
0108 #-- Radiation constants (namelist AIM_PAR_RAD):
0109 # RHCL1 = relative hum. corresponding to cloud cover = 0
0110 # RHCL2 = relative hum. corresponding to cloud cover = 1
05915fa384 Jean*0111 # QACL1 = specific hum. threshold for cloud cover in the upper troposphere
0112 # QACL2 = specific hum. threshold for cloud cover in the upper troposphere
0113 # ALBCL = cloud albedo (for cloud cover = 1)
0114 # EPSSW = fraction of incoming solar radiation absorbed by ozone
0115 # EPSLW = fraction of surface LW radiation emitted directly to space
0116 # EMISFC = longwave surface emissivity
0117 #--: shortwave absorptivities (for dp = 10^5 Pa) :
0118 # ABSDRY = abs. of dry air (visible band)
0119 # ABSAER = abs. of aerosols (visible band)
0120 # ABSWV1 = abs. of water vapour (visible band, for dq = 1 g/kg)
0121 # ABSWV2 = abs. of water vapour (near IR band, for dq = 1 g/kg)
0122 # ABSCL1 = abs. of clouds (visible band, constant term)
0123 # ABSCL2 = abs. of clouds (visible band, for dw = 1 g/kg)
0124 #--: longwave absorptivities (per dp = 10^5 Pa) :
0125 # ABLWIN = abs. of air in "window" band
0126 # ABLCO2 = abs. of air in CO2 band
0127 # ABLWV1 = abs. of water vapour in H2O band 1 (weak), for dq = 1 g/kg
0128 # ABLWV2 = abs. of water vapour in H2O band 2 (strong), for dq = 1 g/kg
0129 # ABLCL1 = abs. of clouds in "window" band, constant term
0130 # ABLCL2 = abs. of clouds in "window" band, for dw = 1 g/kg
cd1b9754e4 Jean*0131 &AIM_PAR_RAD
0132 &
0133
e27381e2bf Jean*0134 #-- Constants for vertical dif. and sh. conv. (namelist AIM_PAR_VDI):
cd1b9754e4 Jean*0135 # TRSHC = relaxation time (in hours) for shallow convection
05915fa384 Jean*0136 # TRVDI = relaxation time (in hours) for moisture diffusion
0137 # TRVDS = relaxation time (in hours) for super-adiab. conditions
0138 # RHGRAD = maximum gradient of relative humidity (d_RH/d_sigma)
0139 # SEGRAD = minimum gradient of dry static energy (d_DSE/d_phi)
cd1b9754e4 Jean*0140 &AIM_PAR_VDI
0141 &
0142