Ignore:
Timestamp:
Mar 16, 2026, 3:24:12 PM (12 days ago)
Author:
jbclement
Message:

PEM:

  • Add a periodic backup based on a single wrapper which builds PCM-compatible climate state and writes "restart" files.
  • Remove condition "if (.not. allocated(*))" for more strict safeguard.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/io_netcdf.F90

    r4110 r4134  
    3232character(11), parameter :: start1D_name   = 'start1D.txt'
    3333character(10), parameter :: startfi_name   = 'startfi.nc'
    34 character(11), parameter :: startpem_name  = 'startevo.nc'
     34character(11), parameter :: startevo_name  = 'startevo.nc'
    3535character(19), parameter :: xios_day_name1 = 'Xoutdaily4pem_Y1.nc'  ! XIOS daily output file, second to last PCM year
    3636character(19), parameter :: xios_day_name2 = 'Xoutdaily4pem_Y2.nc'  ! XIOS daily output file, last PCM year
Note: See TracChangeset for help on using the changeset viewer.