Skip to content

Commit

Permalink
Merge pull request #3516 from CliMA/zs/no_bubble
Browse files Browse the repository at this point in the history
set bubble to false
  • Loading branch information
szy21 authored Jan 9, 2025
2 parents 76a35c6 + 3e2f3e2 commit 3c6181a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/default_configs/default_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ smagorinsky_lilly:
value: false
bubble:
help: "Enable bubble correction for more accurate surface areas"
value: true
value: false
start_date:
help: "Start date of the simulation"
value: "20100101"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ insolation: "timevarying"
dt_rad: "1hours"
prognostic_surface: "PrognosticSurfaceTemperature"
check_conservation: true
bubble: false
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ insolation: "timevarying"
dt_rad: "1hours"
prognostic_surface: "PrognosticSurfaceTemperature"
check_conservation: true
bubble: false
4 changes: 3 additions & 1 deletion reproducibility_tests/ref_counter.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
195
196

# **README**
#
Expand All @@ -20,6 +20,8 @@


#=
196
- Set bubble correction to false as default
195
- Use `vanleer_limiter` as default.
Expand Down

0 comments on commit 3c6181a

Please sign in to comment.