Changeset 5081 for LMDZ6/branches/Amaury_dev/tools/netcdf95
- Timestamp:
- Jul 19, 2024, 4:15:44 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/tools/netcdf95/nf95_abort.f90
r5075 r5081 7 7 subroutine nf95_abort(message, ncerr, ncid, varid) 8 8 9 use, intrinsic:: iso_fortran_env 9 use, intrinsic:: iso_fortran_env, ONLY: error_unit 10 10 11 ! Libraries: 11 ! Libraries:mod_phys_lmdz_mpi_transfert 12 12 use lmdz_netcdf, only: nf90_strerror 13 13
Note: See TracChangeset
for help on using the changeset viewer.