Changeset 2513 for trunk/LMDZ.MARS/util/streamfunction.F90
- Timestamp:
- May 3, 2021, 3:41:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/streamfunction.F90
r1847 r2513 396 396 if (ierr.ne.NF_NOERR) then 397 397 write(*,*) "Warning: Failed to get cv ID from file ",trim(infile) 398 infile2="diagfi.nc" 398 write(*,*) "Please provide another file (a start file for ex.)" 399 read(*,'(a128)') infile2 400 399 401 write(*,*) " Trying file ",trim(infile2) 400 402 ierr=NF_OPEN(infile2,NF_NOWRITE,infid2) 401 403 if (ierr.ne.NF_NOERR) then 402 infile2=" diagfi1.nc"404 infile2="start.nc" 403 405 write(*,*) " Trying file ",trim(infile2) 404 406 ierr=NF_OPEN(infile2,NF_NOWRITE,infid2) … … 429 431 endif 430 432 endif 431 432 433 433 434 !Other variables: rho, temp
Note: See TracChangeset
for help on using the changeset viewer.