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/dyn1d/testphys1d.F90

    r3129 r3130  
    22
    33use comsoil_h,           only: inertiedat, inertiesoil, nsoilmx, tsoil, nqsoil, qsoil
    4 use surfdat_h,           only: albedodat, perenial_co2ice, watercap, tsurf, emis, qsurf
     4use surfdat_h,           only: albedodat, perennial_co2ice, watercap, tsurf, emis, qsurf
    55use comslope_mod,        only: def_slope, subslope_dist
    66use phyredem,            only: physdem0, physdem1
     
    161161    call physdem1("startfi.nc",nsoilmx,ngrid,llm,nq,nqsoil,dttestphys,time,      &
    162162                  tsurf,tsoil,inertiesoil,albedo,emis,q2,qsurf,qsoil,tauscaling, &
    163                   totcloudfrac,wstar,watercap,perenial_co2ice)
     163                  totcloudfrac,wstar,watercap,perennial_co2ice)
    164164endif !(.not. therestartfi)
    165165
Note: See TracChangeset for help on using the changeset viewer.