/[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.4 - (hide annotations) (download)
Thu Mar 11 14:47:01 2004 UTC (20 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52n_post, checkpoint52l_post, checkpoint52m_post, checkpoint53a_post, checkpoint53
Changes since 1.3: +31 -10 lines
add new parameters (but keep results unchanged) with new land formulation

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     # diffKsnow :: thermal conductivity of snow (W/m/K)
42     # timeSnowAge :: snow aging time scale (s)
43     # hNewSnowAge :: new snow thickness that refresh the snow-age (by 1/e)
44     # albColdSnow :: albedo of cold (=dry) new snow (Tsfc < -10)
45     # albWarmSnow :: albedo of warm (=wet) new snow (Tsfc = 0)
46     # albOldSnow :: albedo of old snow (snowAge > 35.d)
47     # hAlbSnow :: snow thickness for albedo transition: snow/ground
48 jmc 1.1 &LAND_PHYS_PAR
49 jmc 1.4 land_Lfreez=0.,
50 jmc 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22