-
Notifications
You must be signed in to change notification settings - Fork 139
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
horiz interp mixed precision #1067
Merged
Merged
Changes from 65 commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
0f24cdf
extend derived type and add overloads to bicubic
b631819
add parameterized derived type for reals
e8316ee
add missed macros
945e149
add allocation checks
ee812a3
rename routines to all caps, add test
2141ff1
remove parameterized type for gnu and add to cmake
8d1c8af
clean up comments
fc7e297
add include files to makefile, change brackets to quotes
0fc55af
add license header and doxygen comments for includes
b5cd82c
Merge remote-tracking branch 'upstream/mixedmode' into horiz_interp_m…
1c0f739
remove whitespace
449b839
add real casts to any loose reals
ead452a
Merge remote-tracking branch 'upstream/mixedmode' into horiz_interp_m…
be4b399
add include directory, headers and comments
f734c08
rm whitespace
ea3fa83
gcc fix for old data block assignment
35aac33
line lengths
5422672
update cmake paths
e806f45
missed some headers in makefile
ca37853
Change macros to add trailing underscore
54a7aa0
address review comments
14fd854
line length and typo fixes
f102556
missed a &
378ce98
change real module parameters to r8
5f4f954
comment fixes, rename some macros
857bdca
Merge remote-tracking branch 'upstream/mixedmode' into horiz_interp_m…
b2e1974
fix any left over pointer usage
9d6edf4
Merge remote-tracking branch 'upstream/mixedmode' into horiz_interp_m…
aa85a0b
add any needed interfaces for helper routines
7d03c40
remove whitespace
0f45fc8
add missed interfaces
b2cc73d
white space fix
a6ca348
address comments and add missed interfaces
dcccb1c
adds in basic tests for other methods
04e91d6
first round of bilinear tests
264d7af
add in some real fixes, test updates
e633a01
Merge pull request #65 from mlee03/mixedmode_hi
rem1776 98abbff
Merge remote-tracking branch 'myrepo/horiz_interp_mixed' into horiz_i…
79ef90d
add 2dx2d test that is failing
63e20b0
add more bilinear tests
47adf99
undo commented out code
f6247cf
column>121
9e750e7
add macros for test
9fcc2d3
Merge branch 'horiz_interp_mixed' into mixedmode_hi
rem1776 05a8c55
Merge pull request #68 from mlee03/mixedmode_hi
rem1776 a892e29
change some casts to use the underscore notation, add tests
5c6ed4f
changes from review
0c156c6
add tests
46d8e44
Update mixedmode_base branch to main (#1144)
mlee03 dde0b88
update the mixedmode_base branch to main (#1154)
mlee03 2dfe8a0
finish up tests, address some review comments
d3ac5c0
Merge remote-tracking branch 'upstream/mixedmode_base' into horiz_int…
2d29150
Merge branch 'mixedmode' into horiz_interp_mixed
rem1776 1bf7064
fix gnu issues, whitespace
e5cdc90
change type name
d402cc9
Merge branch 'horiz_interp_mixed' of github.com:rem1776/FMS into hori…
9705003
linter + test type names
95fd9df
linter fixes
489b6c5
fix stack size issues with nml change, add some clocks
9ede143
ci + whitespace
cea5bd1
update error checking for CI failures
f537bf6
fix last ci gnu issue (hopefully)+typo in dim size
187fe83
linter
215ce93
missed r8 check
497f255
missed review changes
093f303
add dealloc checks
a0c996f
updates for review comments
847fd85
finish the rest of the comments
8af3295
change ints to reals
92ee422
fix any lingering warnings
31bea03
linter and missing casts
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 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
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.
extra line in diag_manager