Ignore:
Timestamp:
Apr 3, 2026, 4:34:51 PM (4 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/surface.F90

    r4145 r4170  
    9191if (allocated(albedo_PCM)) deallocate(albedo_PCM)
    9292if (allocated(albedodat_PCM)) deallocate(albedodat_PCM)
    93 if (allocated(emissivity_PCM)) deallocate(emissivity_PCM )
     93if (allocated(emissivity_PCM)) deallocate(emissivity_PCM)
    9494
    9595END SUBROUTINE end_surface
Note: See TracChangeset for help on using the changeset viewer.