Skip to content

Commit d580420

Browse files
committed
update for atmos v0.32
1 parent 1f7fa63 commit d580420

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

config/atmos_configs/climaatmos_diagedmf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This inherits from config/common_configs/numerics_sphere_he16ze63.yml and config/longrun_configs/amip_target_diagedmf.yml in ClimaAtmos.jl
22
aerosol_radiation: true
33
approximate_linear_solve_iters: 2
4-
cloud_model: "quadrature_sgs"
4+
cloud_model: "quadrature"
55
co2_model: maunaloa
66
dt: "120secs"
77
dt_cloud_fraction: "1hours"

config/atmos_configs/climaatmos_progedmf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aerosol_radiation: true
22
approximate_linear_solve_iters: 2
3-
cloud_model: "quadrature_sgs"
3+
cloud_model: "quadrature"
44
co2_model: maunaloa
55
dt: "120secs"
66
dt_cloud_fraction: "1hours"

config/atmos_configs/climaatmos_progedmf_1m.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aerosol_radiation: true
22
approximate_linear_solve_iters: 2
3-
cloud_model: "quadrature_sgs"
3+
cloud_model: "quadrature"
44
co2_model: maunaloa
55
dt: "120secs"
66
dt_cloud_fraction: "1hours"

config/atmos_configs/climaatmos_wx_diagedmf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ toml: [toml/diagnostic_edmfx_era5_ic.toml]
4343
# moist: "nonequil"
4444
# toml: [toml/diagnostic_edmfx_1M.toml]
4545

46-
cloud_model: "quadrature_sgs"
46+
cloud_model: "quadrature"
4747
use_itime: true
4848
deep_atmosphere: false

config/atmos_configs/climaatmos_wx_progedmf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ moist: equil
4949
# moist: "nonequil"
5050
# toml: [toml/diagnostic_edmfx_1M.toml]
5151

52-
cloud_model: "quadrature_sgs"
52+
cloud_model: "quadrature"
5353
use_itime: true
54-
deep_atmosphere: false
54+
deep_atmosphere: false

0 commit comments

Comments
 (0)