-
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
Use Thermodynamics.jl for reference state profiles #25
Conversation
f4e64d4
to
4c65fda
Compare
27: Fix nh pressure index, as this is indexing into OffsetArray r=charleskawczynski a=charleskawczynski #25 exercises the case where `alen` is equal to the length of `avals`. As this is an offset array, the proper translation was to use `xrange`, which effectively means indexing with `0:alen-1`. Co-authored-by: Charles Kawczynski <[email protected]>
4c65fda
to
33da106
Compare
29: Add reference state profile plots to docs r=charleskawczynski a=charleskawczynski This will be helpful to verify that the reference state profiles don't change too dramatically in #25. Co-authored-by: Charles Kawczynski <[email protected]>
6862ad2
to
93f998a
Compare
d5de1cf
to
84985d3
Compare
** Do not merge yet ** Examining the Artifacts, there are many in which the difference is acceptable but some that are not acceptable. |
35: Add climaparameters dep r=charleskawczynski a=charleskawczynski This peels off non-behavior changes from #25: - Dependence of CLIMAParameters added - Parameter sets become available in many functions - Parameter sets are read from the namelist file Note that parameter sets become available, but are not yet used. Co-authored-by: Charles Kawczynski <[email protected]>
84985d3
to
7e83f4c
Compare
7e83f4c
to
061a384
Compare
51: Fix inversion height bug, read Ri bulk crit from namelist, add Nieuwstadt case r=charleskawczynski a=charleskawczynski I believe this fixes the Nieuwstadt case. This may also fix / improve other cases. cc `@yairchn.` Looking forward to re-try #25, #40, and #43. Co-authored-by: Charles Kawczynski <[email protected]>
51: Fix inversion height bug, read Ri bulk crit from namelist, add Nieuwstadt case r=charleskawczynski a=charleskawczynski I believe this fixes the Nieuwstadt case. This may also fix / improve other cases. cc `@yairchn.` Looking forward to re-try #25, #40, and #43. Co-authored-by: Charles Kawczynski <[email protected]>
74e3951
to
42b9290
Compare
0ed30b8
to
ea8cf8c
Compare
97de670
to
654976d
Compare
I think we've worked out most of the kinks. We'll come back to the reference state to address #98 later. |
654976d
to
aa071c7
Compare
Undo T_freeze changes Re-apply T_freeze mod, fix more constructors
aa071c7
to
575f049
Compare
bors r+ |
This PR adds the use of Thermodynamics.jl to help construct the reference state profiles.