Skip to content

Commit

Permalink
escape underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Dec 16, 2024
1 parent 080e29f commit 15c2d7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/mf6io/mf6ivar/dfn/utl-ncf.dfn
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ in_record true
reader urword
optional false
longname chunking parameter for the time dimension
description is the keyword used to provide a user defined data chunk size for the time dimension in a NETCDF_MESH2D or NETCDF_STRUCTURED type netcdf output file. Must be used in combination with the the chunk_face parameter (NETCDF_MESH2D) or the chunk_z, chunk_y, and chunk_x parameter set (NETCDF_STRUCTURED) to have an effect.
description is the keyword used to provide a user defined data chunk size for the time dimension in a NETCDF\_MESH2D or NETCDF\_STRUCTURED type netcdf output file. Must be used in combination with the the chunk_face parameter (NETCDF\_MESH2D) or the chunk_z, chunk_y, and chunk_x parameter set (NETCDF\_STRUCTURED) to have an effect.

block options
name chunk_face
Expand All @@ -44,7 +44,7 @@ in_record true
reader urword
optional true
longname chunking parameter for the mesh face dimension
description is the keyword used to provide a user defined data chunk size for the face dimension in a NETCDF_MESH2D type netcdf output file. Must be used in combination with the the chunk_time parameter to have an effect.
description is the keyword used to provide a user defined data chunk size for the face dimension in a NETCDF\_MESH2D type netcdf output file. Must be used in combination with the the chunk_time parameter to have an effect.

block options
name chunk_z
Expand All @@ -53,7 +53,7 @@ in_record true
reader urword
optional true
longname chunking parameter for structured z
description is the keyword used to provide a user defined data chunk size for the z dimension in a NETCDF_STRUCTURED type netcdf output file. Must be used in combination with the the chunk_time, chunk_x and chunk_y parameter set to have an effect.
description is the keyword used to provide a user defined data chunk size for the z dimension in a NETCDF\_STRUCTURED type netcdf output file. Must be used in combination with the the chunk_time, chunk_x and chunk_y parameter set to have an effect.

block options
name chunk_y
Expand All @@ -62,7 +62,7 @@ in_record true
reader urword
optional true
longname chunking parameter for structured y
description is the keyword used to provide a user defined data chunk size for the y dimension in a NETCDF_STRUCTURED type netcdf output file. Must be used in combination with the the chunk_time, chunk_x and chunk_z parameter set to have an effect.
description is the keyword used to provide a user defined data chunk size for the y dimension in a NETCDF\_STRUCTURED type netcdf output file. Must be used in combination with the the chunk_time, chunk_x and chunk_z parameter set to have an effect.

block options
name chunk_x
Expand All @@ -71,7 +71,7 @@ in_record true
reader urword
optional true
longname chunking parameter for structured x
description is the keyword used to provide a user defined data chunk size for the x dimension in a NETCDF_STRUCTURED type netcdf output file. Must be used in combination with the the chunk_time, chunk_y and chunk_z parameter set to have an effect.
description is the keyword used to provide a user defined data chunk size for the x dimension in a NETCDF\_STRUCTURED type netcdf output file. Must be used in combination with the the chunk_time, chunk_y and chunk_z parameter set to have an effect.

block options
name modflow6_attr_off
Expand Down

0 comments on commit 15c2d7b

Please sign in to comment.