-
Notifications
You must be signed in to change notification settings - Fork 19
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
Adding nonequilibrium parameterization to EDMF #3518
Open
oalcabes
wants to merge
14
commits into
main
Choose a base branch
from
oa/edmf_noneq
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
4a9995d
creating noneq config file
e7306a7
adding liq and ice for noneq param to edmf
b756ca9
adding noneq edmf single column toml file
b0ccfc6
adding back in necessary atmos argument
8bff26a
fixing formatting
5ffe3f2
formatting
3ce272f
simplifying additions of liquid and ice
02c793d
making sure to check mse is available
a13fbef
checking that u3 is available
14b4bb3
fixing
76f1605
merge main
33de68a
removing atmos from argument in set_surface_conditions
205d363
formatting
295dd15
removing extraneous lines
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
config/model_configs/prognostic_edmfx_gcmdriven_column_noneq.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
initial_condition: "GCM" | ||
external_forcing: "GCM" | ||
external_forcing_file: artifact"cfsite_gcm_forcing"/HadGEM2-A_amip.2004-2008.07.nc | ||
cfsite_number : "site23" | ||
surface_setup: "GCM" | ||
turbconv: "prognostic_edmfx" | ||
implicit_diffusion: true | ||
implicit_sgs_advection: false | ||
approximate_linear_solve_iters: 2 | ||
edmfx_upwinding: first_order | ||
rayleigh_sponge: true | ||
edmfx_entr_model: "Generalized" | ||
edmfx_detr_model: "Generalized" | ||
edmfx_sgs_mass_flux: true | ||
edmfx_sgs_diffusive_flux: true | ||
edmfx_nh_pressure: true | ||
edmfx_filter: true | ||
prognostic_tke: true | ||
moist: "nonequil" | ||
precip_model: "1M" | ||
config: "column" | ||
z_max: 40e3 | ||
z_elem: 60 | ||
z_stretch: true | ||
dz_bottom: 30 | ||
perturb_initstate: false | ||
dt: "1secs" # might need to make shorter | ||
dt_rad: "30mins" | ||
t_end: "6hours" | ||
dt_save_state_to_disk: "6hours" | ||
cloud_model: "grid_scale" | ||
call_cloud_diagnostics_per_stage : true | ||
toml: [toml/prognostic_edmfx_gcmdriven_noneq.toml] | ||
netcdf_output_at_levels: true | ||
netcdf_interpolation_num_points: [2, 2, 60] | ||
output_default_diagnostics: false | ||
rad: allskywithclear | ||
insolation: "gcmdriven" | ||
diagnostics: | ||
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli, hussfc, evspsbl, pr] | ||
period: 10mins | ||
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, taen, thetaaen, haen, husen, huren, clwen, clien, tke] | ||
period: 10mins | ||
- short_name: [entr, detr, lmix, bgrad, strain, edt, evu] | ||
period: 10mins | ||
- short_name: [rlut, rlutcs, rsut, rsutcs, clwvi, lwp, clivi, dsevi, clvi, prw, hurvi, husv] | ||
period: 10mins | ||
- reduction_time: max | ||
short_name: tke | ||
period: 10mins | ||
ode_algo: ARS343 |
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Can we instead compute these on the fly?