-
Notifications
You must be signed in to change notification settings - Fork 170
Add extended diagnostic output from Thompson MP, includes "Add optional scaling to RRTMGP flux adjustment" (#668), fix index bug in m_micro.F90 #679
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
Merged
Changes from 20 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
df30cf7
Limit full LW flux profile adjustment to below 100hPa.
dustinswales 6961b10
Added more safeguards against out-of-bounds temperature to GP inputs.
dustinswales 6ebe85e
Apply constant heating-rate adjustment above 100hPa
dustinswales 230d479
Add vetical decay to impact of flux adjustment above threshold.
dustinswales 5f7d697
Added logistic function to damp the LW flux adjustment with height
dustinswales e9bdebd
Add 3D diagnostics from thompson
ericaligo-NOAA 2f6e708
Reorganized RRTMGP aerosol optics.
dustinswales 3932db1
correction: add vts to additional calls and aux,naux to correct place…
ericaligo-NOAA 7bc877d
Revert "Reorganized RRTMGP aerosol optics."
dustinswales 36b6487
fix bug by adding a comma and add condensation/evap
ericaligo-NOAA eb7837d
Bug fix. Add transition to HR adjustment.
dustinswales c55797d
Optimize use of auxiliary arrays
climbfuji 6a370fb
Merge pull request #1 from climbfuji/optimize_aux3d_thompson_dom
ericaligo-NOAA f2d5570
Removed exp(1) from scaling
dustinswales ea01139
Housekeeping. Added comments.
dustinswales d93adbe
Further cleanup of dcyc2
dustinswales fe44d62
Revert "Added more safeguards against out-of-bounds temperature to GP…
dustinswales 6762adb
temperature tendency diagnostics added
ericaligo-NOAA 6a0e904
Omission from previous revert.
dustinswales 41782f1
Change from PR review.
dustinswales bed383f
additional thompson diagnostics coded up
ericaligo-NOAA 094e7db
fix bug with some diagnostics
ericaligo-NOAA 67c9e4b
Merge remote-tracking branch 'origin/master' into feature/diag
ericaligo-NOAA 682a4e3
Merge sub cycling with my diagnostics
ericaligo-NOAA 0e3bb76
Update Thompson extended diagnostics code
DomHeinzeller ed4a9de
Bugfixes for updated Thompson diagnostics code
climbfuji 1f4a8eb
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into thom…
climbfuji 4e39a44
Remove blank line at the top of physics/module_mp_thompson.F90
climbfuji 2a61a8d
Fix bugs in diagnostics and dimension for aux3d array in meta file
ericaligo-NOAA 96f17f5
Merge remote-tracking branch 'origin/master' into feature/diag
ericaligo-NOAA d83abd5
Merge branch 'feature/diag' of https://github.com/ericaligo-noaa/ccpp…
climbfuji 1a0bf7b
Fix bug in physics/m_micro.F90: arrays on interfaces should start at 0
climbfuji 7eba095
Add logic to reset extended diagnostics for Thompson MP based on rese…
climbfuji 1c69f76
Use separate flag for resetting extended diagnostics for Thompson MP
climbfuji 55398ea
Reenable commented-out code in physics/mp_thompson.F90
climbfuji 8ddbb36
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into thom…
climbfuji 28650fb
Remove old comment from physics/m_micro.F90, revert whitespace change…
climbfuji 5c0ea2d
Comment out extended diagnostics vts1, txri, txrc
climbfuji 3542434
Merge branch 'hotfix_AddPLimitToLWJacAdj' of https://github.com/dusti…
climbfuji f38d9a1
Yet another index-related bugfix in physics/m_micro.F90
climbfuji 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
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.
This comment can be removed since this is now the default behavior for argument variables.