Skip to content

Commit

Permalink
Set fpmix to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Oct 5, 2023
1 parent 7fe2f17 commit e2bbb08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/MOM_dynamics_split_RK2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ module MOM_dynamics_split_RK2
!! Euler (1) [nondim]. 0 is often used.
logical :: debug !< If true, write verbose checksums for debugging purposes.
logical :: debug_OBC !< If true, do debugging calls for open boundary conditions.
logical :: fpmix !< If true, applies profiles of momentum flux magnitude and direction.

logical :: fpmix = .false. !< If true, applies profiles of momentum flux magnitude and direction.
logical :: module_is_initialized = .false. !< Record whether this module has been initialized.

!>@{ Diagnostic IDs
Expand Down

0 comments on commit e2bbb08

Please sign in to comment.