Changeset 5075 for LMDZ6/trunk/tools/netcdf95/Datasets
- Timestamp:
- Jul 19, 2024, 10:05:57 AM (12 months ago)
- Location:
- LMDZ6/trunk/tools/netcdf95/Datasets
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified LMDZ6/trunk/tools/netcdf95/Datasets/nf95_close.f90 ¶
r4918 r5075 10 10 ! call it. 11 11 12 use netcdf, only: nf90_close, nf90_strerror12 use lmdz_netcdf, only: nf90_close, nf90_strerror 13 13 14 14 use nf95_constants, only: nf95_noerr -
TabularUnified LMDZ6/trunk/tools/netcdf95/Datasets/nf95_create.f90 ¶
r4918 r5075 8 8 9 9 use nf95_abort_m, only: nf95_abort 10 use netcdf, only: nf90_create10 use lmdz_netcdf, only: nf90_create 11 11 use nf95_constants, only: nf95_noerr 12 12 -
TabularUnified LMDZ6/trunk/tools/netcdf95/Datasets/nf95_create_single.f90 ¶
r4918 r5075 1 1 module nf95_create_single_m 2 2 3 use netcdf, only: NF90_MAX_NAME3 use lmdz_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 netcdf, only: NF90_CLOBBER, NF90_FLOAT21 use lmdz_netcdf, only: NF90_CLOBBER, NF90_FLOAT 22 22 23 23 use nf95_create_m, only: nf95_create -
TabularUnified LMDZ6/trunk/tools/netcdf95/Datasets/nf95_enddef.f90 ¶
r4918 r5075 8 8 9 9 use nf95_abort_m, only: nf95_abort 10 use netcdf, only: nf90_enddef10 use lmdz_netcdf, only: nf90_enddef 11 11 use nf95_constants, only: nf95_noerr 12 12 -
TabularUnified LMDZ6/trunk/tools/netcdf95/Datasets/nf95_find_coord.f90 ¶
r4918 r5075 15 15 ! attribute "std_name". 16 16 17 use netcdf, only: NF90_MAX_NAME, NF90_NOERR17 use lmdz_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 -
TabularUnified LMDZ6/trunk/tools/netcdf95/Datasets/nf95_inquire.f90 ¶
r4918 r5075 10 10 11 11 use nf95_abort_m, only: nf95_abort 12 use netcdf, only: nf90_inquire12 use lmdz_netcdf, only: nf90_inquire 13 13 use nf95_constants, only: nf95_noerr 14 14 -
TabularUnified LMDZ6/trunk/tools/netcdf95/Datasets/nf95_open.f90 ¶
r4918 r5075 8 8 9 9 use nf95_abort_m, only: nf95_abort 10 use netcdf, only: nf90_open10 use lmdz_netcdf, only: nf90_open 11 11 use nf95_constants, only: nf95_noerr 12 12 -
TabularUnified LMDZ6/trunk/tools/netcdf95/Datasets/nf95_redef.f90 ¶
r4918 r5075 8 8 9 9 use nf95_abort_m, only: nf95_abort 10 use netcdf, only: nf90_redef10 use lmdz_netcdf, only: nf90_redef 11 11 use nf95_constants, only: nf95_noerr 12 12 -
TabularUnified LMDZ6/trunk/tools/netcdf95/Datasets/nf95_sync.f90 ¶
r4918 r5075 8 8 9 9 use nf95_abort_m, only: nf95_abort 10 use netcdf, only: nf90_sync10 use lmdz_netcdf, only: nf90_sync 11 11 use nf95_constants, only: nf95_noerr 12 12
Note: See TracChangeset
for help on using the changeset viewer.