Changeset 5088 for LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets
- Timestamp:
- Jul 20, 2024, 4:30:31 PM (5 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets/nf95_close.f90
r5075 r5088 10 10 ! call it. 11 11 12 use lmdz_netcdf, only: nf90_close, nf90_strerror12 use netcdf, only: nf90_close, nf90_strerror 13 13 14 14 use nf95_constants, only: nf95_noerr -
LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets/nf95_create.f90
r5075 r5088 8 8 9 9 use nf95_abort_m, only: nf95_abort 10 use lmdz_netcdf, only: nf90_create10 use netcdf, only: nf90_create 11 11 use nf95_constants, only: nf95_noerr 12 12 -
LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets/nf95_create_single.f90
r5086 r5088 1 1 module nf95_create_single_m 2 2 3 use lmdz_netcdf, only: NF90_MAX_NAME3 use netcdf, only: NF90_MAX_NAME 4 4 5 5 implicit none … … 19 19 ! Shortcut to create a file containing a single primary variable. 20 20 21 use lmdz_netcdf, only: NF90_CLOBBER, NF90_FLOAT21 use netcdf, only: NF90_CLOBBER, NF90_FLOAT 22 22 23 23 use nf95_create_m, only: nf95_create -
LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets/nf95_enddef.f90
r5075 r5088 8 8 9 9 use nf95_abort_m, only: nf95_abort 10 use lmdz_netcdf, only: nf90_enddef10 use netcdf, only: nf90_enddef 11 11 use nf95_constants, only: nf95_noerr 12 12 -
LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets/nf95_find_coord.f90
r5086 r5088 15 15 ! attribute "std_name". 16 16 17 use lmdz_netcdf, only: NF90_MAX_NAME, NF90_NOERR17 use netcdf, only: NF90_MAX_NAME, NF90_NOERR 18 18 use nf95_get_att_m, only: nf95_get_att 19 19 use nf95_inq_varid_m, only: nf95_inq_varid -
LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets/nf95_inquire.f90
r5075 r5088 10 10 11 11 use nf95_abort_m, only: nf95_abort 12 use lmdz_netcdf, only: nf90_inquire12 use netcdf, only: nf90_inquire 13 13 use nf95_constants, only: nf95_noerr 14 14 -
LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets/nf95_open.f90
r5075 r5088 8 8 9 9 use nf95_abort_m, only: nf95_abort 10 use lmdz_netcdf, only: nf90_open10 use netcdf, only: nf90_open 11 11 use nf95_constants, only: nf95_noerr 12 12 -
LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets/nf95_redef.f90
r5075 r5088 8 8 9 9 use nf95_abort_m, only: nf95_abort 10 use lmdz_netcdf, only: nf90_redef10 use netcdf, only: nf90_redef 11 11 use nf95_constants, only: nf95_noerr 12 12 -
LMDZ6/branches/Amaury_dev/tools/netcdf95/Datasets/nf95_sync.f90
r5075 r5088 8 8 9 9 use nf95_abort_m, only: nf95_abort 10 use lmdz_netcdf, only: nf90_sync10 use netcdf, only: nf90_sync 11 11 use nf95_constants, only: nf95_noerr 12 12
Note: See TracChangeset
for help on using the changeset viewer.