Open
Conversation
Collaborator
Author
|
REmove hlavo/deep_model/grid_materials.npz |
jbrezmorf
commented
Mar 13, 2026
| n_steps: 3 | ||
| executable: "mf6" | ||
| model_1d: | ||
| - longitude: 14.8800 |
Collaborator
Author
There was a problem hiding this comment.
move to:
mock_model_inputs/profile_data
| latitude: 50.8800 | ||
| - longitude: 14.9200 | ||
| latitude: 50.8900 | ||
| model_config: |
Collaborator
Author
There was a problem hiding this comment.
Move this and all subsequent down under the model_1D.
| import numpy as np | ||
| import yaml | ||
|
|
||
| from qgis_reader import Grid, ModelInputs, RasterLayer |
Collaborator
Author
There was a problem hiding this comment.
Put basic documentation about preparation of the 3D model into README.md:
- how to call build_modflow_grid
- structure of the input file (rather as a commented template ... separate file)
- meaning of files in the output (working) directory
- move the config files into separate subdir
| @@ -0,0 +1,37 @@ | |||
| import numpy as np | |||
| # xsection_y_index: 80 | ||
| # xsection_x_index: 60 | ||
|
|
||
| unsat: |
Collaborator
Author
There was a problem hiding this comment.
Make config section materials:
materials:
sand:
layers: [`Q1_top`, `Q2_top`, ...] # GIS name for the bottom interface of the material block
conductivity: ..
porosity: ...
vG_n: ...
vG_alpha: ...
clay:
...
| :param verbose: Whether to print verbose runtime logs | ||
| :return: Configured KalmanFilter instance | ||
| """ | ||
| config_path = Path(config_path).expanduser().resolve() |
Collaborator
Author
There was a problem hiding this comment.
Test if config_path is instance of Path or string -> read the YAML
or treat config_path as dictionary.
attempt to longtime run with changes of the groundwater level. Still very experimental.
This reverts commit 9307098.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.