Skip to content

Commit

Permalink
test sea salt
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Aug 30, 2024
1 parent 2692548 commit 1723918
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildkite/longruns_gpu/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ steps:
slurm_time: 24:00:00
env:
CLIMACOMMS_DEVICE: "CUDA"
JOB_NAME: "longrun_aquaplanet_allsky_0M_bc"
JOB_NAME: "longrun_aquaplanet_allsky_0M_ss"

# - label: ":computer: aquaplanet equilmoist allsky radiation + diagnostic edmf + 0M microphysics"
# command:
Expand Down
4 changes: 2 additions & 2 deletions config/longrun_configs/longrun_aquaplanet_allsky_0M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ dt_cloud_fraction: "1hours"
surface_setup: "DefaultMoninObukhov"
vert_diff: "FriersonDiffusion"
precip_model: "0M"
prescribed_aerosols: ["SO4", "CB1", "CB2", "OC1", "OC2", "DST01"]
prescribed_aerosols: ["SO4", "CB1", "CB2", "OC1", "OC2", "DST01", "SSLT01"]
aerosol_radiation: true
toml: [toml/longrun_aquaplanet.toml]
diagnostics:
- short_name: [mmrso4, mmrbcpo, mmrbcpi, mmrocpo, mmrocpi, mmrdust]
- short_name: [mmrso4, mmrbcpo, mmrbcpi, mmrocpo, mmrocpi, mmrdust, mmrss]
reduction_time: average
period: "1months"
25 changes: 25 additions & 0 deletions config/longrun_configs/longrun_aquaplanet_allsky_0M_ss.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
h_elem: 16
z_max: 55000.0
z_elem: 63
dz_bottom: 30.0
dz_top: 3000.0
rayleigh_sponge: true
implicit_diffusion: true
approximate_linear_solve_iters: 2
dt: "120secs"
t_end: "100days"
dt_save_state_to_disk: "10days"
moist: "equil"
rad: "allskywithclear"
dt_rad: "1hours"
dt_cloud_fraction: "1hours"
surface_setup: "DefaultMoninObukhov"
vert_diff: "FriersonDiffusion"
precip_model: "0M"
prescribed_aerosols: ["SSLT01"]
aerosol_radiation: true
toml: [toml/longrun_aquaplanet.toml]
diagnostics:
- short_name: [mmrss]
reduction_time: average
period: "1months"
4 changes: 2 additions & 2 deletions examples/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2137,8 +2137,8 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[[deps.RRTMGP]]
deps = ["Adapt", "Artifacts", "ClimaComms", "DocStringExtensions", "Random"]
git-tree-sha1 = "9daa7af64af9c20531b0fae7d0d9473d11a7bc5d"
repo-rev = "main"
git-tree-sha1 = "712ff1dd3e9a8b8e696775388979435715c3f02b"
repo-rev = "zs/limit_tau"
repo-url = "https://github.com/CliMA/RRTMGP.jl.git"
uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1"
version = "0.18.0"
Expand Down

0 comments on commit 1723918

Please sign in to comment.