Changeset 5084 for LMDZ6/trunk/tools/netcdf95/Groups
- Timestamp:
- Jul 19, 2024, 6:40:44 PM (5 months ago)
- Location:
- LMDZ6/trunk/tools/netcdf95/Groups
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/tools/netcdf95/Groups/nf95_inq_file_ncid.f90
r5075 r5084 11 11 ! by nf95_abort, so it cannot call it. 12 12 13 use lmdz_netcdf, only: nf90_strerror13 use netcdf, only: nf90_strerror 14 14 15 15 use nf95_constants, only: Nf95_ENOGRP, nf95_noerr -
LMDZ6/trunk/tools/netcdf95/Groups/nf95_inq_grp_parent.f90
r5075 r5084 12 12 use, intrinsic:: ISO_C_BINDING 13 13 14 use lmdz_netcdf, only: nf90_strerror14 use netcdf, only: nf90_strerror 15 15 16 16 use nc_constants, only: NC_NOERR -
LMDZ6/trunk/tools/netcdf95/Groups/nf95_inq_grps.f90
r5075 r5084 26 26 use, intrinsic:: ISO_C_BINDING 27 27 28 use lmdz_netcdf, only: nf90_noerr28 use netcdf, only: nf90_noerr 29 29 30 30 use nc_constants, only: nc_noerr
Note: See TracChangeset
for help on using the changeset viewer.