Ignore:
Timestamp:
Apr 3, 2026, 4:34:51 PM (7 days ago)
Author:
jbclement
Message:

PEM:

  • Deletion of 'flux_ssice' ('zqdsdif_tot') from the "startfi.nc" as it is not needed.
  • Using the yearly average flux for the sublimating subsurface ice instead of the value at last timestep.
  • Keeping a clear separation between the subsurface ice flux and the surface ice tendency.
  • Making sure that subsurface ice depth is well given to the PCM at the end of the PEM (ice table VS layering).

JBC

File:
1 edited

Legend:

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

    r4160 r4170  
    210210  use callkeys_mod,        only: calltherm, dustinjection, calllott_nonoro
    211211  use callkeys_mod, only: CLFvarying
    212   use paleoclimate_mod,    only: paleoclimate, h2oice_depth, co2ice_depth, coef_ssdif, zdqsdif_ssi_tot
     212  use paleoclimate_mod,    only: paleoclimate, h2oice_depth, co2ice_depth, coef_ssdif
    213213
    214214  implicit none
     
    390390    call put_field("h2oice_depth","Depth of the shallowest H2O ice layer",h2oice_depth)
    391391    call put_field("co2ice_depth","Depth of the shallowest CO2 ice layer",co2ice_depth)
    392     call put_field("flux_ssice","Total flux exchanged with subsurface water ice",zdqsdif_ssi_tot)
    393392    call put_field("coef_ssdif","Diffusion coefficent for subsurface water",coef_ssdif)
    394393  endif
Note: See TracChangeset for help on using the changeset viewer.