Skip to content
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

Noah MP updates for Prototype 8 (GFSv17) #387

Merged
merged 19 commits into from
Dec 2, 2021

Conversation

HelinWei-NOAA
Copy link
Contributor

@HelinWei-NOAA HelinWei-NOAA commented Sep 13, 2021

This is the first part of Noah MP upgrades for P8 - adding some extra surface fields to the model output. The other parts only involves CCPP-Physics.

Add some extra surface fields required to close the offline energy/water budget computation. These fields are listed below:
LAND FRACTION
INST PREC ADVEC HEAT
WATER IN AQUIFER
ACM EIWATER(CANOPY WATER EVAPORATION)
ACM PLANTTR( PLANT TRANSPIRATION)
ACM SOILSE (BARE SOIL EVAPORATION)
AVE PREC ADVEC HEAT

Issue(s) addressed

Link the issues to be closed with this PR, whether in this repository, or in another repository.
(Remember, issues should always be created before starting work on a PR branch!)

  • fixes #<issue_number>
  • fixes noaa-emc/fv3atm/issues/<issue_number>

Testing

How were these changes tested?
What compilers / HPCs was it tested with?
Are the changes covered by regression tests? (If not, why? Do new tests need to be added?)
Have the ufs-weather-model regression test been run? On what platform?

  • Will the code updates change regression test baseline? If yes, why? Please show the baseline directory below.
  • Please commit the regression test log files in your ufs-weather-model branch

Dependencies

If testing this branch requires non-default branches in other repositories, list them.
Those branches should have matching names (ideally)

Do PRs in upstream repositories need to be merged first?
If so add the "waiting for other repos" label and list the upstream PRs

  • waiting on noaa-emc/nems/pull/<pr_number>
  • waiting on noaa-emc/fv3atm/pull/<pr_number>

HelinWei-NOAA and others added 2 commits November 28, 2021 20:19
make those three extra land outputs as Noah MP only
@@ -6415,6 +6425,7 @@ subroutine diag_create (Diag, IM, Model)
allocate (Diag%snohfa (IM))
allocate (Diag%transa (IM))
allocate (Diag%sbsnoa (IM))
allocate (Diag%paha (IM))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to NCAR/ccpp-physics#729, some of the additional variables are only used when NoahMP is active. You may want to conditionally allocate these when lsm==lsm_noahmp to save memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants