Ignore:
Timestamp:
Jul 18, 2025, 6:36:32 PM (26 hours ago)
Author:
jbclement
Message:

PEM:

  • Correction of "visu_evol_layering.py" to compute Lsp variations.
  • Few cleanings to open files throughout the PEM.

JBC

File:
1 edited

Legend:

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

    r3603 r3860  
    130130!$OMP MASTER
    131131    ! Open diagpem.def definition file if there is one:
    132         open(99,file="diagpem.def",status='old',form='formatted',iostat=ierr2)
     132        open(99,file="diagpem.def",status='old',form='formatted',action = 'read',iostat=ierr2)
    133133
    134134        if (ierr2 == 0) then
Note: See TracChangeset for help on using the changeset viewer.