-
Notifications
You must be signed in to change notification settings - Fork 67
DRAFT FOR DOM: Feature/capgen_for_fuji #718
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
Draft
dustinswales
wants to merge
123
commits into
NCAR:develop
Choose a base branch
from
dustinswales:feature/capgen_for_fuji
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
123 commits
Select commit
Hold shift + click to select a range
c2b1f9b
Initial commit. Work in progress
a3353c7
Working.
bb86f8b
Housekeeping
92d00d8
Working with compatability object
adb0c38
Merge branch 'feature_capgen_unit_conversions_temp' into feature_capg…
eecc620
Revert change
592e15f
Omission from previous commit
a4b1c99
Omission from previous commit. again...
62a9d12
Omission from previous commit. again...
b603972
Merge branch 'feature/capgen' of https://github.com/NCAR/ccpp-framewo…
8d8589e
Cleanup VarCompatObj creation
dustinswales 3e14fa8
Vertical flipping working w/ new metadata attribute. Work in progress
dustinswales c29b0c0
Some more changes. Vertical flipping working
dustinswales 19f6a30
Housekeeping
dustinswales aae4b43
Add kind transform to transform test
dustinswales c3d2b3a
Add local declaration of vertical extent, needed for vertical flipping
dustinswales ea01a47
Everything but getting the correct local variable name for the vertic…
dustinswales e47bf8f
Add snippet from Steve G. to get correct local_name for vertical_laye…
dustinswales 253ad3a
Address reviewers comments
fe5f213
Address reviewers comments again
fc337a9
Address reviewers comments again again
3b04594
Merge branch 'feature/capgen' of https://github.com/NCAR/ccpp-framewo…
998cc7b
Merge branch 'main' of https://github.com/NCAR/ccpp-framework into fe…
8d3af68
Merge branch 'feature/capgen' of https://github.com/NCAR/ccpp-framewo…
9b206f1
Revert "Merge branch 'main' of https://github.com/NCAR/ccpp-framework…
b5cc909
Activate var_action_test
e6ffbd5
Fix unit tests for variable transformations. Reorganization a bit to …
e9c79eb
Cleanup forward/reverse transform terminology
bb4975a
Doc tests for transformations
265a05b
Add more inline documentation. Address reviewers comments.
0d0cfcd
Address reviewer comment
f280ef5
Update authors in CMakeList.
54e5462
Update authors in CMakeList.
1cc6da4
Address reviewer comment
44f005f
Address comments
4aae9ad
Rename var_action test var_compatability
44d834b
Merge branch 'main' of https://github.com/NCAR/ccpp-framework into fe…
186e1c6
Commit before updating
7e15f6f
Merge branch 'main' of https://github.com/NCAR/ccpp-framework into HEAD
9d29b3d
Merge branch 'feature_capgen_unit_conversions' of https://github.com/…
d097911
Revert "Merge branch 'main' of https://github.com/NCAR/ccpp-framework…
c98e5d0
Omissions from previous merge
1a2e173
Commit before sync
57e0781
Remove declaration of ccpp_constant_one from ccpp_types. In Capgen pa…
dustinswales ec5d4e3
Add makefile generation and kinds file
dustinswales 7c69e52
Merge branch 'feature/capgen' of https://github.com/NCAR/ccpp-framewo…
dustinswales 74473ec
Bug in module use statements
dustinswales c1e2981
Merge branch 'main' of https://github.com/dustinswales/ccpp-framework…
dustinswales 8fee333
Remove ccpp standard variable one from ccpp_type
dustinswales afc998a
Some changes
dustinswales cdbbead
Merge branch 'main' of https://github.com/NCAR/ccpp-framework into ca…
dustinswales 9cf1c6c
More changes for the SCM. Work in progress.
dustinswales ace5f1a
Caps building!
dustinswales 40deb94
Fixed the piece to add host model DDT entries recursivelygit add ddt_…
dustinswales 114dc9d
Merge branch 'develop' of https://github.com/NCAR/ccpp-framework into…
dustinswales 08cf508
Some more cleanup. Isolation of SCM/UFS scpecific code and Capgen.
dustinswales 6a5e38f
Housekeeping. Remove old unnecessary changes.
dustinswales 6786590
More housekeeping
dustinswales 1643c76
More housekeeping
dustinswales ac9cb78
Housekeeping.
dustinswales 3f2dbd7
Remove alphabetic sorting when writting suite_part_list
bbc505c
Remove active requirement on optional scheme arguments. Allow for num…
dustinswales ebe51b5
Merge branch 'main' of https://github.com/NCAR/ccpp-framework into ca…
dustinswales 7ab1e27
Merge branch 'develop' of https://github.com/NCAR/ccpp-framework into…
dustinswales e1c7ead
A few more changes
dustinswales 1795a84
Bugfix for Groups with multiple references to local pointer. Modify h…
dustinswales 26e7aba
Bugfix for scheme ordering in non run phases.
dustinswales 28903cf
Merge branch 'develop' of https://github.com/NCAR/ccpp-framework into…
dustinswales 50dd342
Housekeeping
dustinswales 8c19646
Changes to handle threading with optional variables.
dustinswales 3355004
Some fixes to get Capgen tests working. Not finished
e6769a8
Fix broken test. Bogus dependency files?
a8b8124
Bug to allow modules with different names than source file
5aeae32
some more changes to get capgen tests and SCM to both pass
0d4ec50
Increase depth of python interpreter
7f1ea00
Exend maximum line length
66f887e
Allow numerical dimensions in debug checks
5f4ec5a
revert some changes
7408bd8
A fewmore small changes
d03683c
Bug fix
9dcee4d
Move suite part use statements
dustinswales aab8038
Reduce debug checks on character arrays
dustinswales 1b8c5f2
Merge branch 'develop' of https://github.com/NCAR/ccpp-framework into…
dustinswales 4102bdb
Merge pull request #638 from dustinswales/swales_sync_main
mkavulich b71055d
New implementation of differing module name
7573d18
Fix doctests
1ababab
Fix unit test failure caused by previous error message cleanup
0895e8b
Add scheme file with different module name as test
8dccc9c
Merge branch 'develop' of https://github.com/NCAR/ccpp-framework into…
dustinswales 393efb9
Revert changes in #637
dustinswales 16ee97a
Merge branch 'source_module_ddt_fixes' of https://github.com/gold2718…
dustinswales a808f8d
Merge branch 'develop' of https://github.com/NCAR/ccpp-framework into…
3f7883f
Some small changes
07c2adf
Merge branch 'capgen_in_scm' of https://github.com/dustinswales/ccpp-…
dustinswales ce553c0
Some more changes. Working
dustinswales 8be38db
DEBUG MODE WORKING!
dustinswales 6b59f76
Added MPI_Comm to registered DDT types
dustinswales b140da3
Update src/CMakeLists.txt: use modern cmake features to install Fortr…
climbfuji 463d5ad
Add missing 'include(GNUInstallDirs)' in src/CMakeLists.txt
climbfuji 11359cb
Update src/CMakeLists.txt: use modern cmake features to install Fortr…
grantfirl c8fd894
Merge branch 'develop' of https://github.com/ncar/ccpp-framework into…
climbfuji 57f08b8
Merge branch 'develop' of https://github.com/NCAR/ccpp-framework into…
dustinswales cd2c99b
Merge branch 'develop' of https://github.com/ncar/ccpp-framework into…
climbfuji 3256121
Update main from develop 2025/07/24 --> 2025/08/21 (#668)
mkavulich 55a7052
Framework working with older SCM
dustinswales 9e0d036
Extend maximum line length for fortran writer
dustinswales f2d0cfb
Some mooore changes for optional arguments
dustinswales 8d2e5d4
WOrking
dustinswales aab86a3
Bug fix for host DDT parsing.
dustinswales f12e654
Turn fortran-to-metadata comparison on
dustinswales 98cea68
Only do metadata comparison in DEBUG mode
dustinswales 6f03f54
Some cleanup
dustinswales 7c345a6
Added timers to ccpp_capgen
dustinswales 17e9d3d
Revert changes to ccpp_suite.py
dustinswales f3cefdb
Remove threading from optional arguments in Group caps.
dustinswales 0db8d93
One more small change
dustinswales a6a5751
Merge branch 'main' of https://github.com/NCAR/ccpp-framework into HEAD
dustinswales ff944b6
Merge branch 'develop' of https://github.com/NCAR/ccpp-framework into…
bdafd92
Merge comflict resoled
bee099d
Cleanup CMakeLists.
474e5e9
Turn off DEPENDENCIES check?
682dcac
Change in fortran2metadat comparison test
14af9ed
Revert some changes
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
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.
Otherwise we get this error:
communicator: 'mpi_comm' is not a valid derived Fortran type