-
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
Import 5 canopy arrays and 3 photdiag arrays from AQM #1
Conversation
@iri01 Please comment on this, and I assume we are still waiting on updates to some other files to account for new canopy variables in the ccpp/data GFS .F90 and meta files? |
I have converted this to draft until you get the other files necessary updated here. |
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.
Only a slight change in the GFS_typedefs.meta to comment out my previous test lines.
ccpp/data/GFS_typedefs.meta
Outdated
dimensions = (horizontal_loop_extent) | ||
type = real | ||
kind = kind_phys | ||
### IVAI | ||
[canopylaixy] | ||
standard_name = canopy_leaf_area_index | ||
long_name = canopy leaf area 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.
@iri01 I am not really using these test canopylaixy and other canopy variables below, and the compilation may complain about duplicate standard names, so I would comment all these "...xy" variables I put below.
* In GFS_diagnostics make LAI, WILT and FLDCP be outputted with all LSMs. Also, output of LAI should not depend on RDLAI. * In GFS_typedefs.* add surface heat flux from the fire for use in RUC LSM. * Fix hail size output diagnostic array size (#1) * Added one more variable - frac_grid_burned_out - to GFS_typedefs.F90. Also, the surface heat flux from fires and frac_grid_burned_out are added to the model output in GFS_diagnostics.F90. --------- Co-authored-by: tanyasmirnova <tanya.smirnova@noaa.gov> Co-authored-by: Anders Jensen <anders.jensen@noaa.gov>
Description
(Instructions: this, and all subsequent sections of text should be removed and filled in as appropriate.)
Provide a detailed description of what this PR does.
What bug does it fix, or what feature does it add?
Is a change of answers expected from this PR?
Import 5 canopy arrays and 3 photdiag output arrays from AQM
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!)
Consistent use of canopy data in photolysis and diffusion, formerly diffusion using LSM Noah look-up table. Enable 2D photolysis diagnostics.
Testing
How were these changes tested?
Tested on rdhpcs hera.
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?
The use the AQM canopy data in diffusion changes the results when 'do_canopy' correction is selected.
Dependencies
If testing this branch requires non-default branches in other repositories, list them.
Those branches should have matching names (ideally)
feature/aqm_canopy
Do PRs in upstream repositories need to be merged first?
If so add the "waiting for other repos" label and list the upstream PRs