-
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 bk pipelines clean fix long pip clean interactive setup temp manifest check in try no pkg precomp revert manifest revert gitignore spec atmos version down SimpleNonlinearSolve
- Loading branch information
1 parent
03bbcac
commit 3823e06
Showing
36 changed files
with
748 additions
and
123 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
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 was deleted.
Oops, something went wrong.
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,18 @@ | ||
run_name: "amip_new_target" | ||
anim: true | ||
dt_cpl: 150 | ||
energy_check: false | ||
mode_name: "amip" | ||
mono_surface: false | ||
dt: "150secs" | ||
t_end: "300days" # TODO this has been decreased from 140 days to avoid instability #460 | ||
job_id: "amip_new_target" | ||
dt_save_to_sol: "5days" | ||
dt_save_to_disk: "5days" | ||
apply_limiter: false | ||
hourly_checkpoint: true | ||
turb_flux_partition: "CombinedStateFluxes" | ||
atmos_config_file: "config/longrun_configs/longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky_tvinsolation.yml" | ||
surface_setup: "PrescribedSurface" | ||
land_albedo_type: "map_temporal" | ||
start_date: "19790301" |
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,21 @@ | ||
run_name: "amip_new_target_topo" | ||
anim: true | ||
dt_cpl: 75 | ||
energy_check: false | ||
mode_name: "amip" | ||
mono_surface: false | ||
dt: "150secs" | ||
t_end: "100days" # TODO this has been decreased from 140 days to avoid instability #460 | ||
job_id: "amip_new_target_topo" | ||
dt_save_to_sol: "5days" | ||
dt_save_to_disk: "5days" | ||
apply_limiter: false | ||
hourly_checkpoint: true | ||
turb_flux_partition: "CombinedStateFluxes" | ||
atmos_config_file: "config/longrun_configs/longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky_tvinsolation.yml" | ||
surface_setup: "PrescribedSurface" | ||
land_albedo_type: "map_temporal" | ||
start_date: "19790301" | ||
topography: "Earth" | ||
topo_smoothing: true | ||
use_reference_state: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
run_name: "august" | ||
coupled: true | ||
start_date: "19790301" | ||
monthly_checkpoint: true | ||
surface_setup: "PrescribedSurface" | ||
dt_cpl: 100 | ||
energy_check: false | ||
mode_name: "amip" | ||
mono_surface: false | ||
vert_diff: "true" | ||
moist: "equil" | ||
rad: "clearsky" | ||
precip_model: "0M" | ||
z_elem: 35 | ||
dz_bottom: 50 | ||
h_elem: 12 | ||
kappa_4: 4e16 | ||
rayleigh_sponge: true | ||
alpha_rayleigh_uh: 0 | ||
dt: "100secs" | ||
t_end: "400days" | ||
job_id: "august" | ||
dt_save_to_sol: "10days" | ||
dt_save_to_disk: "1days" | ||
apply_limiter: false | ||
FLOAT_TYPE: "Float64" | ||
post_process: false | ||
anim: true | ||
hourly_checkpoint: true | ||
apply_limiter: false | ||
surface_setup: "PrescribedSurface" | ||
land_albedo_type: "function" | ||
coupler_toml_file: "toml/august.toml" |
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.