/[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.4 by jmc, Thu Mar 11 14:47:01 2004 UTC revision 1.6 by jmc, Wed Feb 2 19:56:49 2005 UTC
# Line 6  Line 6 
6  #     land_impl_grT  :: solve ground Temperature implicitly  #     land_impl_grT  :: solve ground Temperature implicitly
7  #     land_calc_snow :: step forward snow thickness  #     land_calc_snow :: step forward snow thickness
8  #     land_calc_alb  :: compute albedo of snow over land  #     land_calc_alb  :: compute albedo of snow over land
9  #     land_oldPickup :: restart from an old pickup (=before checkpoint 52l)  #     land_oldPickup :: restart from an old pickup (=before checkpoint 52l_post)
10  #     land_grT_iniFile  :: File containing initial ground Temp.  #     land_grT_iniFile  :: File containing initial ground Temp.
11  #     land_grW_iniFile  :: File containing initial ground Water.  #     land_grW_iniFile  :: File containing initial ground Water.
12  #     land_snow_iniFile :: File containing initial snow thickness.  #     land_snow_iniFile :: File containing initial snow thickness.
# Line 18  Line 18 
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.,  # land_impl_grT =.FALSE.,
22    land_calc_snow=.FALSE.,  # land_calc_snow=.FALSE.,
23    land_calc_alb =.FALSE.,  # 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.,  # land_oldPickup=.TRUE.,
27    land_dzF= 0.1, 4.0,    land_dzF= 0.1, 4.0,
28  # land_diagFreq=1.,  # land_diagFreq=1.,
29   &   &
# Line 38  Line 38 
38  #     land_rhoLiqW    :: density of liquid water (kg/m3)  #     land_rhoLiqW    :: density of liquid water (kg/m3)
39  #     land_rhoSnow    :: density of snow (kg/m3)  #     land_rhoSnow    :: density of snow (kg/m3)
40  #     land_Lfreez     :: Latent heat of freezing (J/kg)  #     land_Lfreez     :: Latent heat of freezing (J/kg)
41    #     land_hMaxSnow   :: Maximum snow-thickness  (m)
42  #     diffKsnow       :: thermal conductivity of snow (W/m/K)  #     diffKsnow       :: thermal conductivity of snow (W/m/K)
43  #     timeSnowAge     :: snow aging time scale   (s)  #     timeSnowAge     :: snow aging time scale   (s)
44  #     hNewSnowAge     :: new snow thickness that refresh the snow-age (by 1/e)  #     hNewSnowAge     :: new snow thickness that refresh the snow-age (by 1/e)
# Line 46  Line 47 
47  #     albOldSnow      :: albedo of old snow (snowAge > 35.d)  #     albOldSnow      :: albedo of old snow (snowAge > 35.d)
48  #     hAlbSnow        :: snow thickness for albedo transition: snow/ground  #     hAlbSnow        :: snow thickness for albedo transition: snow/ground
49   &LAND_PHYS_PAR   &LAND_PHYS_PAR
50    land_Lfreez=0.,  # land_Lfreez=0.,
51   &   &

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

  ViewVC Help
Powered by ViewVC 1.1.22