- Timestamp:
- Sep 16, 2015, 1:00:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dynlonlat_phylonlat/phystd/newstart.F
r1422 r1470 21 21 & zmea, zstd, zsig, zgam, zthe 22 22 USE comgeomfi_h, ONLY: lati, long, area 23 use datafile_mod, only: datadir 23 use datafile_mod, only: datadir, surfdir 24 24 ! to use 'getin' 25 25 ! USE ioipsl_getincom, only: getin … … 498 498 call getin_p("datadir",datadir) 499 499 write(*,*) 'Available surface data files are:' 500 filestring='ls '//trim(datadir)//' | grep .nc' 500 filestring='ls '//trim(datadir)//'/'// 501 & trim(surfdir)//' | grep .nc' 502 call system(filestring) 503 ! but in ye old days these files were in datadir, so scan it as well 504 ! for the sake of retro-compatibility 505 filestring='ls '//trim(datadir)//'/'//' | grep .nc' 501 506 call system(filestring) 502 507
Note: See TracChangeset
for help on using the changeset viewer.