-
Notifications
You must be signed in to change notification settings - Fork 27
Add RCEMIPII analytic sounding initial condition #4127
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
Merged
Merged
Changes from all commits
Commits
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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,89 @@ | ||
| reference_job_id: les_box # for plotting | ||
| surface_setup: DefaultMoninObukhov | ||
| surface_temperature: RCEMIPII | ||
| insolation: rcemipii | ||
| initial_condition: RCEMIPIIProfile_300 | ||
| config: box | ||
| rad: allskywithclear | ||
| co2_model: fixed | ||
| approximate_linear_solve_iters: 2 # only valid when implicit_diffusion=true | ||
| rayleigh_sponge: true # set sponge level in toml file | ||
| smagorinsky_lilly: "UV" | ||
| implicit_diffusion: true | ||
|
|
||
| reproducibility_test: true | ||
|
|
||
| # Reference diffusion setup | ||
| vert_diff: "DecayWithHeightDiffusion" | ||
| hyperdiff: "false" | ||
|
|
||
| # microphysics | ||
| ### !! 1M and 2M !! | ||
| cloud_model: grid_scale # Ultimately wanted when `moist: nonequil` | ||
| moist: nonequil | ||
| precip_model: 1M | ||
| ### spatial discretization ### | ||
| x_max: 96000.0 # 96km | ||
| y_max: 96000.0 # 96km | ||
| # x_max: 6000000.0 # 6000km | ||
| # y_max: 400000.0 # 400km | ||
| z_max: 30000.0 # 30km | ||
| nh_poly: 3 # hor. poly deg -> # quad pts in 1D in a h. elem is Nq = nh + 1 | ||
| # z_elem: 43 # Note: Set sponge height (`zd_viscous`) in toml file to cover top ~5 points | ||
| z_elem: 86 | ||
| dz_bottom: 30.0 | ||
|
|
||
| #~8km grid | ||
| x_elem: 4 | ||
| y_elem: 4 | ||
| dt: 10secs | ||
| # ~4km grid | ||
| # x_elem: 8 | ||
| # y_elem: 8 | ||
| # dt: 5secs | ||
| # ~2km grid | ||
| # x_elem: 16 | ||
| # y_elem: 16 | ||
| # dt: 2secs | ||
| # ~1km grid | ||
| # x_elem: 32 | ||
| # y_elem: 32 | ||
| # dt: 1secs | ||
|
|
||
| t_end: 10hours | ||
| # t_end: 2days | ||
| # t_end: 1days | ||
| # t_end: 21days | ||
|
|
||
| ## >> During debugging, reduce these as appropriate | ||
| dt_save_state_to_disk: 1days | ||
| dt_rad: 1hours # same as `dt_save_state_to_disk` for reproducibility | ||
| check_nan_every: 1024 # for debugging: set to check NaNs every `n` iterations | ||
| log_to_file: true | ||
| ## << | ||
|
|
||
| toml: [toml/rcemipii_box.toml] | ||
|
|
||
| # enable_diagnostics: false | ||
| output_default_diagnostics: false # adds various 1h diagnostics. Only use if `dt_save_state_to_disk` is a multiple of 1hr | ||
| diagnostics: | ||
| - short_name: [ | ||
| wa, ua, va, ta, thetaa, ha, # dynamics & thermodynamics | ||
| hus, hur, cl, clw, cli, # liquid | ||
| pr, # precipitation | ||
| ke, # kinetic energy for spectrum | ||
| # Smagorinsky diagnostics | ||
| Dh_smag, strainh_smag, # horizontal | ||
| # Dv_smag, strainv_smag, # vertical | ||
| # DecayWithHeight diffusion coefficient | ||
| edt, | ||
| ] | ||
| # period: 10mins | ||
| period: 1hours | ||
| ## 1M microphsics | ||
| - short_name: [husra, hussn] | ||
| # period: 10mins | ||
| period: 1hours | ||
| # 2M microphysics | ||
| # - short_name: [cdnc, ncra] | ||
| # period: 10mins |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,34 @@ | ||
| # toml/rcemipii_box.toml | ||
|
|
||
| [c_smag] | ||
| value = 1.0 | ||
|
|
||
| [condensation_evaporation_timescale] | ||
| value = 50 | ||
|
|
||
| [sublimation_deposition_timescale] | ||
| value = 50 | ||
|
|
||
| [angular_velocity_planet_rotation] | ||
| value = 0 | ||
|
|
||
| [idealized_ocean_albedo] | ||
| value = 0.07 | ||
|
|
||
| [mean_sea_level_pressure] | ||
| value = 101480 | ||
|
|
||
| [D_0_diffusion] | ||
| value = 5 | ||
|
|
||
| [H_diffusion] | ||
| value = 800 | ||
|
|
||
| [SST_mean] | ||
| value = 300 | ||
|
|
||
| [SST_delta] | ||
| value = 1.25 | ||
|
|
||
| [SST_wavelength] | ||
| value = 6e6 |
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.
Uh oh!
There was an error while loading. Please reload this page.