/[MITgcm]/MITgcm_contrib/enderton/SimParameters/Eb5p2km_LW/rank_2/data.land
ViewVC logotype

Contents of /MITgcm_contrib/enderton/SimParameters/Eb5p2km_LW/rank_2/data.land

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


Revision 1.1 - (show annotations) (download)
Thu Nov 24 17:23:35 2005 UTC (19 years, 8 months ago) by enderton
Branch: MAIN
CVS Tags: HEAD
Adding to coupled gfd simulation data file and initial condition repository

1 # Land package parameters:
2
3 #-- Land model parameter (namelist LAND_MODEL_PAR):
4 # land_calc_grT :: step forward ground Temperature
5 # land_calc_grW :: step forward soil moiture
6 # land_impl_grT :: solve ground Temperature implicitly
7 # land_calc_snow :: step forward snow thickness
8 # land_calc_alb :: compute albedo of snow over land
9 # land_oldPickup :: restart from an old pickup (=before checkpoint 52l)
10 # land_grT_iniFile :: File containing initial ground Temp.
11 # land_grW_iniFile :: File containing initial ground Water.
12 # land_snow_iniFile :: File containing initial snow thickness.
13 # land_deltaT :: land model time-step
14 # land_taveFreq :: Frequency^-1 for time-Aver. output (s)
15 # land_diagFreq :: Frequency^-1 for diagnostic output (s)
16 # land_monFreq :: Frequency^-1 for monitor output (s)
17 # land_dzF :: layer thickness
18 &LAND_MODEL_PAR
19 # land_calc_grT =.FALSE.,
20 # land_calc_grW =.FALSE.,
21 # land_impl_grT =.FALSE.,
22 # land_calc_snow=.FALSE.,
23 # land_calc_alb =.FALSE.,
24 land_grT_iniFile='EqBlk.c32.L.GrdT.ini.bin',
25 land_grW_iniFile='EqBlk.c32.L.GrdW.ini.bin',
26 # land_snow_iniFile='land_snw_ini.cpl.bin',
27 # land_oldPickup=.TRUE.,
28 land_dzF= 0.1, 4.0,
29 # land_diagFreq=2592000.,
30 &
31
32 #-- Physical constants (namelist LAND_PHYS_PAR):
33 # land_grdLambda :: Thermal conductivity of the ground (W/m/K)
34 # land_heatCs :: Heat capacity of dry soil (J/m3/K)
35 # land_CpWater :: Heat capacity of water (J/kg/K)
36 # land_wTauDiff :: soil moisture diffusion time scale
37 # land_waterCap :: field capacity per meter of soil
38 # land_fractRunOff:: fraction of water in excess which run-off
39 # land_rhoLiqW :: density of liquid water (kg/m3)
40 # land_rhoSnow :: density of snow (kg/m3)
41 # land_Lfreez :: Latent heat of freezing (J/kg)
42 # land_hMaxSnow :: Maximum snow-thickness (m)
43 # diffKsnow :: thermal conductivity of snow (W/m/K)
44 # timeSnowAge :: snow aging time scale (s)
45 # hNewSnowAge :: new snow thickness that refresh the snow-age (by 1/e)
46 # albColdSnow :: albedo of cold (=dry) new snow (Tsfc < -10)
47 # albWarmSnow :: albedo of warm (=wet) new snow (Tsfc = 0)
48 # albOldSnow :: albedo of old snow (snowAge > 35.d)
49 # hAlbSnow :: snow thickness for albedo transition: snow/ground
50 &LAND_PHYS_PAR
51 # land_Lfreez=0.,
52 land_hMaxSnow=10.,
53 &

  ViewVC Help
Powered by ViewVC 1.1.22