/[MITgcm]/MITgcm/verification/aim.5l_cs/input/data.aimphys
ViewVC logotype

Annotation of /MITgcm/verification/aim.5l_cs/input/data.aimphys

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.10 - (hide annotations) (download)
Sun Nov 14 20:09:46 2004 UTC (19 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57b_post, checkpoint56b_post, checkpoint57, checkpoint56, checkpoint57a_post, checkpoint57c_post, checkpoint57c_pre, checkpoint56a_post, checkpoint56c_post, checkpoint57a_pre
Changes since 1.9: +2 -4 lines
update description

1 jmc 1.1 # AIM physics package parameters:
2    
3 jmc 1.3 C-- AIM interface parameter (namelist AIM_PARAMS):
4     # aim_useFMsurfBC :: select surface B.C. from Franco Molteni
5     # aim_useMMsurfFc :: select Monthly Mean surface forcing (e.g., NCEP)
6     # aim_surfPotTemp :: surf.Temp input file is in Pot.Temp (aim_useMMsurfFc)
7 jmc 1.7 # aim_energPrecip :: account for energy of precipitation (snow & rain temp)
8     # aim_splitSIOsFx :: compute separately Sea-Ice & Ocean surf. Flux
9 jmc 1.10 # aim_LandFile :: file name for Land fraction [0-1]
10 jmc 1.3 # aim_MMsufx :: sufix for all Monthly Mean surface forcing files
11     # aim_MMsufxLength :: Length of sufix (Monthly Mean surf. forc. files)
12     # aim_albFile :: file name for Albedo input file (F.M. surfBC)
13     # aim_vegFile :: file name for vegetation fraction (F.M. surfBC)
14     # aim_sstFile :: file name for Sea.Surf.Temp (F.M. surfBC)
15     # aim_lstFile :: file name for Land.Surf.Temp (F.M. surfBC)
16     # aim_oiceFile :: file name for Sea Ice fraction (F.M. surfBC)
17     # aim_snowFile :: file name for Snow depth (F.M. surfBC)
18     # aim_swcFile :: file name for Soil Water content (F.M. surfBC)
19 jmc 1.4 # aim_dragStrato :: stratospheric-drag damping time scale (s)
20 jmc 1.9 # aim_clrSkyDiag :: compute clear-sky radiation for diagnostics
21 jmc 1.5 # aim_taveFreq :: Frequency^-1 for time-average output (s)
22 jmc 1.3 # aim_diagFreq :: Frequency^-1 for diagnostic output (s)
23     # aim_tendFreq :: Frequency^-1 for tendencies output (s)
24     &AIM_PARAMS
25 jmc 1.5 # aim_useFMsurfBC=.FALSE.,
26     # aim_useMMsurfFc=.TRUE.,
27 jmc 1.3 # aim_surfPotTemp=.TRUE.,
28 jmc 1.7 # aim_energPrecip=.TRUE.,
29     # aim_splitSIOsFx=.TRUE.,
30 jmc 1.5 aim_LandFile= 'landFrc.2f2.bin',
31     aim_albFile = 'albedo.FM.bin',
32     aim_vegFile = 'vegetFrc.FM.bin',
33     aim_sstFile = 'seaSurfT.FM.bin',
34     aim_lstFile = 'lndSurfT.2f2.bin',
35 jmc 1.6 aim_oiceFile= 'seaIce.2f2.bin',
36 jmc 1.5 aim_snowFile= 'snowDepth.FM.bin',
37     aim_swcFile = 'soilMoist.FM.bin',
38 jmc 1.4 # aim_dragStrato= 2592000.,
39 jmc 1.9 # aim_clrSkyDiag=.TRUE.,
40 jmc 1.5 # aim_diagFreq=3600.,
41 jmc 1.3 &
42    
43 jmc 1.1 #-- Physical constants
44 jmc 1.7 # P0 = reference pressure [Pa=N/m2]
45     # GG = gravity accel. [m/s2]
46     # RD = gas constant for dry air [J/kg/K]
47     # CP = specific heat at constant pressure [J/kg/K]
48     # ALHC = latent heat of condensation [J/g]
49     # ALHF = latent heat of freezing [J/g]
50     # SBC = Stefan-Boltzmann constant
51     # rainCP = heat capacity of liquid water [J/g/K]
52     # tFreeze = freezing temperature of pure water [K]
53 jmc 1.1
54     #-- Constants for forcing fields (namelist AIM_PAR_FOR):
55     # SOLC = Solar constant (area averaged) in W/m^2
56     # ALBSEA = Albedo over sea
57     # ALBICE = Albedo over sea ice (for ice fraction = 1)
58     # ALBSN = Albedo over snow (for snow depth > SDALB)
59 jmc 1.2 # SDALB = Snow depth (mm water) corresponding to maximum albedo
60     # SWCAP = Soil wetness at field capacity (volume fraction)
61     # SWWIL = Soil wetness at wilting point (volume fraction)
62 jmc 1.8 # hSnowWetness :: snow depth (m) corresponding to maximum wetness
63 jmc 1.1 &AIM_PAR_FOR
64 jmc 1.8 hSnowWetness = 0.,
65 jmc 1.1 &
66    
67 jmc 1.5 #-- Constants for surface fluxes (namelist AIM_PAR_SFL):
68 jmc 1.1 # FWIND0 = ratio of near-sfc wind to lowest-level wind
69     # FTEMP0 = weight for near-sfc temperature extrapolation (0-1) :
70     # 1 : linear extrapolation from two lowest levels
71     # 0 : constant potential temperature ( = lowest level)
72     # FHUM0 = weight for near-sfc specific humidity extrapolation (0-1) :
73     # 1 : extrap. with constant relative hum. ( = lowest level)
74     # 0 : constant specific hum. ( = lowest level)
75     # CDL = drag coefficient for momentum over land
76     # CDS = drag coefficient for momentum over sea
77     # CHL = heat exchange coefficient over land
78     # CHS = heat exchange coefficient over sea
79     # VGUST = wind speed for sub-grid-scale gusts
80 jmc 1.2 # CTDAY = daily-cycle correction (dTskin/dSSRad)
81     # DTHETA = Potential temp. gradient for stability correction
82 jmc 1.9 # dTstab = potential temp. increment for stability function derivative
83 jmc 1.2 # FSTAB = Amplitude of stability correction (fraction)
84     # HDRAG = Height scale for orographic correction
85     # FHDRAG = Amplitude of orographic correction (fraction)
86 jmc 1.1 &AIM_PAR_SFL
87 jmc 1.5 # FTEMP0 = 0.,
88     # FHUM0 = 0.,
89 jmc 1.1 &
90    
91     #-- Convection constants (namelist AIM_PAR_CNV):
92 jmc 1.2 # PSMIN = minimum (norm.) sfc. pressure for the occurrence of convection
93     # TRCNV = time of relaxation (in hours) towards reference state
94     # QBL = specific hum. threshold in the boundary layer
95     # RHBL = relative hum. threshold in the boundary layer
96     # RHIL = rel. hum. threshold in intermed. layers for secondary mass flux
97 jmc 1.1 # ENTMAX = max. entrainment as a fraction of cloud-base mass flux
98 jmc 1.2 # SMF = ratio between secondary and primary mass flux at cloud-base
99 jmc 1.1 &AIM_PAR_CNV
100     &
101    
102 jmc 1.10 #-- Constants for large-scale condensation (namelist AIM_PAR_LSC):
103 jmc 1.2 # TRLSC = Relaxation time (in hours) for specific humidity
104     # RHLSC = Maximum relative humidity threshold (at sigma=1)
105     # DRHLSC = Vertical range of relative humidity threshold
106     # QSMAX = used to define the maximum latent heat release
107 jmc 1.1 &AIM_PAR_LSC
108     &
109    
110     #-- Radiation constants (namelist AIM_PAR_RAD):
111 jmc 1.2 # RHCL1 = relative hum. corresponding to cloud cover = 0
112     # RHCL2 = relative hum. corresponding to cloud cover = 1
113     # QACL1 = specific hum. threshold for cloud cover in the upper troposphere
114     # QACL2 = specific hum. threshold for cloud cover in the upper troposphere
115     # ALBCL = cloud albedo (for cloud cover = 1)
116 jmc 1.1 # EPSSW = fraction of incoming solar radiation absorbed by ozone
117     # EPSLW = fraction of surface LW radiation emitted directly to space
118 jmc 1.2 # EMISFC = longwave surface emissivity
119     #--: shortwave absorptivities (for dp = 10^5 Pa) :
120     # ABSDRY = abs. of dry air (visible band)
121     # ABSAER = abs. of aerosols (visible band)
122     # ABSWV1 = abs. of water vapour (visible band, for dq = 1 g/kg)
123     # ABSWV2 = abs. of water vapour (near IR band, for dq = 1 g/kg)
124     # ABSCL1 = abs. of clouds (visible band, constant term)
125     # ABSCL2 = abs. of clouds (visible band, for dw = 1 g/kg)
126     #--: longwave absorptivities (per dp = 10^5 Pa) :
127     # ABLWIN = abs. of air in "window" band
128     # ABLCO2 = abs. of air in CO2 band
129     # ABLWV1 = abs. of water vapour in H2O band 1 (weak), for dq = 1 g/kg
130     # ABLWV2 = abs. of water vapour in H2O band 2 (strong), for dq = 1 g/kg
131     # ABLCL1 = abs. of clouds in "window" band, constant term
132     # ABLCL2 = abs. of clouds in "window" band, for dw = 1 g/kg
133 jmc 1.1 &AIM_PAR_RAD
134     &
135    
136 jmc 1.5 #-- Constants for vertical dif. and sh. conv. (namelist AIM_PAR_VDI):
137 jmc 1.2 # TRSHC = relaxation time (in hours) for shallow convection
138 jmc 1.1 # TRVDI = relaxation time (in hours) for moisture diffusion
139 jmc 1.2 # TRVDS = relaxation time (in hours) for super-adiab. conditions
140     # RHGRAD = maximum gradient of relative humidity (d_RH/d_sigma)
141     # SEGRAD = minimum gradient of dry static energy (d_DSE/d_phi)
142 jmc 1.1 &AIM_PAR_VDI
143     &

  ViewVC Help
Powered by ViewVC 1.1.22