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

Diff of /MITgcm/verification/aim.5l_cs/input/data.aimphys

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

revision 1.2 by jmc, Fri Nov 22 17:42:24 2002 UTC revision 1.5 by jmc, Mon Jan 26 17:19:33 2004 UTC
# Line 1  Line 1 
1  # AIM physics package parameters:  # 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_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_taveFreq :: Frequency^-1 for time-average output (s)
19    #     aim_diagFreq :: Frequency^-1 for diagnostic output (s)
20    #     aim_tendFreq :: Frequency^-1 for tendencies output (s)
21     &AIM_PARAMS
22    #  aim_useFMsurfBC=.FALSE.,
23    #  aim_useMMsurfFc=.TRUE.,
24    #  aim_surfPotTemp=.TRUE.,
25    #  aim_MMsufx = '.cs.bin',
26    #  aim_MMsufxLength = 7,
27       aim_LandFile= 'landFrc.2f2.bin',
28       aim_albFile = 'albedo.FM.bin',
29       aim_vegFile = 'vegetFrc.FM.bin',
30       aim_sstFile = 'seaSurfT.FM.bin',
31       aim_lstFile = 'lndSurfT.2f2.bin',
32       aim_oiceFile= 'seaIce.FM.bin',
33       aim_snowFile= 'snowDepth.FM.bin',
34       aim_swcFile = 'soilMoist.FM.bin',
35    #  aim_dragStrato= 2592000.,
36    #  aim_diagFreq=3600.,
37     &
38    
39  #--   Physical constants  #--   Physical constants
40  #      P0   = reference pressure  #      P0   = reference pressure
41  #      GG   = gravity accel.  #      GG   = gravity accel.
42  #      RD   = gas constant for dry air  #      RD   = gas constant for dry air
43  #      CP   = specific heat at constant pressure  #      CP   = specific heat at constant pressure
44  #      ALHC = latent heat of condensation  #      ALHC = latent heat of condensation
45  #      SBC  = Stefan-Boltzmann constant              #      SBC  = Stefan-Boltzmann constant
46    
47  #--   Constants for forcing fields (namelist AIM_PAR_FOR):  #--   Constants for forcing fields (namelist AIM_PAR_FOR):
48  #      SOLC   = Solar constant (area averaged) in W/m^2  #      SOLC   = Solar constant (area averaged) in W/m^2
# Line 19  Line 55 
55   &AIM_PAR_FOR   &AIM_PAR_FOR
56   &   &
57    
58  #--   Constants for surface fluxes (namelist AIM_PAR_SFL):  #--   Constants for surface fluxes (namelist AIM_PAR_SFL):
59  #      FWIND0 = ratio of near-sfc wind to lowest-level wind  #      FWIND0 = ratio of near-sfc wind to lowest-level wind
60  #      FTEMP0 = weight for near-sfc temperature extrapolation (0-1) :  #      FTEMP0 = weight for near-sfc temperature extrapolation (0-1) :
61  #               1 : linear extrapolation from two lowest levels  #               1 : linear extrapolation from two lowest levels
# Line 38  Line 74 
74  #      HDRAG  = Height scale for orographic correction  #      HDRAG  = Height scale for orographic correction
75  #      FHDRAG = Amplitude of orographic correction (fraction)  #      FHDRAG = Amplitude of orographic correction (fraction)
76   &AIM_PAR_SFL   &AIM_PAR_SFL
77    #  FTEMP0 = 0.,
78    #  FHUM0  = 0.,
79   &   &
80    
81  #--   Convection constants (namelist AIM_PAR_CNV):  #--   Convection constants (namelist AIM_PAR_CNV):
# Line 51  Line 89 
89   &AIM_PAR_CNV   &AIM_PAR_CNV
90   &   &
91    
92  #--   Constants for large-scale condendation (namelist AIM_PAR_LSC):  #--   Constants for large-scale condendation (namelist AIM_PAR_LSC):
93  #      TRLSC  = Relaxation time (in hours) for specific humidity  #      TRLSC  = Relaxation time (in hours) for specific humidity
94  #      RHLSC  = Maximum relative humidity threshold (at sigma=1)  #      RHLSC  = Maximum relative humidity threshold (at sigma=1)
95  #      DRHLSC = Vertical range of relative humidity threshold  #      DRHLSC = Vertical range of relative humidity threshold
# Line 85  Line 123 
123   &AIM_PAR_RAD   &AIM_PAR_RAD
124   &   &
125    
126  #--   Constants for vertical dif. and sh. conv. (namelist AIM_PAR_VDI):  #--   Constants for vertical dif. and sh. conv. (namelist AIM_PAR_VDI):
127  #      TRSHC  = relaxation time (in hours) for shallow convection  #      TRSHC  = relaxation time (in hours) for shallow convection
128  #      TRVDI  = relaxation time (in hours) for moisture diffusion  #      TRVDI  = relaxation time (in hours) for moisture diffusion
129  #      TRVDS  = relaxation time (in hours) for super-adiab. conditions  #      TRVDS  = relaxation time (in hours) for super-adiab. conditions

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22