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 7, 2025
1 parent 76a35c6 commit 0e4d37f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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

0 comments on commit 0e4d37f

Please sign in to comment.