-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #883 from xylar/smooth-salinity-restoring
Add smoothing to remapping of SSS restoring
- Loading branch information
Showing
11 changed files
with
486 additions
and
124 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
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
13 changes: 13 additions & 0 deletions
13
compass/ocean/tests/utility/create_salin_restoring/create_salin_restoring.cfg
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# config options related creating salinity restoring | ||
[salinity_restoring] | ||
|
||
# target resolution (NExxx) | ||
resolution = 300 | ||
method = bilinear | ||
|
||
# threshold for masks below which interpolated variables are not renormalized | ||
renorm_thresh = 1e-3 | ||
|
||
# the target and minimum number of MPI tasks to use in remapping | ||
ntasks = 1280 | ||
min_tasks = 256 |
Oops, something went wrong.