Changeset 3418 for trunk/LMDZ.MARS


Ignore:
Timestamp:
Aug 26, 2024, 1:23:08 AM (3 months ago)
Author:
llange
Message:

Mars PCM
Fixing bug: the emissivity of perenial CO2 ice was not correctly handled
LL

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3404 r3418  
    46934693== 12/08/2024 == LL
    46944694Following 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
     4697Fixing bug: the emissivity of perenial CO2 ice was not correctly handled
  • trunk/LMDZ.MARS/libf/phymars/albedocaps.F90

    r3343 r3418  
    116116     psolaralb(ig,1) = albedo_perennialco2
    117117     psolaralb(ig,2) = albedo_perennialco2
     118     emisref(ig)=emisice(icap)
    118119  else if (watercaptag(ig) .and. water) then
    119120    ! 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.