-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleans up files and adjusts config forcing pathing and height Debugging working scm adding insolation and cos_zenith updates diagnostics and removes global variable call updates config link
- Loading branch information
Showing
11 changed files
with
126 additions
and
91 deletions.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
config/model_configs/prognostic_edmfx_gcmdriven_fullcolumn.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,48 @@ | ||
initial_condition: "GCM" | ||
external_forcing: "GCM" | ||
external_forcing_file: "/central/groups/esm/zhaoyi/GCMForcedLES/forcing/corrected/HadGEM2-A_amip.2004-2008.07.nc" | ||
surface_setup: "GCM" | ||
turbconv: "prognostic_edmfx" | ||
implicit_diffusion: true | ||
implicit_sgs_advection: false | ||
approximate_linear_solve_iters: 2 | ||
max_newton_iters_ode: 1 | ||
edmfx_upwinding: first_order | ||
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: "equil" | ||
config: "column" | ||
z_max: 40e3 | ||
z_elem: 60 | ||
z_stretch: true | ||
dz_bottom: 30 | ||
dz_top: 3000 | ||
perturb_initstate: false | ||
dt: "10secs" | ||
t_end: "48hours" | ||
dt_save_state_to_disk: "6hours" | ||
call_cloud_diagnostics_per_stage : true | ||
output_dir: output/gcm_driven_scm | ||
toml: [toml/prognostic_edmfx_bomex.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] | ||
period: 10mins | ||
- reduction_time: max | ||
short_name: tke | ||
period: 10mins |
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
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
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
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
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
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
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
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
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.