Use correct variable for LUFRAC_ and DLUSE #103
Draft
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.
This pull request introduces several changes to the
module AQM
and related files to add support for a new field,vtype
, which represents vegetation type. The most important changes include updating the import field count, adding thevtype
field to various sections, and modifying theaqm_state_type
to includevtype
. Will close #102Changes to support the new
vtype
field:src/aqm_cap.F90
: Updated theimportFieldCount
to 37 and added thevtype
field to the list of import fields. [1] [2]src/aqm_comp_mod.F90
: Modified theaqm_comp_import
subroutine to handle the newvtype
field.src/shr/aqm_methods.F90
: Updated theinterpx
function to use thevtype
field for the 'LUFRAC_' and 'DLUSE' cases. [1] [2]src/shr/aqm_state_mod.F90
: Added thevtype
field to theaqm_state_type
structure, ensuring it is included among the 2D variables.PR Checklist
[ x] RDHPCS.
This PR has been tested with the ufs-srweather-app workflow online-cmaq branch.
New or updated input data is required by this PR.
Baselines are expected to change.
Description
Issue(s) addressed
Dependencies