Skip to content

Commit 42d8ea1

Browse files
authored
test(dfns): switch snapshots to release 6.7.0 (#333)
so we aren't tracking a moving target
1 parent 238f480 commit 42d8ea1

198 files changed

Lines changed: 321 additions & 489 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
uses: actions/checkout@v4
9696
with:
9797
repository: MODFLOW-ORG/modflow6
98+
ref: "6.7.0"
9899
path: modflow6
99100

100101
- name: Setup uv

autotest/dfns/__snapshots__/v2.0.0.dev0/gwe-adv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"reader": "urword",
1111
"optional": true,
1212
"longname": "advective scheme",
13-
"description": "scheme used to solve the advection term. Can be upstream, central, TVD, or UTVD. If not specified, upstream weighting is the default weighting scheme.",
13+
"description": "scheme used to solve the advection term. Can be upstream, central, or TVD. If not specified, upstream weighting is the default weighting scheme.",
1414
"valid": "central upstream tvd"
1515
},
1616
"ats_percel": {

autotest/dfns/__snapshots__/v2.0.0.dev0/gwe-adv.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type = "string"
99
reader = "urword"
1010
optional = true
1111
longname = "advective scheme"
12-
description = "scheme used to solve the advection term. Can be upstream, central, TVD, or UTVD. If not specified, upstream weighting is the default weighting scheme."
12+
description = "scheme used to solve the advection term. Can be upstream, central, or TVD. If not specified, upstream weighting is the default weighting scheme."
1313
valid = "central upstream tvd"
1414

1515
[options.ats_percel]

autotest/dfns/__snapshots__/v2.0.0.dev0/gwe-adv.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ options:
99
reader: urword
1010
optional: true
1111
longname: advective scheme
12-
description: scheme used to solve the advection term. Can be upstream, central, TVD, or UTVD. If
13-
not specified, upstream weighting is the default weighting scheme.
12+
description: scheme used to solve the advection term. Can be upstream, central, or TVD. If not specified,
13+
upstream weighting is the default weighting scheme.
1414
valid: central upstream tvd
1515
ats_percel:
1616
block: options

autotest/dfns/__snapshots__/v2.0.0.dev0/gwe-ctp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"optional": true,
5353
"longname": "print input to listing file",
5454
"description": "keyword to indicate that the list of constant temperature information will be written to the listing file immediately after it is read.",
55-
"mf6internal": "iprpak"
55+
"mf6internal": "iprflow"
5656
},
5757
"print_flows": {
5858
"block": "options",
@@ -61,7 +61,7 @@
6161
"optional": true,
6262
"longname": "print calculated flows to listing file",
6363
"description": "keyword to indicate that the list of constant temperature flow rates will be printed to the listing file for every stress period time step in which 'BUDGET PRINT' is specified in Output Control. If there is no Output Control option and 'PRINT_FLOWS' is specified, then flow rates are printed for the last time step of each stress period.",
64-
"mf6internal": "iprflow"
64+
"mf6internal": "ipakcb"
6565
},
6666
"save_flows": {
6767
"block": "options",
@@ -70,7 +70,7 @@
7070
"optional": true,
7171
"longname": "save constant temperature flows to budget file",
7272
"description": "keyword to indicate that constant temperature flow terms will be written to the file specified with 'BUDGET FILEOUT' in Output Control.",
73-
"mf6internal": "ipakcb"
73+
"mf6internal": "iprpak"
7474
},
7575
"timeseries": {
7676
"block": "options",

autotest/dfns/__snapshots__/v2.0.0.dev0/gwe-ctp.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ reader = "urword"
4949
optional = true
5050
longname = "print input to listing file"
5151
description = "keyword to indicate that the list of constant temperature information will be written to the listing file immediately after it is read."
52-
mf6internal = "iprpak"
52+
mf6internal = "iprflow"
5353

5454
[options.print_flows]
5555
block = "options"
@@ -58,7 +58,7 @@ reader = "urword"
5858
optional = true
5959
longname = "print calculated flows to listing file"
6060
description = "keyword to indicate that the list of constant temperature flow rates will be printed to the listing file for every stress period time step in which 'BUDGET PRINT' is specified in Output Control. If there is no Output Control option and 'PRINT_FLOWS' is specified, then flow rates are printed for the last time step of each stress period."
61-
mf6internal = "iprflow"
61+
mf6internal = "ipakcb"
6262

6363
[options.save_flows]
6464
block = "options"
@@ -67,7 +67,7 @@ reader = "urword"
6767
optional = true
6868
longname = "save constant temperature flows to budget file"
6969
description = "keyword to indicate that constant temperature flow terms will be written to the file specified with 'BUDGET FILEOUT' in Output Control."
70-
mf6internal = "ipakcb"
70+
mf6internal = "iprpak"
7171

7272
[options.timeseries]
7373
block = "options"

autotest/dfns/__snapshots__/v2.0.0.dev0/gwe-ctp.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ options:
5454
longname: print input to listing file
5555
description: keyword to indicate that the list of constant temperature information will be written
5656
to the listing file immediately after it is read.
57-
mf6internal: iprpak
57+
mf6internal: iprflow
5858
print_flows:
5959
block: options
6060
type: keyword
@@ -65,7 +65,7 @@ options:
6565
to the listing file for every stress period time step in which 'BUDGET PRINT' is specified in Output
6666
Control. If there is no Output Control option and 'PRINT_FLOWS' is specified, then flow rates are
6767
printed for the last time step of each stress period.
68-
mf6internal: iprflow
68+
mf6internal: ipakcb
6969
save_flows:
7070
block: options
7171
type: keyword
@@ -74,7 +74,7 @@ options:
7474
longname: save constant temperature flows to budget file
7575
description: keyword to indicate that constant temperature flow terms will be written to the file
7676
specified with 'BUDGET FILEOUT' in Output Control.
77-
mf6internal: ipakcb
77+
mf6internal: iprpak
7878
timeseries:
7979
block: options
8080
type: record ts6 filein ts6_filename

autotest/dfns/__snapshots__/v2.0.0.dev0/gwe-esl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"type": "keyword",
6969
"reader": "urword",
7070
"optional": true,
71-
"longname": "save ESL flows to budget file",
71+
"longname": "save well flows to budget file",
7272
"description": "keyword to indicate that energy source loading flow terms will be written to the file specified with 'BUDGET FILEOUT' in Output Control.",
7373
"mf6internal": "ipakcb"
7474
},
@@ -166,7 +166,7 @@
166166
"type": "string",
167167
"reader": "urword",
168168
"optional": true,
169-
"longname": "energy source loading name",
169+
"longname": "well name",
170170
"description": "name of the energy source cell. BOUNDNAME is an ASCII character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes.",
171171
"tagged": false,
172172
"in_record": true

autotest/dfns/__snapshots__/v2.0.0.dev0/gwe-esl.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ block = "options"
6565
type = "keyword"
6666
reader = "urword"
6767
optional = true
68-
longname = "save ESL flows to budget file"
68+
longname = "save well flows to budget file"
6969
description = "keyword to indicate that energy source loading flow terms will be written to the file specified with 'BUDGET FILEOUT' in Output Control."
7070
mf6internal = "ipakcb"
7171

@@ -162,7 +162,7 @@ block = "period"
162162
type = "string"
163163
reader = "urword"
164164
optional = true
165-
longname = "energy source loading name"
165+
longname = "well name"
166166
description = "name of the energy source cell. BOUNDNAME is an ASCII character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes."
167167
tagged = false
168168
in_record = true

autotest/dfns/__snapshots__/v2.0.0.dev0/gwe-esl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ options:
7171
type: keyword
7272
reader: urword
7373
optional: true
74-
longname: save ESL flows to budget file
74+
longname: save well flows to budget file
7575
description: keyword to indicate that energy source loading flow terms will be written to the file
7676
specified with 'BUDGET FILEOUT' in Output Control.
7777
mf6internal: ipakcb
@@ -176,7 +176,7 @@ period:
176176
type: string
177177
reader: urword
178178
optional: true
179-
longname: energy source loading name
179+
longname: well name
180180
description: name of the energy source cell. BOUNDNAME is an ASCII character variable that
181181
can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire
182182
name must be enclosed within single quotes.

0 commit comments

Comments
 (0)