Skip to content

Commit a6f92ce

Browse files
committed
change to DecayWithHeightDiffusion
1 parent fb0d72d commit a6f92ce

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

config/benchmark_configs/climaatmos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ rad: allskywithclear
2121
surface_setup: DefaultMoninObukhov
2222
t_end: 12hours
2323
turb_flux_partition: "CombinedStateFluxesMOST"
24-
vert_diff: "FriersonDiffusion"
24+
vert_diff: "DecayWithHeightDiffusion"
2525
z_elem: 63
2626
z_max: 55000.0

config/longrun_configs/slabplanet_aqua_atmos_sf_couple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ surface_setup: "DefaultMoninObukhov"
1616
t_end: "20days"
1717
turb_flux_partition: "CombinedStateFluxesMOST"
1818
use_land_diagnostics: false
19-
vert_diff: "FriersonDiffusion"
19+
vert_diff: "DecayWithHeightDiffusion"

config/longrun_configs/slabplanet_aqua_atmos_sf_nocouple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ surface_setup: "DefaultMoninObukhov"
1616
t_end: "20days"
1717
turb_flux_partition: "CombinedStateFluxesMOST"
1818
use_land_diagnostics: false
19-
vert_diff: "FriersonDiffusion"
19+
vert_diff: "DecayWithHeightDiffusion"

config/longrun_configs/slabplanet_aqua_coupler_sf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ surface_setup: "PrescribedSurface"
1616
t_end: "20days"
1717
turb_flux_partition: "CombinedStateFluxesMOST"
1818
use_land_diagnostics: false
19-
vert_diff: "FriersonDiffusion"
19+
vert_diff: "DecayWithHeightDiffusion"

config/longrun_configs/slabplanet_aqua_coupler_sf_evolve_ocn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ surface_setup: "PrescribedSurface"
1515
t_end: "20days"
1616
turb_flux_partition: "CombinedStateFluxesMOST"
1717
use_land_diagnostics: false
18-
vert_diff: "FriersonDiffusion"
18+
vert_diff: "DecayWithHeightDiffusion"

config/longrun_configs/slabplanet_terra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ start_date: "20100101"
1414
surface_setup: "PrescribedSurface"
1515
t_end: "20days"
1616
turb_flux_partition: "CombinedStateFluxesMOST"
17-
vert_diff: "FriersonDiffusion"
17+
vert_diff: "DecayWithHeightDiffusion"

experiments/ClimaEarth/run_cloudless_aquaplanet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ config_dict = Dict(
9393
"apply_limiter" => false,
9494
"viscous_sponge" => false,
9595
"rayleigh_sponge" => false,
96-
"vert_diff" => "FriersonDiffusion",
96+
"vert_diff" => "DecayWithHeightDiffusion",
9797
"hyperdiff" => "CAM_SE",
9898
# run
9999
"surface_setup" => "PrescribedSurface",

test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_allsky_tvinsol_0M_slabocean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rayleigh_sponge: true
1818
surface_setup: "DefaultMoninObukhov"
1919
t_end: "120days"
2020
coupler_toml: ["test/component_model_tests/climaatmos_standalone/longrun_aquaplanet.toml"]
21-
vert_diff: "FriersonDiffusion"
21+
vert_diff: "DecayWithHeightDiffusion"
2222
z_elem: 63
2323
z_max: 55000.0
2424
output_default_diagnostics: false

0 commit comments

Comments
 (0)