Skip to content

Commit 08f57b9

Browse files
authored
Merge pull request #3685 from CliMA/zs/hotfix
modify some longrun plots and docs
2 parents 5aa69a7 + 5829dab commit 08f57b9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/src/longruns.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,9 @@ amip_target_diagedmf
8787
Aquaplanet setup for AMIP (atmosphere-land simulation). This job includes all the
8888
working atmosphere components required for AMIP. It will be updated whenever new components are ready.
8989
```
90+
```
91+
amip_target_edonly
92+
93+
Aquaplanet setup for AMIP (atmosphere-land simulation) without convection. This job includes all the
94+
working atmosphere components required for AMIP without convection. It will be updated whenever new components are ready.
95+
```

post_processing/ci_plots.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,9 @@ AquaplanetPlots = Union{
11361136
Val{:longrun_aquaplanet_allsky_progedmf_diffonly_0M},
11371137
Val{:longrun_aquaplanet_allsky_0M_earth},
11381138
Val{:longrun_aquaplanet_dyamond},
1139+
Val{:longrun_aquaplanet_allsky_tvinsol_0M_slabocean},
11391140
Val{:amip_target_diagedmf},
1141+
Val{:amip_target_edonly},
11401142
}
11411143

11421144
function make_plots(::AquaplanetPlots, output_paths::Vector{<:AbstractString})

0 commit comments

Comments
 (0)