Skip to content

Noah MP updates for Prototype 8 (GFSv17)#387

Merged
junwang-noaa merged 19 commits into
NOAA-EMC:developfrom
HelinWei-NOAA:develop
Dec 2, 2021
Merged

Noah MP updates for Prototype 8 (GFSv17)#387
junwang-noaa merged 19 commits into
NOAA-EMC:developfrom
HelinWei-NOAA:develop

Conversation

@HelinWei-NOAA
Copy link
Copy Markdown
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
Comment thread ccpp/data/GFS_typedefs.F90 Outdated
allocate (Diag%snohfa (IM))
allocate (Diag%transa (IM))
allocate (Diag%sbsnoa (IM))
allocate (Diag%paha (IM))
Copy link
Copy Markdown
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.

Comment thread ccpp/data/GFS_typedefs.meta
@junwang-noaa junwang-noaa merged commit cf1547f into NOAA-EMC:develop Dec 2, 2021
bbakernoaa pushed a commit to bbakernoaa/fv3atm that referenced this pull request Oct 20, 2025
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