Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Added helpful comment
  • Loading branch information
daminton committed Dec 5, 2022
1 parent 3b38dd5 commit 67b3a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netcdf/netcdf.f90
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ module subroutine netcdf_initialize_output(self, param)
! Take the file out of define mode
call check( nf90_enddef(nciu%id), "netcdf_initialize_output nf90_enddef" )

! Add in the space dimension coordinates
call check( nf90_put_var(nciu%id, nciu%space_varid, nciu%space_coords, start=[1], count=[NDIM]), "netcdf_initialize_output nf90_put_var space" )

end associate
Expand Down

0 comments on commit 67b3a77

Please sign in to comment.