Skip to content

Commit

Permalink
set bubble to false
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jan 8, 2025
1 parent 76a35c6 commit 3e2f3e2
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 3e2f3e2

Please sign in to comment.