/[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.8 - (hide annotations) (download)
Fri May 14 16:19:39 2004 UTC (19 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint53d_post, checkpoint53c_post, checkpoint53b_pre, checkpoint53b_post, checkpoint53d_pre
Changes since 1.7: +2 -0 lines
keep soil wetness availability independent of snow (results unchanged)

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.3 # aim_MMsufx :: sufix for all Monthly Mean surface forcing files
10     # aim_MMsufxLength :: Length of sufix (Monthly Mean surf. forc. files)
11     # aim_LandFile :: file name for Land fraction (F.M. surfBC)
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.5 # aim_taveFreq :: Frequency^-1 for time-average output (s)
21 jmc 1.3 # aim_diagFreq :: Frequency^-1 for diagnostic output (s)
22     # aim_tendFreq :: Frequency^-1 for tendencies output (s)
23     &AIM_PARAMS
24 jmc 1.5 # aim_useFMsurfBC=.FALSE.,
25     # aim_useMMsurfFc=.TRUE.,
26 jmc 1.3 # aim_surfPotTemp=.TRUE.,
27 jmc 1.7 # aim_energPrecip=.TRUE.,
28     # aim_splitSIOsFx=.TRUE.,
29 jmc 1.5 # aim_MMsufx = '.cs.bin',
30     # aim_MMsufxLength = 7,
31     aim_LandFile= 'landFrc.2f2.bin',
32     aim_albFile = 'albedo.FM.bin',
33     aim_vegFile = 'vegetFrc.FM.bin',
34     aim_sstFile = 'seaSurfT.FM.bin',
35     aim_lstFile = 'lndSurfT.2f2.bin',
36 jmc 1.6 aim_oiceFile= 'seaIce.2f2.bin',
37 jmc 1.5 aim_snowFile= 'snowDepth.FM.bin',
38     aim_swcFile = 'soilMoist.FM.bin',
39 jmc 1.4 # aim_dragStrato= 2592000.,
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     # FSTAB = Amplitude of stability correction (fraction)
83     # HDRAG = Height scale for orographic correction
84     # FHDRAG = Amplitude of orographic correction (fraction)
85 jmc 1.1 &AIM_PAR_SFL
86 jmc 1.5 # FTEMP0 = 0.,
87     # FHUM0 = 0.,
88 jmc 1.1 &
89    
90     #-- Convection constants (namelist AIM_PAR_CNV):
91 jmc 1.2 # PSMIN = minimum (norm.) sfc. pressure for the occurrence of convection
92     # TRCNV = time of relaxation (in hours) towards reference state
93     # QBL = specific hum. threshold in the boundary layer
94     # RHBL = relative hum. threshold in the boundary layer
95     # RHIL = rel. hum. threshold in intermed. layers for secondary mass flux
96 jmc 1.1 # ENTMAX = max. entrainment as a fraction of cloud-base mass flux
97 jmc 1.2 # SMF = ratio between secondary and primary mass flux at cloud-base
98 jmc 1.1 &AIM_PAR_CNV
99     &
100    
101 jmc 1.5 #-- Constants for large-scale condendation (namelist AIM_PAR_LSC):
102 jmc 1.2 # TRLSC = Relaxation time (in hours) for specific humidity
103     # RHLSC = Maximum relative humidity threshold (at sigma=1)
104     # DRHLSC = Vertical range of relative humidity threshold
105     # QSMAX = used to define the maximum latent heat release
106 jmc 1.1 &AIM_PAR_LSC
107     &
108    
109     #-- Radiation constants (namelist AIM_PAR_RAD):
110 jmc 1.2 # RHCL1 = relative hum. corresponding to cloud cover = 0
111     # RHCL2 = relative hum. corresponding to cloud cover = 1
112     # QACL1 = specific hum. threshold for cloud cover in the upper troposphere
113     # QACL2 = specific hum. threshold for cloud cover in the upper troposphere
114     # ALBCL = cloud albedo (for cloud cover = 1)
115 jmc 1.1 # EPSSW = fraction of incoming solar radiation absorbed by ozone
116     # EPSLW = fraction of surface LW radiation emitted directly to space
117 jmc 1.2 # EMISFC = longwave surface emissivity
118     #--: shortwave absorptivities (for dp = 10^5 Pa) :
119     # ABSDRY = abs. of dry air (visible band)
120     # ABSAER = abs. of aerosols (visible band)
121     # ABSWV1 = abs. of water vapour (visible band, for dq = 1 g/kg)
122     # ABSWV2 = abs. of water vapour (near IR band, for dq = 1 g/kg)
123     # ABSCL1 = abs. of clouds (visible band, constant term)
124     # ABSCL2 = abs. of clouds (visible band, for dw = 1 g/kg)
125     #--: longwave absorptivities (per dp = 10^5 Pa) :
126     # ABLWIN = abs. of air in "window" band
127     # ABLCO2 = abs. of air in CO2 band
128     # ABLWV1 = abs. of water vapour in H2O band 1 (weak), for dq = 1 g/kg
129     # ABLWV2 = abs. of water vapour in H2O band 2 (strong), for dq = 1 g/kg
130     # ABLCL1 = abs. of clouds in "window" band, constant term
131     # ABLCL2 = abs. of clouds in "window" band, for dw = 1 g/kg
132 jmc 1.1 &AIM_PAR_RAD
133     &
134    
135 jmc 1.5 #-- Constants for vertical dif. and sh. conv. (namelist AIM_PAR_VDI):
136 jmc 1.2 # TRSHC = relaxation time (in hours) for shallow convection
137 jmc 1.1 # TRVDI = relaxation time (in hours) for moisture diffusion
138 jmc 1.2 # TRVDS = relaxation time (in hours) for super-adiab. conditions
139     # RHGRAD = maximum gradient of relative humidity (d_RH/d_sigma)
140     # SEGRAD = minimum gradient of dry static energy (d_DSE/d_phi)
141 jmc 1.1 &AIM_PAR_VDI
142     &

  ViewVC Help
Powered by ViewVC 1.1.22