Skip to content

Commit fa043f9

Browse files
Merge pull request #3795 from CliMA/as/update-defaults
Update default config args
2 parents c3ae4f1 + 71b74cc commit fa043f9

19 files changed

+14
-18
lines changed

.buildkite/longruns_gpu/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ steps:
162162
CLIMACOMMS_DEVICE: "CUDA"
163163
JOB_NAME: "longrun_aquaplanet_allsky_0M_earth"
164164

165-
- label: ":umbrella: aquaplanet equilmoist allsky radiation + 1M microphysics"
165+
- label: ":umbrella: aquaplanet non-equil moisture allsky radiation + 1M microphysics"
166166
command:
167167
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
168168
artifact_paths: "$$JOB_NAME/output_active/*"

config/default_configs/default_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ topography:
3939
value: "NoWarp"
4040
mesh_warp_type:
4141
help: "Sets the interior mesh warp method [`Linear`, `SLEVE`]"
42-
value: "Linear"
42+
value: "SLEVE"
4343
sleve_eta:
4444
help: "If SLEVE coordinates are chosen, sets the `ηₕ` parameter (if z/z_top > ηₕ, no warping is applied)"
4545
value: 0.7
@@ -146,7 +146,7 @@ vert_diff:
146146
help: "Vertical diffusion [`false` (default), `VerticalDiffusion`, `true` (defaults to `VerticalDiffusion`), `DecayWithHeightDiffusion`]"
147147
value: false
148148
hyperdiff:
149-
help: "Hyperdiffusion [`ClimaHyperdiffusion` (or `true`; default), `none` (or `false`)]"
149+
help: "Hyperdiffusion [`ClimaHyperdiffusion` (or `true`), `CAM_SE` (default), `none` (or `false`)]"
150150
value: "CAM_SE"
151151
smagorinsky_lilly:
152152
help: "Smagorinsky-Lilly diffusive closure [`false` (default), `true`]"
@@ -164,7 +164,7 @@ test_dycore_consistency:
164164
help: "Test dycore consistency [`false` (default), `true`]"
165165
value: false
166166
dt_save_state_to_disk:
167-
help: "Time between saving the state to disk. Examples: [`10secs`, `1hours`, `1months`, `Inf` (do not save)]"
167+
help: "Time between saving the state to disk. Examples: [`10secs`, `1hours`, `1months`, `Inf` (do not save, default)]"
168168
value: "Inf"
169169
moist:
170170
help: "Moisture model [`dry` (default), `equil`, `nonequil`]"
@@ -185,7 +185,7 @@ surface_temperature:
185185
help: "Prescribed surface temperature functional form ['ZonallySymmetric' (default), 'ZonallyAsymmetric', 'RCEMIPII', `Reanalysis`, `ReanalysisTimeVarying`]"
186186
value: "ZonallySymmetric"
187187
initial_condition:
188-
help: "Initial condition [`DryBaroclinicWave`, `MoistBaroclinicWave`, `ConstantBuoyancyFrequencyProfile`, `DecayingProfile`, `IsothermalProfile`, `Bomex`, `DryDensityCurrentProfile`, `RisingThermalBubbleProfile`, `ISDAC`, `GCM`, `Reanalysis`, `ReanalysisTimeVarying`], or a file path for a NetCDF file (read documentation about requirements)."
188+
help: "Initial condition [`DryBaroclinicWave`, `MoistBaroclinicWave`, `ConstantBuoyancyFrequencyProfile`, `DecayingProfile` (default), `IsothermalProfile`, `Bomex`, `DryDensityCurrentProfile`, `RisingThermalBubbleProfile`, `ISDAC`, `GCM`, `Reanalysis`, `ReanalysisTimeVarying`], or a file path for a NetCDF file (read documentation about requirements)."
189189
value: "DecayingProfile"
190190
perturb_initstate:
191191
help: "Add a perturbation to the initial condition [`false`, `true` (default)]"
@@ -212,10 +212,10 @@ viscous_sponge:
212212
help: "Viscous sponge [`true`, `false` (default)]"
213213
value: false
214214
tracer_upwinding:
215-
help: "Tracer upwinding mode [`none` (default), `first_order` , `third_order`, `boris_book`, `zalesak`, `vanleer_limiter`]"
215+
help: "Tracer upwinding mode [`none`, `first_order` , `third_order`, `boris_book`, `zalesak`, `vanleer_limiter` (default)]"
216216
value: vanleer_limiter
217217
energy_upwinding:
218-
help: "Energy upwinding mode [`none` (default), `first_order` , `third_order`, `boris_book`, `zalesak`, `vanleer_limiter`]"
218+
help: "Energy upwinding mode [`none`, `first_order` , `third_order`, `boris_book`, `zalesak`, `vanleer_limiter` (default)]"
219219
value: vanleer_limiter
220220
orographic_gravity_wave:
221221
help: "Orographic drag on horizontal mean flow [`nothing` (default), `gfdl_restart`, `raw_topo`]"

config/longrun_configs/amip_target_diagedmf.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ h_elem: 16
22
z_max: 60000.0
33
z_elem: 63
44
dz_bottom: 30.0
5-
deep_atmosphere: false
65
rayleigh_sponge: true
76
viscous_sponge: true
87
dt_save_state_to_disk: "30days"

config/longrun_configs/amip_target_edonly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ h_elem: 16
22
z_max: 60000.0
33
z_elem: 63
44
dz_bottom: 30.0
5-
deep_atmosphere: true
6-
mesh_warp_type: "SLEVE"
75
rayleigh_sponge: true
86
viscous_sponge: true
97
dt_save_state_to_disk: "30days"

config/longrun_configs/longrun_aquaplanet_allsky_0M.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ h_elem: 16
22
z_max: 60000.0
33
z_elem: 63
44
dz_bottom: 30.0
5-
deep_atmosphere: false
65
rayleigh_sponge: true
76
viscous_sponge: true
87
implicit_diffusion: true

config/longrun_configs/longrun_aquaplanet_allsky_0M_earth.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ h_elem: 16
22
z_max: 60000.0
33
z_elem: 63
44
dz_bottom: 30.0
5-
deep_atmosphere: false
65
rayleigh_sponge: true
76
viscous_sponge: true
87
topography: "Earth"

config/longrun_configs/longrun_aquaplanet_allsky_1M.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ h_elem: 16
22
z_max: 60000.0
33
z_elem: 63
44
dz_bottom: 30.0
5-
deep_atmosphere: false
65
rayleigh_sponge: true
76
viscous_sponge: true
87
implicit_diffusion: true

config/longrun_configs/longrun_aquaplanet_allsky_diagedmf_0M.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ h_elem: 16
22
z_max: 60000.0
33
z_elem: 63
44
dz_bottom: 30.0
5-
deep_atmosphere: false
65
rayleigh_sponge: true
76
viscous_sponge: true
87
implicit_diffusion: true

config/longrun_configs/longrun_aquaplanet_allsky_progedmf_0M.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ h_elem: 16
22
z_max: 60000.0
33
z_elem: 63
44
dz_bottom: 30.0
5-
deep_atmosphere: false
65
rayleigh_sponge: true
76
viscous_sponge: true
87
implicit_diffusion: true

config/longrun_configs/longrun_aquaplanet_allsky_tvinsol_0M_slabocean.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ h_elem: 16
22
z_max: 60000.0
33
z_elem: 63
44
dz_bottom: 30.0
5-
deep_atmosphere: false
65
rayleigh_sponge: true
76
viscous_sponge: true
87
implicit_diffusion: true

0 commit comments

Comments
 (0)