Changeset 3418 for trunk/LMDZ.MARS
- Timestamp:
- Aug 26, 2024, 1:23:08 AM (3 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3404 r3418 4693 4693 == 12/08/2024 == LL 4694 4694 Following previous commit, fixing a bug: more frost than what is a the surface could sublimes (when working with lag layer only). It is corrected, not in a elegant way... 4695 4696 == 26/08/2024 == LL 4697 Fixing bug: the emissivity of perenial CO2 ice was not correctly handled -
trunk/LMDZ.MARS/libf/phymars/albedocaps.F90
r3343 r3418 116 116 psolaralb(ig,1) = albedo_perennialco2 117 117 psolaralb(ig,2) = albedo_perennialco2 118 emisref(ig)=emisice(icap) 118 119 else if (watercaptag(ig) .and. water) then 119 120 ! there is a water ice cap: set the surface albedo to the water ice one
Note: See TracChangeset
for help on using the changeset viewer.