forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed h_neglect args from remapping_core_h()
The API for remaping_core_h() should never had the h_neglect argument, so converting it from optional to mandatory has moved things in the wrong direction. The right way to get the *truly optional* parameter into the remapping is as a parameter in the type. This commit implements that for the remapping type. In the "big" refactor, the parameters are further moved down to be associated with the actual reconstruction schemes.
- Loading branch information
Showing
20 changed files
with
246 additions
and
281 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
Oops, something went wrong.