Changeset 3980 for trunk/LMDZ.COMMON/libf/evolution/conf_pem.F90
- Timestamp:
- Nov 28, 2025, 5:38:44 PM (2 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/conf_pem.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/conf_pem.F90
r3860 r3980 43 43 44 44 ! #---------- Martian years parameters from launching script 45 open(100,file = ' info_PEM.txt',status = 'old',form = 'formatted',action = 'read',iostat = ierr)45 open(100,file = 'launchPEM.info',status = 'old',form = 'formatted',action = 'read',iostat = ierr) 46 46 if (ierr /= 0) then 47 write(*,*) 'Cannot find required file " info_PEM.txt"!'47 write(*,*) 'Cannot find required file "launchPEM.info"!' 48 48 write(*,*) 'It should be created by the launching script...' 49 49 stop
Note: See TracChangeset
for help on using the changeset viewer.
