Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(dfns): add in_record attr to utl-ts and utl-tas vars #2031

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/mf6io/mf6ivar/dfn/utl-tas.dfn
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type keyword
shape
reader urword
optional false
in_record true
longname
description xxx

Expand All @@ -29,6 +30,7 @@ shape any1d
tagged false
reader urword
optional false
in_record true
longname
description Name by which a package references a particular time-array series. The name must be unique among all time-array series used in a package.

Expand All @@ -48,6 +50,7 @@ type keyword
shape
reader urword
optional false
in_record true
longname
description xxx

Expand All @@ -59,6 +62,7 @@ shape
tagged false
reader urword
optional false
in_record true
longname
description Interpolation method, which is either STEPWISE or LINEAR.

Expand All @@ -78,6 +82,7 @@ type keyword
shape
reader urword
optional false
in_record true
longname
description xxx

Expand All @@ -88,6 +93,7 @@ shape time_series_name
tagged false
reader urword
optional false
in_record true
longname
description Scale factor, which will multiply all array values in time series. SFAC is an optional attribute; if omitted, SFAC = 1.0.

Expand Down
8 changes: 8 additions & 0 deletions doc/mf6io/mf6ivar/dfn/utl-ts.dfn
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type keyword
shape
reader urword
optional false
in_record true
longname
description xxx

Expand All @@ -30,6 +31,7 @@ shape any1d
tagged false
reader urword
optional false
in_record true
longname
description Name by which a package references a particular time-array series. The name must be unique among all time-array series used in a package.

Expand All @@ -49,6 +51,7 @@ type keyword
shape
reader urword
optional false
in_record true
longname
description xxx

Expand All @@ -60,6 +63,7 @@ shape time_series_names
tagged false
reader urword
optional false
in_record true
longname
description Interpolation method, which is either STEPWISE or LINEAR.

Expand Down Expand Up @@ -109,6 +113,7 @@ type keyword
shape
reader urword
optional false
in_record true
longname
description xxx

Expand All @@ -119,6 +124,7 @@ shape <time_series_name
tagged false
reader urword
optional false
in_record true
longname
description Scale factor, which will multiply all array values in time series. SFAC is an optional attribute; if omitted, SFAC = 1.0.

Expand Down Expand Up @@ -162,6 +168,7 @@ tagged false
reader urword
optional false
repeating false
in_record true
longname
description A numeric time relative to the start of the simulation, in the time unit used in the simulation. Times must be strictly increasing.

Expand All @@ -172,5 +179,6 @@ shape time_series_names
tagged false
reader urword
optional false
in_record true
longname
description A 2-D array of numeric, floating-point values, or a constant value, readable by the U2DREL array-reading utility.
Loading