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

Contents of /MITgcm/verification/aim.5l_LatLon/input/data.aimphys

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


Revision 1.3 - (show annotations) (download)
Sun Nov 14 20:10:54 2004 UTC (19 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57g_pre, checkpoint57s_post, checkpoint58b_post, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint57y_post, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62c, checkpoint57r_post, checkpoint57d_post, checkpoint57i_post, checkpoint59, checkpoint58, checkpoint57, checkpoint56, checkpoint58f_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint58y_post, checkpoint58t_post, checkpoint58m_post, checkpoint57l_post, checkpoint57t_post, checkpoint57v_post, checkpoint57f_post, checkpoint64, checkpoint65, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint57a_post, checkpoint57h_pre, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint58w_post, checkpoint57h_post, checkpoint57y_pre, checkpoint58o_post, checkpoint57c_post, checkpoint58p_post, checkpoint58q_post, checkpoint58e_post, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint57c_pre, checkpoint58r_post, checkpoint58n_post, checkpoint65r, checkpoint57e_post, checkpoint65o, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint58k_post, checkpoint62b, checkpoint58v_post, checkpoint56a_post, checkpoint64y, checkpoint64x, checkpoint58l_post, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint57h_done, checkpoint57j_post, checkpoint57f_pre, checkpoint62d, checkpoint61f, checkpoint58g_post, checkpoint58x_post, checkpoint61n, checkpoint58h_post, checkpoint56c_post, checkpoint58j_post, checkpoint57a_pre, checkpoint57o_post, checkpoint61q, checkpoint57k_post, checkpoint61z, checkpoint57w_post, checkpoint61e, checkpoint58i_post, checkpoint57x_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post, checkpoint61g, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61x, checkpoint61y, HEAD
Changes since 1.2: +20 -11 lines
read land-Fraction from file.

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

  ViewVC Help
Powered by ViewVC 1.1.22