-
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
Update column weighting upon disturbance #4
Comments
Note that the HLMs seem to have moved towards only using the E3SM/components/elm/src/dyn_subgrid/dynColumnStateUpdaterMod.F90 Lines 84 to 89 in 67abd00
A search through the dynColumnStateUpdatedMod module appears to confirm this. Additionally, the calls are never made by passing E3SM/components/elm/src/dyn_subgrid/dynSubgridAdjustmentsMod.F90 Lines 425 to 429 in 67abd00
As such, the gridcell column weight is used to determine the state update using the E3SM/components/elm/src/dyn_subgrid/dynColumnStateUpdaterMod.F90 Lines 268 to 272 in 67abd00
Note that the grid cell weight is also directly used in the state update: E3SM/components/elm/src/dyn_subgrid/dynColumnStateUpdaterMod.F90 Lines 911 to 914 in 67abd00
Note that E3SM/components/elm/src/dyn_subgrid/dynColumnStateUpdaterMod.F90 Lines 751 to 754 in 67abd00
|
The column weight for the various upstream types will need to the have the weights updated when a given soil column is disturbed.
See
compute_higher_order_weights
for reference:E3SM/components/elm/src/main/subgridWeightsMod.F90
Lines 236 to 253 in 67abd00
Note:
lun_pp
type islandunit_physical_properties
Tasks
The text was updated successfully, but these errors were encountered: