Draft
Conversation
…c_apps into TBendall/TestCoordSpace
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.
PR Summary
Sci/Tech Reviewer: @atb1995
Code Reviewer:
This PR implements the capability to represent orography with higher-order finite elements. This allows the heights of cell centres to be match the values defined in the orography ancillary files, and avoids loss of power in the orography from the process of averaging from W3 to W0 points. This has shown a significant improvement in NWP scores.
The changes in this PR can be summarised as:
surface_altitudefield has a degree that is specified through a new namelist option (and is not inherited fromelement_order)orographynamelist, to make this more coherent by:n_orog_smoothinto theorographynamelist frominitializationw0_orography_mappinginto theorographynamelist and renaming it asw0_multigrid_mappingorography_orderoptioncoord_order=2andorography_order=2as default for the gungho_model, lfric_atm, linear_model and jedi_lfric_tests apps (which updates KGOs)Results
The use of quadratic coordinate order has shown considerable improvement in NWP scores. For results, see:
Important Links:
This branch is built on top of two other PRs. To see the changes just for this PR, please see here: https://github.com/tommbendall/lfric_apps/pull/2/changes
There is also a test branch which shows the KGO changes and action of the upgrade macro. To see the changes in that test branch, please see here: https://github.com/tommbendall/lfric_apps/pull/3/changes
Blocked By:
Code Quality Checklist
Testing
trac.log
Security Considerations
Performance Impact
AI Assistance and Attribution
Documentation
PSyclone Approval
Sci/Tech Review
(Please alert the code reviewer via a tag when you have approved the SR)
Code Review