File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -87,3 +87,9 @@ amip_target_diagedmf
87
87
Aquaplanet setup for AMIP (atmosphere-land simulation). This job includes all the
88
88
working atmosphere components required for AMIP. It will be updated whenever new components are ready.
89
89
```
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
+ ```
Original file line number Diff line number Diff line change @@ -1136,7 +1136,9 @@ AquaplanetPlots = Union{
1136
1136
Val{:longrun_aquaplanet_allsky_progedmf_diffonly_0M },
1137
1137
Val{:longrun_aquaplanet_allsky_0M_earth },
1138
1138
Val{:longrun_aquaplanet_dyamond },
1139
+ Val{:longrun_aquaplanet_allsky_tvinsol_0M_slabocean },
1139
1140
Val{:amip_target_diagedmf },
1141
+ Val{:amip_target_edonly },
1140
1142
}
1141
1143
1142
1144
function make_plots (:: AquaplanetPlots , output_paths:: Vector{<:AbstractString} )
You can’t perform that action at this time.
0 commit comments