Skip to content

Commit 8dc9e44

Browse files
authored
Merge pull request #909 from CliMA/zs/longrun
clean up longrun config
2 parents 824c07b + 2f56c83 commit 8dc9e44

27 files changed

+31
-151
lines changed

config/benchmark_configs/amip_diagedmf.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FLOAT_TYPE: "Float32"
2-
anim: false
32
atmos_config_file: "config/benchmark_configs/climaatmos_diagedmf.yml"
43
atmos_config_repo: "ClimaCoupler"
54
dt_cpl: 120
@@ -10,7 +9,7 @@ land_albedo_type: "map_temporal"
109
mode_name: "amip"
1110
mono_surface: false
1211
monthly_checkpoint: false
13-
start_date: "19790301"
12+
start_date: "20100101"
1413
t_end: "12hours"
1514
turb_flux_partition: "CombinedStateFluxesMOST"
1615
use_coupler_diagnostics: false

config/benchmark_configs/amip_diagedmf_io.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FLOAT_TYPE: "Float32"
2-
anim: false
32
atmos_config_file: "config/benchmark_configs/climaatmos_diagedmf_io.yml"
43
atmos_config_repo: "ClimaCoupler"
54
dt_cpl: 120
@@ -10,7 +9,7 @@ land_albedo_type: "map_temporal"
109
mode_name: "amip"
1110
mono_surface: false
1211
monthly_checkpoint: false
13-
start_date: "19790301"
12+
start_date: "20100101"
1413
t_end: "12hours"
1514
turb_flux_partition: "CombinedStateFluxesMOST"
1615
use_coupler_diagnostics: true

config/ci_configs/interactive_debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ moist: "equil"
1313
mono_surface: true
1414
precip_model: "0M"
1515
rad: "gray"
16-
start_date: "19790301"
16+
start_date: "20100101"
1717
surface_setup: "PrescribedSurface"
1818
t_end: "20days"
1919
turb_flux_partition: "CombinedStateFluxesMOST"
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
apply_limiter: false
2-
dt: "150secs"
3-
dt_cpl: 150
1+
dt: "120secs"
2+
dt_cpl: 120
43
dt_rad: "1hours"
5-
dt_save_to_sol: "100days"
64
dz_bottom: 30
75
dz_top: 3000
86
energy_check: false
@@ -14,6 +12,6 @@ precip_model: "0M"
1412
rad: "gray"
1513
rayleigh_sponge: true
1614
t_end: "1days"
17-
vert_diff: "true"
18-
z_elem: 50
19-
z_stretch: false
15+
vert_diff: true
16+
z_max: 55000.0
17+
z_elem: 63

config/longrun_configs/amip_n1_shortrun_nocouple.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/longrun_configs/amip_n2_shortrun.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/longrun_configs/amip_n32_shortrun.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/longrun_configs/amip_n64_shortrun.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/longrun_configs/amip_n8_shortrun.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/longrun_configs/amip_target.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
FLOAT_TYPE: "Float32"
2-
anim: true
3-
apply_limiter: false
42
atmos_config_file: "config/longrun_configs/longrun_aquaplanet_allsky_0M.yml"
53
dt: "120secs"
64
dt_cloud_fraction: "1hours"
75
dt_cpl: 120
86
dt_rad: "1hours"
97
dt_save_state_to_disk: "20days"
10-
dt_save_to_sol: "10days"
118
energy_check: false
129
hourly_checkpoint: true
1310
insolation: "timevarying"

0 commit comments

Comments
 (0)