-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: add storage options to default_namelist
#525
Conversation
bb9ddb4
to
261450f
Compare
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.
Looks fine to me. Since this is pretty high-level stuff, can we get a second reviewer. @ilopezgp, what do you think?
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.
LGTM
bors r+ |
525: feat: add storage options to `default_namelist` r=haakon-e a=haakon-e In some cases I may want to 1. generate a default namelist for a case, without needing to saving it to file, or 2. specifying another location than `pwd` to store it to. This PR resolves both issues. Co-authored-by: Haakon Ludvig Langeland Ervik <[email protected]>
bors r- |
Canceled. |
261450f
to
715b414
Compare
bors r+ |
Build succeeded: |
511: Use relaxation to LES profiles + define initial conditions more precisely for LES_driven_SCM r=costachris a=costachris Addresses points 4, 7 from #505. Averages 1 hour window around `t_end` - 6 hours for initial conditions. `thetali` and `qt` are relaxed to the mean LES profile following eqn 9 in Shen et al. 2021 Co-authored-by: costachris <[email protected]>
545: Bump version for new release r=charleskawczynski a=charleskawczynski Co-authored-by: Charles Kawczynski <[email protected]>
87: refactor: run short simulation for reference SCM r=ilopezgp a=haakon-e Explicitly fetch/generate namelist from TC, then modify the time step in the namelist so that reference SCM simulation is only run 1 step forward. This generates the necessary z-levels, and cell/face variable info for calibration. Depends on CliMA/TurbulenceConvection.jl#525. TODO: Check that TC doesn't write namelist to output directory, otherwise all calibration studies will have incorrect `t_max`. Co-authored-by: Haakon Ludvig Langeland Ervik <[email protected]>
In some cases I may want to
pwd
to store it to.This PR resolves both issues.