-
Notifications
You must be signed in to change notification settings - Fork 281
62 z remapping uv grids #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
adcroft
merged 18 commits into
mom-ocean:dev/master
from
nichannah:62-z-remapping-uv-grids
Jul 28, 2015
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
af2b221
Support remapping of variables on u, v grids. #62
nichannah a1510d1
Move diag remapping into per-column subroutine, easier to remap u, v …
nichannah d9297bd
Set 3d mask and axes separately. #62
nichannah d39cf62
Check relative and absolute errors when doing conservative remapping.…
nichannah 759adfd
Estimate h and depth for u, v, B grids when doing diag remapping. #62
nichannah 8549723
Tune maximum round-off, relative and absolute errors when doing remap…
nichannah dfc52bc
Don't support remapping of diagnostics on B axes. #62
nichannah d712465
Restructuring of z star remapping to build grids less frequently. #62
nichannah d4bfb94
Code cleanup, correct masking of fields below bathymetry. # 62
nichannah ecccf84
Get h averaging right on u, v grids. #62
nichannah 4941877
Added calls to generate/update z-star grid for diagnostic remapping p…
nichannah 49cd415
Code to check whether H has changed on diag post(). #62
nichannah bc8a185
Change interface of diag_update_target_grid - no need to take H as an…
nichannah b690e3b
Clean up comments and interface to diag grid definition update. #62
nichannah d485907
Diag mediator deallocates memory at end(). #62
nichannah 8008eea
Move calls to update grid for z remapping of diagnostics out of
nichannah 604681e
Fix dummy argument intent. Does not compile on Gaea. #62
nichannah d0e99df
Don't build diagnostic Z remapping grids if grid definition param not
nichannah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I gather the remapping was not accurate enough? I was quite proud of the estimate of round-off and haven't found the criteria to fail so far. Perhaps a left over from debugging?