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 5e44d2ea on 2025-08-09 03:50:44 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_diagFreq :: Frequency^-1 for diagnostic output (s)
c57670c38d Jean*0015 #     land_monFreq  :: Frequency^-1 for monitor    output (s)
d1f97ab8eb Jean*0016 #     land_dzF      :: layer thickness
                0017  &LAND_MODEL_PAR
c57670c38d Jean*0018 # land_calc_grT =.FALSE.,
                0019 # land_calc_grW =.FALSE.,
fc7ee8b6dc Jean*0020 # land_impl_grT =.FALSE.,
                0021 # land_calc_snow=.FALSE.,
                0022 # land_calc_alb =.FALSE.,
d1f97ab8eb Jean*0023   land_grT_iniFile='land_grT_ini.cpl.bin',
fc7ee8b6dc Jean*0024   land_grW_iniFile='land_grW_ini.mn.bin',
                0025   land_snow_iniFile='land_snw_ini.cpl.bin',
                0026 # land_oldPickup=.TRUE.,
d1f97ab8eb Jean*0027   land_dzF= 0.1, 4.0,
fc7ee8b6dc Jean*0028 # land_diagFreq=2592000.,
d1f97ab8eb Jean*0029  &
                0030 
                0031 #--  Physical constants (namelist LAND_PHYS_PAR):
c57670c38d Jean*0032 #     land_grdLambda  :: Thermal conductivity of the ground (W/m/K)
                0033 #     land_heatCs     :: Heat capacity of dry soil (J/m3/K)
                0034 #     land_CpWater    :: Heat capacity of water    (J/kg/K)
d1f97ab8eb Jean*0035 #     land_wTauDiff   :: soil moisture diffusion time scale
                0036 #     land_waterCap   :: field capacity per meter of soil
                0037 #     land_fractRunOff:: fraction of water in excess which run-off
c57670c38d Jean*0038 #     land_rhoLiqW    :: density of liquid water (kg/m3)
                0039 #     land_rhoSnow    :: density of snow (kg/m3)
                0040 #     land_Lfreez     :: Latent heat of freezing (J/kg)
fc7ee8b6dc Jean*0041 #     land_hMaxSnow   :: Maximum snow-thickness  (m)
c57670c38d Jean*0042 #     diffKsnow       :: thermal conductivity of snow (W/m/K)
                0043 #     timeSnowAge     :: snow aging time scale   (s)
                0044 #     hNewSnowAge     :: new snow thickness that refresh the snow-age (by 1/e)
                0045 #     albColdSnow     :: albedo of cold (=dry) new snow (Tsfc < -10)
                0046 #     albWarmSnow     :: albedo of warm (=wet) new snow (Tsfc = 0)
                0047 #     albOldSnow      :: albedo of old snow (snowAge > 35.d)
                0048 #     hAlbSnow        :: snow thickness for albedo transition: snow/ground
d1f97ab8eb Jean*0049  &LAND_PHYS_PAR
fc7ee8b6dc Jean*0050 # land_Lfreez=0.,
                0051   land_hMaxSnow=10.,
d1f97ab8eb Jean*0052  &