Ignore:
Timestamp:
Nov 20, 2023, 1:25:31 PM (14 months ago)
Author:
jbclement
Message:

PEM:
The perennial co2 ice is now taken into account with co2 frost (qsurf) to compute the tendency and to make the update + Rework of how co2 frost is converted to perennial co2 ice at the end of the PEM run + Correction of the value of 'threshold_co2_frost2perennial' to correspond to 10 m + Perennial co2 ice is now handled outside 'paleoclimate' in "phyetat0_mod.F90" of the Mars PCM + Some cleanings.

/!\ Commit for the PEM management of co2 ice before a rework of ice management in the PEM!
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/phyredem.F90

    r3113 r3130  
    168168                    albedo,emis,q2,qsurf,qsoil,&
    169169                    tauscaling,totcloudfrac,wstar, &
    170                     watercap,perenial_co2ice)
     170                    watercap,perennial_co2ice)
    171171  ! write time-dependent variable to restart file
    172172  use iostart, only : open_restartphy, close_restartphy, &
     
    205205  real,intent(in) :: wstar(ngrid)
    206206  real,intent(in) :: watercap(ngrid,nslope)
    207   real,intent(in) :: perenial_co2ice(ngrid,nslope)
     207  real,intent(in) :: perennial_co2ice(ngrid,nslope)
    208208
    209209  integer :: iq
     
    226226  call put_field("watercap","H2O ice cover",watercap,time)
    227227 
    228  ! Perenial CO2 ice layer
    229   if (paleoclimate) call put_field("perenial_co2ice","CO2 ice cover",perenial_co2ice,time)
     228  ! Perennial CO2 ice layer
     229  call put_field("perennial_co2ice","CO2 ice cover",perennial_co2ice,time)
    230230
    231231  ! Surface temperature
Note: See TracChangeset for help on using the changeset viewer.