Ignore:
Timestamp:
Nov 13, 2015, 7:21:01 PM (9 years ago)
Author:
mturbet
Message:

spectral snow albedo added

Location:
trunk/LMDZ.GENERIC/deftank
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/deftank/callphys.GJ581d

    r727 r1498  
    126126# Include hydrology ?
    127127hydrology     = .true.
     128# Spectral Dependant Albedo ?
     129albedo_spectral_mode=.false.
     130# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     131# If albedo_spectral_mode=.true., albedosnow becomes the 0.5 micron snow albedo.
     132#
     133# albedosnow = 0.95  (0.73 Sun-integrated) for fresh snow.
     134#            = 0.50  (0.39 Sun-integrated) for dirty snow.
     135#            = 0.645 (0.50 Sun-integrated) for 'realistic' snow.
     136# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    128137# H2O snow (and ice) albedo ?
    129 albedosnow    = 0.5
     138albedosnow    = 0.50
    130139# Maximum sea ice thickness ?
    131140maxicethick   = 0.05
     
    135144## CO2 options
    136145## ~~~~~~~~~~~
     146# Co2 ice albedo ?
     147albedoco2ice   = 0.5
    137148# gas is non-ideal CO2 ?
    138149nonideal      = .false.
  • trunk/LMDZ.GENERIC/deftank/callphys.earlymars

    r729 r1498  
    133133# Include hydrology ?
    134134hydrology     = .true.
     135# Spectral Dependant Albedo ?
     136albedo_spectral_mode=.false.
     137# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     138# If albedo_spectral_mode=.true., albedosnow becomes the 0.5 micron snow albedo.
     139#
     140# albedosnow = 0.95  (0.73 Sun-integrated) for fresh snow.
     141#            = 0.50  (0.39 Sun-integrated) for dirty snow.
     142#            = 0.645 (0.50 Sun-integrated) for 'realistic' snow.
     143# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    135144# H2O snow (and ice) albedo ?
    136 albedosnow    = 0.5
     145albedosnow    = 0.50
    137146# Maximum sea ice thickness ?
    138147maxicethick   = 0.05
     
    146155## CO2 options
    147156## ~~~~~~~~~~~
     157# Co2 ice albedo ?
     158albedoco2ice   = 0.5
    148159# gas is non-ideal CO2 ?
    149160nonideal      = .false.
  • trunk/LMDZ.GENERIC/deftank/callphys.earth

    r839 r1498  
    132132# WATER: hydrology ?
    133133hydrology     = .true.
     134# Spectral Dependant Albedo ?
     135albedo_spectral_mode=.false.
     136# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     137# If albedo_spectral_mode=.true., albedosnow becomes the 0.5 micron snow albedo.
     138#
     139# albedosnow = 0.95  (0.73 Sun-integrated) for fresh snow.
     140#            = 0.50  (0.39 Sun-integrated) for dirty snow.
     141#            = 0.78  (0.60 Sun-integrated) for 'realistic' snow.
     142# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    134143# H2O snow (and ice) albedo ?
    135 albedosnow    = 0.6
     144albedosnow    = 0.60
    136145# Maximum sea ice thickness ?
    137146maxicethick   = 10.
     
    143152## CO2 options
    144153## ~~~~~~~~~~~
     154# Co2 ice albedo ?
     155albedoco2ice   = 0.5
    145156# gas is non-ideal CO2 ?
    146157nonideal      = .false.
  • trunk/LMDZ.GENERIC/deftank/earth1d_Dry.callphys.def

    r729 r1498  
    167167# Include hydrology ?
    168168hydrology     = .false.
     169# Spectral Dependant Albedo ?
     170albedo_spectral_mode=.false.
     171# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     172# If albedo_spectral_mode=.true., albedosnow becomes the 0.5 micron snow albedo.
     173#
     174# albedosnow = 0.95  (0.73 Sun-integrated) for fresh snow.
     175#            = 0.50  (0.39 Sun-integrated) for dirty snow.
     176#            = 0.645 (0.50 Sun-integrated) for 'realistic' snow.
     177# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    169178# H2O snow (and ice) albedo ?
    170 albedosnow    = 0.5
     179albedosnow    = 0.50
    171180# Maximum sea ice thickness ?
    172181maxicethick   = 0.5
     
    178187## CO2 options
    179188## ~~~~~~~~~~~
     189# Co2 ice albedo ?
     190albedoco2ice   = 0.5
    180191# call CO2 condensation ?
    181192co2cond       = .false.
Note: See TracChangeset for help on using the changeset viewer.