Go to the source code of this file.
◆ gdncfiledatamode()
integer function gdncfiledatamode |
( |
integer, intent(in) |
fileid | ) |
|
Definition at line 2 of file gdncfiledatamode.f90.
2 use netcdf
, only: nf90_enddef, nf90_enotindefine, nf90_noerr
3 use dc_trace
, only: dbgmessage
5 integer,
intent(in):: fileid
6 character(*),
parameter:: subname =
"GDNcFileDataMode" 8 call dbgmessage(subname)
9 result = nf90_enddef(fileid)
10 if (result == nf90_enotindefine) result = nf90_noerr