Skip to content
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
13 changes: 12 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-chdg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"multi": true,
"subtype": "stress",
"dims": {
"maxbound": {
"value": "maxbound",
"scope": "model"
},
"auxiliary": {
"value": "len(auxiliary)"
},
Expand Down Expand Up @@ -96,7 +100,14 @@
}
},
"dimensions": {
"fields": {}
"fields": {
"maxbound": {
"type": "integer",
"longname": "maximum number of constant head cells in any stress period",
"description": "integer value specifying the maximum number of constant-head cells that will be specified for use during any stress period.",
"optional": true
}
}
},
"period": {
"fields": {
Expand Down
10 changes: 9 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-chdg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ parent = "gwf-nam"
multi = true
subtype = "stress"

[dims.maxbound]
value = "maxbound"
scope = "model"

[dims.auxiliary]
value = "len(auxiliary)"

Expand Down Expand Up @@ -84,7 +88,11 @@ description = "turn off Newton for unconfined cells"
optional = true
developmode = true

[blocks.dimensions.fields]
[blocks.dimensions.fields.maxbound]
type = "integer"
longname = "maximum number of constant head cells in any stress period"
description = "integer value specifying the maximum number of constant-head cells that will be specified for use during any stress period."
optional = true

[blocks.period.fields.head]
type = "array"
Expand Down
11 changes: 10 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-chdg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ parent: gwf-nam
multi: true
subtype: stress
dims:
maxbound:
value: maxbound
scope: model
auxiliary:
value: len(auxiliary)
naux:
Expand Down Expand Up @@ -96,7 +99,13 @@ blocks:
optional: true
developmode: true
dimensions:
fields: {}
fields:
maxbound:
type: integer
longname: maximum number of constant head cells in any stress period
description: integer value specifying the maximum number of constant-head cells that will be specified
for use during any stress period.
optional: true
period:
fields:
head:
Expand Down
13 changes: 12 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-drng.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"multi": true,
"subtype": "stress",
"dims": {
"maxbound": {
"value": "maxbound",
"scope": "model"
},
"auxiliary": {
"value": "len(auxiliary)"
},
Expand Down Expand Up @@ -107,7 +111,14 @@
}
},
"dimensions": {
"fields": {}
"fields": {
"maxbound": {
"type": "integer",
"longname": "maximum number of drain cells in any stress period",
"description": "integer value specifying the maximum number of drains cells that will be specified for use during any stress period.",
"optional": true
}
}
},
"period": {
"fields": {
Expand Down
10 changes: 9 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-drng.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ parent = "gwf-nam"
multi = true
subtype = "stress"

[dims.maxbound]
value = "maxbound"
scope = "model"

[dims.auxiliary]
value = "len(auxiliary)"

Expand Down Expand Up @@ -95,7 +99,11 @@ description = "cubic-scaling is used to scale the drain conductance"
optional = true
developmode = true

[blocks.dimensions.fields]
[blocks.dimensions.fields.maxbound]
type = "integer"
longname = "maximum number of drain cells in any stress period"
description = "integer value specifying the maximum number of drains cells that will be specified for use during any stress period."
optional = true

[blocks.period.fields.elev]
type = "array"
Expand Down
11 changes: 10 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-drng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ parent: gwf-nam
multi: true
subtype: stress
dims:
maxbound:
value: maxbound
scope: model
auxiliary:
value: len(auxiliary)
naux:
Expand Down Expand Up @@ -115,7 +118,13 @@ blocks:
optional: true
developmode: true
dimensions:
fields: {}
fields:
maxbound:
type: integer
longname: maximum number of drain cells in any stress period
description: integer value specifying the maximum number of drains cells that will be specified
for use during any stress period.
optional: true
period:
fields:
elev:
Expand Down
13 changes: 12 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-ghbg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"multi": true,
"subtype": "stress",
"dims": {
"maxbound": {
"value": "maxbound",
"scope": "model"
},
"auxiliary": {
"value": "len(auxiliary)"
},
Expand Down Expand Up @@ -94,7 +98,14 @@
}
},
"dimensions": {
"fields": {}
"fields": {
"maxbound": {
"type": "integer",
"longname": "maximum number of general-head boundaries in any stress period",
"description": "integer value specifying the maximum number of general-head boundary cells that will be specified for use during any stress period.",
"optional": true
}
}
},
"period": {
"fields": {
Expand Down
10 changes: 9 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-ghbg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ parent = "gwf-nam"
multi = true
subtype = "stress"

[dims.maxbound]
value = "maxbound"
scope = "model"

[dims.auxiliary]
value = "len(auxiliary)"

Expand Down Expand Up @@ -82,7 +86,11 @@ longname = "export array variables to netcdf output files."
description = "keyword that specifies input gridded arrays should be written to the model output NetCDF file with attributes that support using the generated file as a MODFLOW 6 simulation input. This option only has an effect when an output model NetCDF file is configured and the simulation is run in VALIDATE mode, otherwise it is ignored."
optional = true

[blocks.dimensions.fields]
[blocks.dimensions.fields.maxbound]
type = "integer"
longname = "maximum number of general-head boundaries in any stress period"
description = "integer value specifying the maximum number of general-head boundary cells that will be specified for use during any stress period."
optional = true

[blocks.period.fields.bhead]
type = "array"
Expand Down
11 changes: 10 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-ghbg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ parent: gwf-nam
multi: true
subtype: stress
dims:
maxbound:
value: maxbound
scope: model
auxiliary:
value: len(auxiliary)
naux:
Expand Down Expand Up @@ -97,7 +100,13 @@ blocks:
simulation is run in VALIDATE mode, otherwise it is ignored.
optional: true
dimensions:
fields: {}
fields:
maxbound:
type: integer
longname: maximum number of general-head boundaries in any stress period
description: integer value specifying the maximum number of general-head boundary cells that will
be specified for use during any stress period.
optional: true
period:
fields:
bhead:
Expand Down
13 changes: 12 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-rivg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"multi": true,
"subtype": "stress",
"dims": {
"maxbound": {
"value": "maxbound",
"scope": "model"
},
"auxiliary": {
"value": "len(auxiliary)"
},
Expand Down Expand Up @@ -94,7 +98,14 @@
}
},
"dimensions": {
"fields": {}
"fields": {
"maxbound": {
"type": "integer",
"longname": "maximum number of river cells in any stress period",
"description": "integer value specifying the maximum number of rivers cells that will be specified for use during any stress period.",
"optional": true
}
}
},
"period": {
"fields": {
Expand Down
10 changes: 9 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-rivg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ parent = "gwf-nam"
multi = true
subtype = "stress"

[dims.maxbound]
value = "maxbound"
scope = "model"

[dims.auxiliary]
value = "len(auxiliary)"

Expand Down Expand Up @@ -82,7 +86,11 @@ longname = "export array variables to netcdf output files."
description = "keyword that specifies input gridded arrays should be written to the model output NetCDF file with attributes that support using the generated file as a MODFLOW 6 simulation input. This option only has an effect when an output model NetCDF file is configured and the simulation is run in VALIDATE mode, otherwise it is ignored."
optional = true

[blocks.dimensions.fields]
[blocks.dimensions.fields.maxbound]
type = "integer"
longname = "maximum number of river cells in any stress period"
description = "integer value specifying the maximum number of rivers cells that will be specified for use during any stress period."
optional = true

[blocks.period.fields.stage]
type = "array"
Expand Down
11 changes: 10 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-rivg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ parent: gwf-nam
multi: true
subtype: stress
dims:
maxbound:
value: maxbound
scope: model
auxiliary:
value: len(auxiliary)
naux:
Expand Down Expand Up @@ -96,7 +99,13 @@ blocks:
simulation is run in VALIDATE mode, otherwise it is ignored.
optional: true
dimensions:
fields: {}
fields:
maxbound:
type: integer
longname: maximum number of river cells in any stress period
description: integer value specifying the maximum number of rivers cells that will be specified
for use during any stress period.
optional: true
period:
fields:
stage:
Expand Down
13 changes: 12 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-welg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"multi": true,
"subtype": "stress",
"dims": {
"maxbound": {
"value": "maxbound",
"scope": "model"
},
"auxiliary": {
"value": "len(auxiliary)"
},
Expand Down Expand Up @@ -124,7 +128,14 @@
}
},
"dimensions": {
"fields": {}
"fields": {
"maxbound": {
"type": "integer",
"longname": "maximum number of wells in any stress period",
"description": "integer value specifying the maximum number of wells cells that will be specified for use during any stress period.",
"optional": true
}
}
},
"period": {
"fields": {
Expand Down
10 changes: 9 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-welg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ parent = "gwf-nam"
multi = true
subtype = "stress"

[dims.maxbound]
value = "maxbound"
scope = "model"

[dims.auxiliary]
value = "len(auxiliary)"

Expand Down Expand Up @@ -110,7 +114,11 @@ longname = "export array variables to netcdf output files."
description = "keyword that specifies input gridded arrays should be written to the model output NetCDF file with attributes that support using the generated file as a MODFLOW 6 simulation input. This option only has an effect when an output model NetCDF file is configured and the simulation is run in VALIDATE mode, otherwise it is ignored."
optional = true

[blocks.dimensions.fields]
[blocks.dimensions.fields.maxbound]
type = "integer"
longname = "maximum number of wells in any stress period"
description = "integer value specifying the maximum number of wells cells that will be specified for use during any stress period."
optional = true

[blocks.period.fields.q]
type = "array"
Expand Down
11 changes: 10 additions & 1 deletion autotest/dfns/__snapshots__/v2.0.0.dev3/gwf-welg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ parent: gwf-nam
multi: true
subtype: stress
dims:
maxbound:
value: maxbound
scope: model
auxiliary:
value: len(auxiliary)
naux:
Expand Down Expand Up @@ -136,7 +139,13 @@ blocks:
simulation is run in VALIDATE mode, otherwise it is ignored.
optional: true
dimensions:
fields: {}
fields:
maxbound:
type: integer
longname: maximum number of wells in any stress period
description: integer value specifying the maximum number of wells cells that will be specified
for use during any stress period.
optional: true
period:
fields:
q:
Expand Down
Loading
Loading