Skip to content

Commit

Permalink
Merge #2009
Browse files Browse the repository at this point in the history
2009: Config file for high-topped aquaplanet simulation with gray radiation r=szy21 a=akshaysridhar

Closes #1992 


Co-authored-by: akshaysridhar <asridhar@caltech.edu>
  • Loading branch information
bors[bot] and akshaysridhar authored Aug 26, 2023
2 parents 8d111f7 + 3e9e5ca commit 7745284
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,15 @@ steps:
CLIMACORE_DISTRIBUTED: "MPI"
agents:
slurm_ntasks: 64

- label: ":computer: aquaplanet, equilmoist, high-topped (55km), gray-radiation, vertdiff, high-sponge(35km), helem_16 np_3"
- srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M.yml
- julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M.yml --out_dir longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M.yml
artifact_paths: "longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M.yml/*"
env:
CLIMACORE_DISTRIBUTED: "MPI"
agents:
slurm_ntasks: 64

- group: "TurbulenceConvection"
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
dt_save_to_disk: "10days"
dt: "150secs"
t_end: "300days"
h_elem: 16
z_max: 55000.0
rayleigh_sponge: true
zd_rayleigh: 35000.0
z_elem: 63
vert_diff: "true"
kappa_4: 2e16
alpha_rayleigh_w: 1.0
surface_setup: "DefaultExchangeCoefficients"
moist: "equil"
rad: "gray"
precip_model: "0M"
job_id: "longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M"

0 comments on commit 7745284

Please sign in to comment.