-
Notifications
You must be signed in to change notification settings - Fork 0
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
Replace look-up table canopy inputs in diffusion with AQM canopy inputs. Activate build-in diagnostics aux2d/aux3d. #1
Conversation
… aux2d/aux3d (activated with ldiag3d). Replace look-up table canopy inputs with AQM canopy inputs for canopy correction on diffusivities.
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.
Some changes to the meta files needed.
physics/satmedmfvdifq.meta
Outdated
@@ -596,6 +596,43 @@ | |||
type = real | |||
kind = kind_phys | |||
intent = in | |||
#IVAI | |||
[claie] | |||
standard_name = leaf_area_index_eccc |
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.
Its critical that these standard names match the exactly the standard names in the fv3atm/ccpp/data/GFS_typedefs.meta file. I make suggestions here and other variables to match what you have in fv3atm side.
standard_name = leaf_area_index_eccc | |
standard_name = canopy_leaf_area_index |
physics/satmedmfvdifq.meta
Outdated
type = real | ||
kind = kind_phys | ||
[cfch] | ||
standard_name = forest_canopy_height |
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.
standard_name = forest_canopy_height | |
standard_name = canopy_forest_height |
physics/satmedmfvdifq.meta
Outdated
type = real | ||
kind = kind_phys | ||
[cfrt] | ||
standard_name = forest_fraction |
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.
standard_name = forest_fraction | |
standard_name = canopy_forest_fraction |
physics/satmedmfvdifq.meta
Outdated
type = real | ||
kind = kind_phys | ||
[cclu] | ||
standard_name = clumping_index |
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.
standard_name = clumping_index | |
standard_name = canopy_clumping_index |
physics/satmedmfvdifq.meta
Outdated
type = real | ||
kind = kind_phys | ||
[cpopu] | ||
standard_name = population_density |
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.
standard_name = population_density | |
standard_name = canopy_population_density |
physics/satmedmfvdifq.meta_canopy
Outdated
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.
@iri01 technically your changes on top of this file is not needed, it was added as a placeholder for my idea canopy variables read in through UFS. It is not used, so your changes are not needed to add here, only in the physics/satmedmfvdifq.meta file.
…h their definitions in GFS_typedefs.meta
Remove MYNN SFC logic from noahmpdrv.F90 and fix CMakeLists.txt authors
update CODEOWNERS to replace Chunxi with Qingfu
Pass via diffusion interface 5 AQM canopy inputs and build-in diagnostic arrays aux2d/aux3d (activated with ldiag3d).
Replace look-up table canopy inputs in diffusion with AQM canopy inputs. Used for canopy correction on diffusivities.