-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add case3_MARRMOT_calibration_ensemble_RunSavanah notebook #16
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
I submitted the nb on cartesius. Currently seeing load of 13 (out of 24), so I think the popsize can be increased to 18 if we want to. |
Job completed OK
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, I got the same result. I like the amount of docs.
See nbreview comments for questions/suggestions.
Many thanks for reviewing, your comments are addressed. Please have another look. |
I submitted the notebook again to check the log messages. |
Hmm, got error
Did you remove |
No, the group permission wasn't set. Now it should work. |
Job completed OK.CPU Utilized: 1-14:50:22
CPU Efficiency: 45.820f 3-12:46:24 core-walltime
Job Wall-clock time: 03:31:56
Memory Utilized: 2.66 GB
Memory Efficiency: 4.420f 60.31 GB The ESMValToolDeprecationWarning are not being silenced because ewatercycle import is done before filterwarnings. Can you move logging/warnings block above the imports? Also the container log messages still appear. I think its because message is printed using root logger see eWaterCycle/grpc4bmi#103 . To silence the container message I had to set the global level to WARNING with import logging
logging.basicConfig(level=logging.WARNING) Can you replace existing logging code with this? |
Thanks @sverhoeven. I fixed the loggers. Also, I added two variables "POPSIZE" and "MAXITER", please see my last commit. |
Thanks for exposing POPSIZE and MAXITER, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Output cells look very silent now.
I copied my completed notebook, slurm log, output fles to /scratch/shared/ewatercycle/case3_marrmot14/byverhoes/
Many thanks for reviewing and testing the notebook. |
To create ewatercycle conda environment, see eWaterCycle/ewatercycle#234