Ignore:
Timestamp:
Apr 3, 2026, 4:34:51 PM (8 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.COMMON/libf/evolution/config.F90

    r4152 r4170  
    172172call getin('h2oice_huge_ini',h2oice_huge_ini_l)
    173173
    174 threshold_h2oice_cap_l = 460._dp ! kg.m-2 (= 0.5 m)
     174threshold_h2oice_cap_l = 460._dp ! kg/m2 (= 0.5 m)
    175175call getin('threshold_h2oice_cap',threshold_h2oice_cap_l)
    176176
     
    186186call getin('do_layering',do_layering_l)
    187187
    188 d_dust_l = 5.78e-2_dp ! kg.m-2.y-1 (= 1.e-9 kg.m-2.s-1)
     188d_dust_l = 5.78e-2_dp ! kg/m2/y (= 1.e-9 kg/m2/s)
    189189call getin('d_dust',d_dust_l)
    190190
Note: See TracChangeset for help on using the changeset viewer.