Skip to content

Commit

Permalink
Update io/module_write_netcdf.F90 (NOAA-EMC#810)
Browse files Browse the repository at this point in the history
Changes made to address netcdf write hangs within RRFS system
  • Loading branch information
DusanJovic-NOAA authored and grantfirl committed Oct 29, 2024
1 parent 99091f9 commit 78955ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions io/module_write_netcdf.F90
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,11 @@ end function nf_set_log_level
if (is_cubed_sphere) then
chunksizes = [im, jm, 1, 1, 1]
else
<<<<<<< HEAD
chunksizes = [ichunk3d(grid_id), jchunk3d(grid_id), min(kchunk3d(grid_id),fldlev(i)), 1]
=======
chunksizes = [ichunk3d(grid_id), jchunk3d(grid_id), fldlev(i), 1]
>>>>>>> c01786de (Update io/module_write_netcdf.F90 (#810))
end if
ncerr = nf90_def_var_chunking(ncid, varids(i), NF90_CHUNKED, chunksizes) ; NC_ERR_STOP(ncerr)
end if
Expand Down

0 comments on commit 78955ff

Please sign in to comment.