Skip to content

Commit 1fe14ea

Browse files
revert netcdf utilties to main, since expand_netcdf.f90 no longer part of this pull request
see #640 (comment) for discussion
1 parent 058cdac commit 1fe14ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assimilation_code/modules/utilities/netcdf_utilities_mod.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,7 @@ function nc_create_file(filename, context)
24152415
character(len=*), parameter :: routine = 'nc_create_file'
24162416
integer :: ret, ncid, oldmode
24172417

2418-
ret = nf90_create(filename, ior(NF90_CLOBBER,NF90_64BIT_OFFSET), ncid)
2418+
ret = nf90_create(filename, NF90_CLOBBER, ncid)
24192419
call nc_check(ret, routine, 'create '//trim(filename)//' read/write', context)
24202420

24212421
call add_fh_to_list(ncid, filename)

0 commit comments

Comments
 (0)