/[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.4 - (hide annotations) (download)
Fri Aug 1 16:21:30 2003 UTC (20 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51o_pre, checkpoint51l_post, checkpoint52, checkpoint52f_post, checkpoint51f_post, checkpoint51t_post, checkpoint51n_post, checkpoint52i_pre, checkpoint51s_post, checkpoint51j_post, checkpoint52e_pre, checkpoint52e_post, checkpoint51n_pre, checkpoint52b_pre, checkpoint51l_pre, checkpoint51q_post, checkpoint52b_post, checkpoint52c_post, checkpoint51h_pre, checkpoint52h_pre, checkpoint52f_pre, branchpoint-genmake2, checkpoint51r_post, checkpoint51i_post, checkpoint52d_post, checkpoint52a_pre, checkpoint52i_post, checkpoint51i_pre, branch-netcdf, checkpoint51e_post, checkpoint51o_post, checkpoint51f_pre, checkpoint52a_post, checkpoint51g_post, ecco_c52_e35, checkpoint51m_post, checkpoint51p_post, checkpoint51u_post
Branch point for: branch-genmake2, branch-nonh, tg2-branch, netcdf-sm0, checkpoint51n_branch
Changes since 1.3: +2 -0 lines
add comments for new options (stratospheric drag, land initialise ...)

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

  ViewVC Help
Powered by ViewVC 1.1.22