Ignore:
Timestamp:
Jul 18, 2025, 6:36:32 PM (3 days 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/conf_pem.F90

    r3821 r3860  
    4343
    4444! #---------- Martian years parameters from launching script
    45 open(100,file = 'info_PEM.txt',status = 'old',form = 'formatted',iostat = ierr)
     45open(100,file = 'info_PEM.txt',status = 'old',form = 'formatted',action = 'read',iostat = ierr)
    4646if (ierr /= 0) then
    4747    write(*,*) 'Cannot find required file "info_PEM.txt"!'
Note: See TracChangeset for help on using the changeset viewer.