forked from NCAR/ccpp-physics
-
Notifications
You must be signed in to change notification settings - Fork 54
Tendency application update #299
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
rhaesung
merged 80 commits into
ufs-community:ufs/dev
from
grantfirl:feature/tendency_cleanup
Apr 3, 2026
Merged
Changes from all commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
a43637f
update standard names to move Xgrs to physics_timestep_initial* and r…
grantfirl e2cef59
fix a few unchanged standard names
grantfirl 203aef1
change some timestep_initial variables to general variables; make sat…
grantfirl 47b965d
Refactor physics tendency calculations
VanderleiVargas-NOAA ff51106
update unified_ugwp, ugwpv1, and drag_suite to use new tendency code
grantfirl e559c20
Merge branch 'main' into feature/tendency_cleanup
grantfirl 71985f6
Merge remote-tracking branch 'vanderlei-fork/feature/tendency_cleanup…
grantfirl f61a5cc
save tendency work with GFS_photochemistry
grantfirl 99cb1c1
add tracer tendency changes to convection; fix typos in GFS_photochem…
grantfirl 0ad605e
Merge branch 'main' into feature/tendency_cleanup
grantfirl 01ece2b
fix typo in samfdeepcnv.f
grantfirl 2273a40
save tendency work with Thompson MP
grantfirl ae5341b
save tendency work with radiation
grantfirl fe637c5
Merge branch 'ufs/dev' into feature/tendency_cleanup
grantfirl 3d7f1bd
add FMS to ccpp-physics CMakeLists.txt for fv3
grantfirl 4d853a2
add initial setting of state in GFS_time_vary_pre.fv3; fix horizontal…
grantfirl f2f0b13
fix metadata in GFS_time_vary_pre.fv3
grantfirl 2d5a574
add momentum tendency output to mp_thompson and fix intent in metadata
grantfirl d9a86d4
fix array size bug in mp_thompson.F90; cleanup dtend code using new t…
grantfirl 6366fb1
Merge branch 'ufs/dev' into feature/tendency_cleanup
grantfirl 8c11d83
fix improperly-merged conflict resolution in GFS_photochemistry.F90
grantfirl 6457217
fix access of ntlnc/ntinc access of tracer array when missing
grantfirl 02994ba
convert many RAD, PBL, GWD, CONV, and MP schemes to return tendencies
grantfirl 989c365
Merge branch 'main' into feature/tendency_cleanup
grantfirl 054823f
convert MG micro and Arakawa-Wu adjustment schemes
grantfirl 777141e
convert MYNNEDMF PBL scheme to return tendencies
grantfirl 040dff6
add changes to MYNN EDMF PBL
grantfirl 9af54df
Merge branch 'ufs-dev-PR278' into feature/tendency_cleanup
grantfirl e4173ff
add back divide-by-zero bugfix in module_sf_noahmp_glacier.F90 that w…
grantfirl 3008f45
remove obsolete interstitial schemes
grantfirl baa7823
Merge branch 'feature/tendency_cleanup_save' into feature/tendency_cl…
grantfirl a8abf69
fix 2 minor compilation issues after testing with UFS RTs
grantfirl 6900e2e
fix bug in MG MP
grantfirl e04588d
Merge branch 'ufs/dev' into feature/tendency_cleanup_20250710
grantfirl 1207a1c
fix near-surface air temperature standard name in GFS_surface_composi…
grantfirl 36fd667
Merge branch 'ufs/dev' into feature/tendency_cleanup
grantfirl ebac15b
apply tendency cleanup to GFDLMPv3 and TEMPO
grantfirl f240be4
fix compilation error
grantfirl c277d27
fix typo in TEMPO
grantfirl 59b0a31
debug sgscloud_radpre/post
grantfirl 40aa0a1
Merge branch 'ufs/dev' into feature/tendency_cleanup
grantfirl cb21c7a
Merge branch 'ufs/dev' into feature/tendency_cleanup
grantfirl 3432d52
remove tendency application code from rrtmg_lw/sw_post
grantfirl 1a78061
Merge branch 'ufs/dev' into feature/tendency_cleanup
grantfirl 5d02db8
change thmpsn to thompson to fix compilation error
grantfirl e13abcd
fix compilation errors in GFS_radiation_post.F90
grantfirl a11f2e5
fix array size problem in cs_conv.F90
grantfirl 49c1919
refactor RAS tendencies
grantfirl 908cdcf
fix compilation error in rascnv.F90
grantfirl 979e121
Merge branch 'ufs/dev' into feature/tendency_cleanup
grantfirl e7a1bc3
fix bug in GFDLMPv3 tendency implementation
grantfirl 1307210
fix hail tendency changes from reviewer suggestions
grantfirl 55e658d
fix indexing bug in cu_tiedtke caught in code review
grantfirl a018a00
changes to RAS tendency application update code from code review
grantfirl 2483645
check for flag_for_generic_tendency_due_to_gravity_wave_drag before c…
grantfirl b561b7e
fix diagnostic tendency bug in physics/GWD/ugwpv1_gsldrag.F90
grantfirl 5cb0f01
remove unused arguments in physics/GWD/ugwpv1_gsldrag_post.F90
grantfirl 5a5f4dc
fix tendency diagnostics in physics/GWD/unified_ugwp.F90
grantfirl 4e0cd0b
Merge branch 'ufs/dev' into feature/tendency_cleanup
grantfirl b8af973
fix merge problem in mp_thompson.meta
grantfirl d234ec9
add arguments to drag_suite_run called outside of ccpp entry point
grantfirl 7537db1
initialize dclw variables in cu_ntiedtke
grantfirl 1b720c9
fix loop bounds for ten_q in cu_gf_driver.F90
grantfirl 02b8783
fix loop bounds in cu_c3_driver
grantfirl 6022ddf
fix new_q typo in mp_fer_hires.F90
grantfirl bc08cc3
deallocate locally-allocated variables in MP schemes
grantfirl b6ef6af
update zeroing logic in m_micro_post after review
grantfirl fbfd8bb
fix line in SHOC where a tracer was being updated directly
grantfirl 66814cb
remove old_ozone array since it was not being used
grantfirl f7aea58
deallocate local variables in satmedmfvdifq at end of run phase
grantfirl 07a6da7
save temperature before modification to pass in to diagnostics in GFS…
grantfirl 6d6bab2
Merge branch 'ufs/dev' into feature/tendency_cleanup
grantfirl 5ff0004
fix diagnostic temp tendency in GFS_MP_generic.F90 for when radar is/…
grantfirl 958b6e0
update long names to remove 'updated by physics'; change prognostic u…
grantfirl 8d8eac6
Merge branch 'ufs/dev' into feature/tendency_cleanup
grantfirl 9d3bd17
remove additional references to Zhao-Carr microphysics
grantfirl a7e1122
remove Zhao-Carr references from GFS_scnv_generic_post
grantfirl 6be9617
fix deallocation statement in Thompson MP
grantfirl ad9d897
Merge branch 'ufs/dev' into feature/tendency_cleanup
grantfirl 8cc4713
fix additional warnings
grantfirl 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
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.
Uh oh!
There was an error while loading. Please reload this page.