reduce memory required by MERRA2 data#410
Closed
DeniseWorthen wants to merge 85 commits into
Closed
Conversation
merge to latest develop
The HAFS related developments for the write_grid_component (#10)
change ifmin to zero at fh00 for inline POST (#14)
merge to latest develop
Update EMC dev/emc from NCAR dtc/develop 2019/12/17 (NOAA-EMC#30)
GFSv16 netcdf post ficein cpl (NOAA-EMC#48)
Regain bit-for-bit identical results between IPD and CCPP for coupled…
Merge NCAR:dtc/develop into develop 2020/04/14 (NOAA-EMC#98)
Port to Orion (NOAA-EMC#102)
Remove dynamic CCPP build (NOAA-EMC#103)
14 tasks
climbfuji
approved these changes
Oct 11, 2021
Collaborator
|
@DeniseWorthen Thanks for making the code changes. Can you check how much memory are reduced by this change? |
junwang-noaa
approved these changes
Oct 12, 2021
Collaborator
Author
|
@junwang-noaa I can't really find an obvious signal in the memory usage if I turn on the |
Contributor
|
approved the pull request
…On Wed, Oct 13, 2021 at 11:22 AM Denise Worthen ***@***.***> wrote:
@junwang-noaa <https://github.com/junwang-noaa> I can't really find an
obvious signal in the memory usage if I turn on the profile_memory option
for the coupled c384 test
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#410 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQPMIIWH4EWKCRPHUAHPLDUGWP4RANCNFSM5FYBJWUQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Collaborator
|
Merged as part of #398, close? |
Collaborator
Author
|
Closed. Code was merged as part of #398 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Updates ccpp/physics with to reduce memory required by ingested MERRA2 data. This allows the coupled model at C384 mx025 resolution to run on Cheyenne.intel with the default resources. Answers in the P7 regression tests are B4B with this change if the
diag_tablein the current tests is not changed.Issue(s) addressed
Testing
See ufs-weather-model PR #866 for testing.
Baselines change for ufs-weather-model only because of update to the
diag_tableused by the P7 coupled and standalone tests.Bot the
cpld_control_c384_p7andcpld_bmark_p7tests run successfully on Cheyenne.intel with this change.Dependencies