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

Annotation of /MITgcm/verification/aim.5l_cs/input/data.land

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


Revision 1.5 - (hide annotations) (download)
Fri May 14 16:19:39 2004 UTC (19 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint53d_post, checkpoint54a_pre, checkpoint55c_post, checkpoint54e_post, checkpoint54a_post, checkpoint53c_post, checkpoint55d_pre, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint55h_post, checkpoint54b_post, checkpoint53b_pre, checkpoint55b_post, checkpoint54d_post, checkpoint56c_post, checkpoint55, checkpoint57a_post, checkpoint54, checkpoint54f_post, checkpoint53b_post, checkpoint55g_post, checkpoint55f_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, checkpoint53g_post, checkpoint57c_post, checkpoint55e_post, checkpoint53f_post, checkpoint55a_post, checkpoint53d_pre, checkpoint54c_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.4: +1 -0 lines
keep soil wetness availability independent of snow (results unchanged)

1 jmc 1.1 # Land package parameters:
2    
3     #-- Land model parameter (namelist LAND_MODEL_PAR):
4 jmc 1.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 jmc 1.1 # 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 jmc 1.4 # land_monFreq :: Frequency^-1 for monitor output (s)
17 jmc 1.1 # land_dzF :: layer thickness
18     &LAND_MODEL_PAR
19 jmc 1.4 # 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 jmc 1.3 land_grT_iniFile='land_grT_ini.bin',
25     land_grW_iniFile='land_grW_ini.bin',
26 jmc 1.4 land_oldPickup=.TRUE.,
27 jmc 1.1 land_dzF= 0.1, 4.0,
28 jmc 1.4 # land_diagFreq=1.,
29 jmc 1.1 &
30    
31     #-- Physical constants (namelist LAND_PHYS_PAR):
32 jmc 1.4 # land_grdLambda :: Thermal conductivity of the ground (W/m/K)
33     # land_heatCs :: Heat capacity of dry soil (J/m3/K)
34     # land_CpWater :: Heat capacity of water (J/kg/K)
35 jmc 1.1 # land_wTauDiff :: soil moisture diffusion time scale
36     # land_waterCap :: field capacity per meter of soil
37     # land_fractRunOff:: fraction of water in excess which run-off
38 jmc 1.4 # land_rhoLiqW :: density of liquid water (kg/m3)
39     # land_rhoSnow :: density of snow (kg/m3)
40     # land_Lfreez :: Latent heat of freezing (J/kg)
41 jmc 1.5 # land_hMaxSnow :: Maximum snow-thickness (m)
42 jmc 1.4 # diffKsnow :: thermal conductivity of snow (W/m/K)
43     # timeSnowAge :: snow aging time scale (s)
44     # hNewSnowAge :: new snow thickness that refresh the snow-age (by 1/e)
45     # albColdSnow :: albedo of cold (=dry) new snow (Tsfc < -10)
46     # albWarmSnow :: albedo of warm (=wet) new snow (Tsfc = 0)
47     # albOldSnow :: albedo of old snow (snowAge > 35.d)
48     # hAlbSnow :: snow thickness for albedo transition: snow/ground
49 jmc 1.1 &LAND_PHYS_PAR
50 jmc 1.4 land_Lfreez=0.,
51 jmc 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22