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

t_out and z_out not used #2

Open
f-baerenbold opened this issue Dec 10, 2024 · 2 comments
Open

t_out and z_out not used #2

f-baerenbold opened this issue Dec 10, 2024 · 2 comments

Comments

@f-baerenbold
Copy link

The lake calibrator writes the files t_out and z_out for the calibration runs. However, if there is no link to these files in the original .par file in the simulation folder, then they are not used during the calibration and the observations will not be compared to the corresponding model outputs. This happens if there are numerical values for "Depths" and "Times" in the original .par file for example.

The solution to this would be to make sure that the .par file has links to t_out and z_out irrespective of what is written in the original .par file.

@JamesRunnalls
Copy link
Contributor

Could you send me an example case so I can understand better?

@f-baerenbold
Copy link
Author

If the output section of the par file looks like the one below, then t_out and z_out will have no effect.

"Output": {
    "Path": "C:\\Users\\barenbfa\\git\\Simstrat-Operational\\Simulation\\LakeAegeri\\Results\\",
    "Depths": 2,
    "Times": 288",
    "OutputDepthReference": "surface",
    "All": false,
    "Variables": ["T" ]
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants