Ignore:
Timestamp:
Mar 16, 2026, 3:24:12 PM (9 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/geometry.F90

    r4110 r4134  
    8484call get_dim_nc('nslope',nslope,found)
    8585if (.not. found) nslope = 1
    86 if (.not. allocated(longitudes)) allocate(longitudes(ngrid))
    87 if (.not. allocated(latitudes)) allocate(latitudes(ngrid))
    88 if (.not. allocated(cell_area)) allocate(cell_area(ngrid))
     86allocate(longitudes(ngrid))
     87allocate(latitudes(ngrid))
     88allocate(cell_area(ngrid))
    8989call get_var_nc('longitude',longitudes)
    9090call get_var_nc('latitude',latitudes)
Note: See TracChangeset for help on using the changeset viewer.