Changeset 3815 for LMDZ6/trunk/libf/misc
- Timestamp:
- Feb 1, 2021, 3:30:57 PM (4 years ago)
- Location:
- LMDZ6/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk
-
LMDZ6/trunk/libf/misc/handle_err_m.F90
r3435 r3815 27 27 28 28 if (ncerr /= nf90_noerr) then 29 print *, "NetCDF95 handle_err:" 29 30 print *, message, ":" 30 31 if (present(varid)) print *, "varid = ", varid … … 39 40 end if 40 41 end if 41 call abort_physic("NetCDF95 handle_err", " ", 1)42 call abort_physic("NetCDF95 handle_err", "see above", 1) 42 43 end if 43 44
Note: See TracChangeset
for help on using the changeset viewer.