Skip to content

Commit 16cfcfd

Browse files
authored
chore: update models registry (#248)
some mf6 testmodels have been renamed, pull them in. will resolve mf6 test failures as seen in e.g. MODFLOW-ORG/modflow6#2579. also fix the models API docs, the --append option to the make registry command has been removed, the command is now meant to be invoked iteratively
1 parent 2aa99d5 commit 16cfcfd

File tree

4 files changed

+644
-644
lines changed

4 files changed

+644
-644
lines changed

docs/md/models.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ For example, to create the "default" registry of models in the MF6 examples and
110110

111111
```shell
112112
python -m modflow_devtools.make_registry -p ../modflow6-examples/examples --url https://github.com/MODFLOW-ORG/modflow6-examples/releases/download/current/mf6examples.zip --model-name-prefix mf6/example
113-
python -m modflow_devtools.make_registry -p ../modflow6-testmodels/mf6 --append --url https://github.com/MODFLOW-ORG/modflow6-testmodels/raw/master/mf6 --model-name-prefix mf6/test
114-
python -m modflow_devtools.make_registry -p ../modflow6-largetestmodels --append --url https://github.com/MODFLOW-ORG/modflow6-largetestmodels/raw/master --model-name-prefix mf6/large
115-
python -m modflow_devtools.make_registry -p ../modflow6-testmodels/mf5to6 --append --url https://github.com/MODFLOW-ORG/modflow6-testmodels/raw/master/mf5to6 --model-name-prefix mf2005 --namefile "*.nam"
113+
python -m modflow_devtools.make_registry -p ../modflow6-testmodels/mf6 --url https://github.com/MODFLOW-ORG/modflow6-testmodels/raw/master/mf6 --model-name-prefix mf6/test
114+
python -m modflow_devtools.make_registry -p ../modflow6-largetestmodels --url https://github.com/MODFLOW-ORG/modflow6-largetestmodels/raw/master --model-name-prefix mf6/large
115+
python -m modflow_devtools.make_registry -p ../modflow6-testmodels/mf5to6 --url https://github.com/MODFLOW-ORG/modflow6-testmodels/raw/master/mf5to6 --model-name-prefix mf2005 --namefile "*.nam"
116116
```
117117

118118
As a shortcut to create the default registry, the script can be run with no arguments: `python -m modflow_devtools.make_registry`.

modflow_devtools/registry/examples.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ ex-gwf-csub-p02b = [
5959
"mf6/example/ex-gwf-csub-p02b",
6060
]
6161
ex-gwf-csub-p02c = [
62-
"mf6/example/ex-gwf-csub-p02c/hb-020",
63-
"mf6/example/ex-gwf-csub-p02c/hb-100",
64-
"mf6/example/ex-gwf-csub-p02c/hb-010",
62+
"mf6/example/ex-gwf-csub-p02c/hb-005",
6563
"mf6/example/ex-gwf-csub-p02c/es-020",
66-
"mf6/example/ex-gwf-csub-p02c/es-005",
64+
"mf6/example/ex-gwf-csub-p02c/es-001",
65+
"mf6/example/ex-gwf-csub-p02c/hb-002",
6766
"mf6/example/ex-gwf-csub-p02c/es-010",
67+
"mf6/example/ex-gwf-csub-p02c/es-100",
68+
"mf6/example/ex-gwf-csub-p02c/es-002",
69+
"mf6/example/ex-gwf-csub-p02c/hb-100",
6870
"mf6/example/ex-gwf-csub-p02c/hb-050",
71+
"mf6/example/ex-gwf-csub-p02c/hb-010",
6972
"mf6/example/ex-gwf-csub-p02c/hb-001",
70-
"mf6/example/ex-gwf-csub-p02c/es-001",
71-
"mf6/example/ex-gwf-csub-p02c/es-002",
73+
"mf6/example/ex-gwf-csub-p02c/hb-020",
7274
"mf6/example/ex-gwf-csub-p02c/es-050",
73-
"mf6/example/ex-gwf-csub-p02c/es-100",
74-
"mf6/example/ex-gwf-csub-p02c/hb-002",
75-
"mf6/example/ex-gwf-csub-p02c/hb-005",
75+
"mf6/example/ex-gwf-csub-p02c/es-005",
7676
]
7777
ex-gwf-csub-p03a = [
7878
"mf6/example/ex-gwf-csub-p03a",

0 commit comments

Comments
 (0)