-
Notifications
You must be signed in to change notification settings - Fork 132
global_cycle - Support NoahMP and fractional grid #815
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
GeorgeGayno-NOAA
merged 58 commits into
ufs-community:develop
from
GeorgeGayno-NOAA:feature/cycle_frac2
Jan 19, 2024
Merged
Changes from 26 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
69f7acf
Add new routine for fractional grids. When running in
GeorgeGayno-NOAA 64bf11d
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 5e95fec
Add rudimentary doxygen to new routine to prevent
GeorgeGayno-NOAA 7086a47
Add read of land fraction record from orography file.
GeorgeGayno-NOAA 84f65e1
Update ccpp-physics.
GeorgeGayno-NOAA 00f6421
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 540e1e1
Add logic to set 'slmaskl' and 'slmaskw' for fractional
GeorgeGayno-NOAA 8cb2ebb
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA b51b685
Add call to write routine for fractional grids.
GeorgeGayno-NOAA a4db62a
Add some diagnostic print. Add write of albedo to
GeorgeGayno-NOAA 9311191
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 511c3c7
Remove write of albedo, which noah-mp does not need from cycle.
GeorgeGayno-NOAA 4cbed65
Add processing of ice fraction.
GeorgeGayno-NOAA fc7736b
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 944085f
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 0686cb6
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA aa3bb0f
Add logic to stop processing for cases that have
GeorgeGayno-NOAA 1463fc6
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 03b3d1f
Pass in FRAC_GRID environment variable used by
GeorgeGayno-NOAA 14bae40
Remove some test logic.
GeorgeGayno-NOAA ba88ec2
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA e757f08
Merge commit '4d2768c' into feature/cycle_frac2
GeorgeGayno-NOAA fc62cc0
Merge commit 'c6419ba' into feature/cycle_frac2
GeorgeGayno-NOAA 13d2ae0
Merge commit 'ae483bd' into feature/cycle_frac2
GeorgeGayno-NOAA cf88d91
Merge commit '8b7e4a1' into feature/cycle_frac2
GeorgeGayno-NOAA 315cda5
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 19c7fa0
Fix doxygen in read_write_data.f90.
GeorgeGayno-NOAA aacd8db
Add some diagnostic print.
GeorgeGayno-NOAA 42ab7cd
Add error handling for case when slmsk does not match the
GeorgeGayno-NOAA e67a305
Remove some unused variables.
GeorgeGayno-NOAA 64e138b
Add logic to halt snow increment update for noah-mp or
GeorgeGayno-NOAA 0b5c4a3
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 99ea7fa
Update script variables to be consistent with the
GeorgeGayno-NOAA 4b8ec7a
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 5b65787
Fix intent attribute for adjust_nsst mask argument.
GeorgeGayno-NOAA 5c467b4
Point to latest version of orog files.
GeorgeGayno-NOAA 877268f
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 138cb47
Updates so the first regression test can run successfully.
GeorgeGayno-NOAA 1f1c34a
Fix the 2nd regression test.
GeorgeGayno-NOAA 1d2d425
Fix final regression test.
GeorgeGayno-NOAA ee19c3c
Begin updates for fractional grids and nsst. First, update some
GeorgeGayno-NOAA 6cea9ab
Comment out diagnostic code.
GeorgeGayno-NOAA 0984fbd
Update adjust_nsst routine for fractional grids.
GeorgeGayno-NOAA ed8c24d
Output ice fields as nsst update is ice dependent.
GeorgeGayno-NOAA ee79c49
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 5d10ed6
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 5a870df
Minor script fixes for the first cycle regression test
GeorgeGayno-NOAA b17a90d
Minor script changes for the remaining regression tests.
GeorgeGayno-NOAA fc13873
Fix definition of OROFIX in the cycle driver script.
GeorgeGayno-NOAA 8af4329
Remove some diagnostic print.
GeorgeGayno-NOAA cf37243
Remove more diagnostic print.
GeorgeGayno-NOAA fcc0b31
Create new cycle consistency test based on Cathy's c48
GeorgeGayno-NOAA 3685f24
Update Jet regression test driver script for new c48 test.
GeorgeGayno-NOAA d63dac5
Update Orion driver script for new c48 regression test.
GeorgeGayno-NOAA 066feef
Update hercules and wcoss2 test driver scripts for new c48
GeorgeGayno-NOAA 2948941
Fix some diagnostic prin in C192.lndincsoilnoahmp.sh.
599cf2a
Merge branch 'develop' into feature/cycle_frac2
GeorgeGayno-NOAA 8f1d560
Update doxygen.
GeorgeGayno-NOAA 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
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.
Uh oh!
There was an error while loading. Please reload this page.