Changeset 3860 for trunk/LMDZ.COMMON/libf/evolution/conf_pem.F90
- Timestamp:
- Jul 18, 2025, 6:36:32 PM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/conf_pem.F90
r3821 r3860 43 43 44 44 ! #---------- Martian years parameters from launching script 45 open(100,file = 'info_PEM.txt',status = 'old',form = 'formatted', iostat = ierr)45 open(100,file = 'info_PEM.txt',status = 'old',form = 'formatted',action = 'read',iostat = ierr) 46 46 if (ierr /= 0) then 47 47 write(*,*) 'Cannot find required file "info_PEM.txt"!'
Note: See TracChangeset
for help on using the changeset viewer.