Changeset 2140
- Timestamp:
- Jun 1, 2019, 10:34:01 PM (6 years ago)
- Location:
- trunk/LMDZ.MARS/util
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/extract.F90
r954 r2140 307 307 stop 308 308 else 309 write(*,'(" with missing_value attribute : ",1pe12.5)') ,missing_value309 write(*,'(" with missing_value attribute : ",1pe12.5)') missing_value 310 310 endif 311 311 -
trunk/LMDZ.MARS/util/hrecast.F90
r860 r2140 775 775 if (ierr.ne.NF_NOERR) then 776 776 write(*,*) "Error failed to copy long_name attribute:",trim(text) 777 stop ""777 stop "" 778 778 endif 779 779 endif … … 789 789 if (ierr.ne.NF_NOERR) then 790 790 write(*,*) "Error failed to copy units attribute:",trim(text) 791 stop ""791 stop "" 792 792 endif 793 793 endif -
trunk/LMDZ.MARS/util/zrecast.F90
r1515 r2140 1447 1447 if (ierr.ne.NF_NOERR) then 1448 1448 write(*,*) "Error failed to copy long_name attribute:",trim(text) 1449 stop ""1449 stop "" 1450 1450 endif 1451 1451 endif … … 1461 1461 if (ierr.ne.NF_NOERR) then 1462 1462 write(*,*) "Error failed to copy units attribute:",trim(text) 1463 stop ""1463 stop "" 1464 1464 endif 1465 1465 endif
Note: See TracChangeset
for help on using the changeset viewer.