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

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

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


Revision 1.2 - (hide annotations) (download)
Sat Jan 24 20:44:59 2004 UTC (20 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52l_pre, checkpoint52j_pre, checkpoint54d_post, checkpoint54e_post, checkpoint52k_post, checkpoint55, checkpoint54, checkpoint53, checkpoint54f_post, checkpoint55i_post, checkpoint55c_post, checkpoint53d_post, checkpoint54b_post, checkpoint52m_post, checkpoint55g_post, checkpoint55d_post, checkpoint54a_pre, checkpoint53c_post, checkpoint55d_pre, checkpoint55j_post, checkpoint54a_post, checkpoint55h_post, checkpoint55b_post, checkpoint53a_post, checkpoint55f_post, checkpoint53g_post, checkpoint53f_post, checkpoint52j_post, checkpoint52l_post, checkpoint52n_post, checkpoint53b_pre, checkpoint55a_post, checkpoint53b_post, checkpoint53d_pre, checkpoint55e_post, checkpoint54c_post
Changes since 1.1: +65 -31 lines
update AIM Equatorial Channel experiment:
 * use standard aim_v23 pkg (instead of the old pkg/aim).

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

  ViewVC Help
Powered by ViewVC 1.1.22