-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add specific component dt's to cli_options and parse (#1059)
* Add specific component dt's to cli_options and parse If both dt and component dts are passed in, the component dts are chosen. When both are passed, or if the coupler dt is not divisible by a component dt, a relavant warning or error message is passed. * Add experiment for component dts to pipeline * Improve comments and change config_dict logic for dts Unused dt's are now removed from the config. IF dt_atmos is used, it is temporarily duplicated as dt during get_atmos_config_dict * Fix how get_atmos_config_dict accesses configs get_atmos_config_dict accessed config_dict from the global scope instead of coupler_dict, which is passed as an argument * Add dt through merge rather than modifying coupler_dict
- Loading branch information
1 parent
7a7e98d
commit 2c055a7
Showing
5 changed files
with
81 additions
and
13 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apply_limiter: false | ||
dt_atmos: "150secs" | ||
dt_land: "50secs" | ||
dt_ocean: "30secs" | ||
dt_seaice: "75secs" | ||
dt_cpl: 150 | ||
dt_rad: "1hours" | ||
dt_save_to_sol: "1days" | ||
dz_bottom: 30 | ||
dz_top: 3000 | ||
energy_check: false | ||
h_elem: 16 | ||
mode_name: "amip" | ||
moist: "equil" | ||
mono_surface: false | ||
precip_model: "0M" | ||
rad: "gray" | ||
rayleigh_sponge: true | ||
t_end: "600secs" | ||
vert_diff: "true" | ||
z_elem: 50 | ||
z_stretch: false |
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