Ignore:
Timestamp:
Nov 28, 2025, 5:38:44 PM (2 days ago)
Author:
jbclement
Message:

PEM:
Renaming the file "info_PEM.txt" into "launchPEM.info".
JBC

File:
1 edited

Legend:

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

    r3860 r3980  
    4343
    4444! #---------- Martian years parameters from launching script
    45 open(100,file = 'info_PEM.txt',status = 'old',form = 'formatted',action = 'read',iostat = ierr)
     45open(100,file = 'launchPEM.info',status = 'old',form = 'formatted',action = 'read',iostat = ierr)
    4646if (ierr /= 0) then
    47     write(*,*) 'Cannot find required file "info_PEM.txt"!'
     47    write(*,*) 'Cannot find required file "launchPEM.info"!'
    4848    write(*,*) 'It should be created by the launching script...'
    4949    stop
Note: See TracChangeset for help on using the changeset viewer.