/[MITgcm]/MITgcm/verification/cpl_aim+ocn/input_atm/data.aimphys
ViewVC logotype

Annotation of /MITgcm/verification/cpl_aim+ocn/input_atm/data.aimphys

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


Revision 1.2 - (hide annotations) (download)
Sun Apr 18 15:45:35 2004 UTC (20 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52n_post, checkpoint53d_post, checkpoint53c_post, checkpoint53b_pre, checkpoint52m_post, checkpoint53a_post, checkpoint53b_post, checkpoint53, checkpoint53d_pre
Changes since 1.1: +16 -9 lines
add new parameters (but keep results unchanged) with new land formulation

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

  ViewVC Help
Powered by ViewVC 1.1.22