Changeset 1498 for trunk/LMDZ.GENERIC/deftank/callphys.earlymars
- Timestamp:
- Nov 13, 2015, 7:21:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/callphys.earlymars
r729 r1498 133 133 # Include hydrology ? 134 134 hydrology = .true. 135 # Spectral Dependant Albedo ? 136 albedo_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 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 135 144 # H2O snow (and ice) albedo ? 136 albedosnow = 0.5 145 albedosnow = 0.50 137 146 # Maximum sea ice thickness ? 138 147 maxicethick = 0.05 … … 146 155 ## CO2 options 147 156 ## ~~~~~~~~~~~ 157 # Co2 ice albedo ? 158 albedoco2ice = 0.5 148 159 # gas is non-ideal CO2 ? 149 160 nonideal = .false.
Note: See TracChangeset
for help on using the changeset viewer.