We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5760e80 commit 7783e2fCopy full SHA for 7783e2f
1 file changed
fms2_io/netcdf_io.F90
@@ -142,7 +142,7 @@ module netcdf_io_mod
142
143
!> @brief Type to represent a netCDF file. Can be used with multiple cores
144
!! but only the root pe will perform any I/O operations, before sending the
145
-!! data to the other pes.
+!! data to the other pes.
146
!> @ingroup netcdf_io_mod
147
type, public :: FmsNetcdfFile_t
148
character(len=FMS_PATH_LEN) :: path !< File path.
0 commit comments