-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mosaic2 tests with strict debug flags
This fixes two issues that occur in the `mosaic2` tests when FMS is built using strict debug flags: 1) The `area` argument of `calc_mosaic_grid_area` has been changed from `intent(inout)` to `intent(out)`, to avoid an uninitialized value error. 2) `atan` has been changed to `atan2` in the unit tests, to avoid divide-by-zero errors.
- Loading branch information
Jesse Lentz
committed
Oct 9, 2024
1 parent
caef59e
commit 48873a1
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters