Back to home page

MITgcm

 
 

    


Warning, /verification/cpl_aim+ocn/input_atm/data.land is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit fc7ee8b6 on 2004-09-01 17:52:11 UTC
d1f97ab8eb Jean*0001 # Land package parameters:
                0002 
                0003 #--  Land model parameter (namelist LAND_MODEL_PAR):
c57670c38d Jean*0004 #     land_calc_grT  :: step forward ground Temperature
                0005 #     land_calc_grW  :: step forward soil moiture
                0006 #     land_impl_grT  :: solve ground Temperature implicitly
                0007 #     land_calc_snow :: step forward snow thickness
                0008 #     land_calc_alb  :: compute albedo of snow over land
                0009 #     land_oldPickup :: restart from an old pickup (=before checkpoint 52l)
                0010 #     land_grT_iniFile  :: File containing initial ground Temp.
                0011 #     land_grW_iniFile  :: File containing initial ground Water.
                0012 #     land_snow_iniFile :: File containing initial snow thickness.
d1f97ab8eb Jean*0013 #     land_deltaT   :: land model time-step
                0014 #     land_taveFreq :: Frequency^-1 for time-Aver. output (s)
                0015 #     land_diagFreq :: Frequency^-1 for diagnostic output (s)
c57670c38d Jean*0016 #     land_monFreq  :: Frequency^-1 for monitor    output (s)
d1f97ab8eb Jean*0017 #     land_dzF      :: layer thickness
                0018  &LAND_MODEL_PAR
c57670c38d Jean*0019 # land_calc_grT =.FALSE.,
                0020 # land_calc_grW =.FALSE.,
fc7ee8b6dc Jean*0021 # land_impl_grT =.FALSE.,
                0022 # land_calc_snow=.FALSE.,
                0023 # land_calc_alb =.FALSE.,
d1f97ab8eb Jean*0024   land_grT_iniFile='land_grT_ini.cpl.bin',
fc7ee8b6dc Jean*0025   land_grW_iniFile='land_grW_ini.mn.bin',
                0026   land_snow_iniFile='land_snw_ini.cpl.bin',
                0027 # land_oldPickup=.TRUE.,
d1f97ab8eb Jean*0028   land_dzF= 0.1, 4.0,
fc7ee8b6dc Jean*0029 # land_diagFreq=2592000.,
d1f97ab8eb Jean*0030  &
                0031 
                0032 #--  Physical constants (namelist LAND_PHYS_PAR):
c57670c38d Jean*0033 #     land_grdLambda  :: Thermal conductivity of the ground (W/m/K)
                0034 #     land_heatCs     :: Heat capacity of dry soil (J/m3/K)
                0035 #     land_CpWater    :: Heat capacity of water    (J/kg/K)
d1f97ab8eb Jean*0036 #     land_wTauDiff   :: soil moisture diffusion time scale
                0037 #     land_waterCap   :: field capacity per meter of soil
                0038 #     land_fractRunOff:: fraction of water in excess which run-off
c57670c38d Jean*0039 #     land_rhoLiqW    :: density of liquid water (kg/m3)
                0040 #     land_rhoSnow    :: density of snow (kg/m3)
                0041 #     land_Lfreez     :: Latent heat of freezing (J/kg)
fc7ee8b6dc Jean*0042 #     land_hMaxSnow   :: Maximum snow-thickness  (m)
c57670c38d Jean*0043 #     diffKsnow       :: thermal conductivity of snow (W/m/K)
                0044 #     timeSnowAge     :: snow aging time scale   (s)
                0045 #     hNewSnowAge     :: new snow thickness that refresh the snow-age (by 1/e)
                0046 #     albColdSnow     :: albedo of cold (=dry) new snow (Tsfc < -10)
                0047 #     albWarmSnow     :: albedo of warm (=wet) new snow (Tsfc = 0)
                0048 #     albOldSnow      :: albedo of old snow (snowAge > 35.d)
                0049 #     hAlbSnow        :: snow thickness for albedo transition: snow/ground
d1f97ab8eb Jean*0050  &LAND_PHYS_PAR
fc7ee8b6dc Jean*0051 # land_Lfreez=0.,
                0052   land_hMaxSnow=10.,
d1f97ab8eb Jean*0053  &