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

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

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

revision 1.3 by jmc, Mon Jan 26 17:19:33 2004 UTC revision 1.4 by jmc, Thu Mar 11 14:47:01 2004 UTC
# Line 1  Line 1 
1  # Land package parameters:  # Land package parameters:
2    
3  #--  Land model parameter (namelist LAND_MODEL_PAR):  #--  Land model parameter (namelist LAND_MODEL_PAR):
4  #     land_calc_grT :: step forward ground Temperature  #     land_calc_grT  :: step forward ground Temperature
5  #     land_calc_grW :: step forward soil moiture  #     land_calc_grW  :: step forward soil moiture
6  #     land_grT_iniFile :: File containing initial ground Temp.  #     land_impl_grT  :: solve ground Temperature implicitly
7  #     land_grW_iniFile :: File containing initial ground Water.  #     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  #     land_deltaT   :: land model time-step
14  #     land_taveFreq :: Frequency^-1 for time-Aver. output (s)  #     land_taveFreq :: Frequency^-1 for time-Aver. output (s)
15  #     land_diagFreq :: Frequency^-1 for diagnostic output (s)  #     land_diagFreq :: Frequency^-1 for diagnostic output (s)
16    #     land_monFreq  :: Frequency^-1 for monitor    output (s)
17  #     land_dzF      :: layer thickness  #     land_dzF      :: layer thickness
18   &LAND_MODEL_PAR   &LAND_MODEL_PAR
19  # land_calc_grT=.FALSE.,  # land_calc_grT =.FALSE.,
20  # land_calc_grW=.FALSE.,  # land_calc_grW =.FALSE.,
21      land_impl_grT =.FALSE.,
22      land_calc_snow=.FALSE.,
23      land_calc_alb =.FALSE.,
24    land_grT_iniFile='land_grT_ini.bin',    land_grT_iniFile='land_grT_ini.bin',
25    land_grW_iniFile='land_grW_ini.bin',    land_grW_iniFile='land_grW_ini.bin',
26      land_oldPickup=.TRUE.,
27    land_dzF= 0.1, 4.0,    land_dzF= 0.1, 4.0,
28    # land_diagFreq=1.,
29   &   &
30    
31  #--  Physical constants (namelist LAND_PHYS_PAR):  #--  Physical constants (namelist LAND_PHYS_PAR):
32  #     land_grdLambda  :: Thermal conductivity of the ground  #     land_grdLambda  :: Thermal conductivity of the ground (W/m/K)
33  #     land_heatCs     :: Heat capacity of dry soil  #     land_heatCs     :: Heat capacity of dry soil (J/m3/K)
34  #     land_heatCw     :: Heat capacity of water  #     land_CpWater    :: Heat capacity of water    (J/kg/K)
35  #     land_wTauDiff   :: soil moisture diffusion time scale  #     land_wTauDiff   :: soil moisture diffusion time scale
36  #     land_waterCap   :: field capacity per meter of soil  #     land_waterCap   :: field capacity per meter of soil
37  #     land_fractRunOff:: fraction of water in excess which run-off  #     land_fractRunOff:: fraction of water in excess which run-off
38    #     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   &LAND_PHYS_PAR   &LAND_PHYS_PAR
49      land_Lfreez=0.,
50   &   &

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22