-
Notifications
You must be signed in to change notification settings - Fork 147
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
Lsm upgrades for p8c #873
Merged
Merged
Lsm upgrades for p8c #873
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
4cbea92
set up option for thermal roughness
22de66b
change czil
10fa17e
canopy height dependant czil
b90d4e2
add canopy heat storage and gvf impact on thermal conductivity
HelinWei-NOAA ae7ac42
add sfcdif3 as a separate subroutine
barlage c50f50a
change fveg to shdfac in sfcdif3 vege call
barlage 53c0c7a
move trs options to sfcdif3
barlage f093f77
fix missing czil1 in vege_flux
barlage 13a1d14
add some clean up to energy
barlage ebb4fa1
add some groundwater mods from ncar code
barlage b6e0573
Merge pull request #17 from barlage/sfcdif3_subroutine
HelinWei-NOAA 41cf4ec
gvf impact on thermal conductivity limited to the first soil layer
HelinWei-NOAA b43c030
Merge pull request #18 from barlage/sfcdif3_subroutine
HelinWei-NOAA c1d813e
correct the reference height
HelinWei-NOAA 2ae3f48
Merge branch 'NCAR:main' into lsm_upgrades_for_p8c
HelinWei-NOAA 11b50ca
to read new hig-res ice climatology data
HelinWei-NOAA 4ed3982
replace fveg by lai/laimax to be used for dependent
HelinWei-NOAA 8e1b316
simplify the code with internal function maxval
HelinWei-NOAA 70507a0
to avoid exception floating point
HelinWei-NOAA d33598b
revert the df1 change due to some negative impact on surface temperature
HelinWei-NOAA 3095d71
correct the condition to avoid a divide by zero exception
HelinWei-NOAA 27ea849
further refinement of the impact of vegetation on zvfun
HelinWei-NOAA c722905
replace shdfac by fveg for zvfun
HelinWei-NOAA 4284846
modify the eddy diffusivity for heat at the top of the canopy
wzzheng90 4aa59df
Noah MP driver and meta changes for MYNN
RongqianYang-NOAA c58e849
Noah MP glacier changes for MYNN
RongqianYang-NOAA 56142b2
Noah MP non-glacier changes for MYNN
RongqianYang-NOAA f3af80f
tuning cd/lm parameter
wzzheng90 96f58e0
tuning cd/lm parameter
wzzheng90 7fa7223
revert back to shdfac in gvfun calculation due to occasional model crash
HelinWei-NOAA 99c241b
Merge branch 'NCAR:main' into lsm_upgrades_for_p8c
HelinWei-NOAA 779b323
modify a table of cwp parameter
wzzheng90 09e4f95
modify a table of cwp parameter
wzzheng90 0b7879c
modify a table of cwp parameter
wzzheng90 109dcdf
modify a table of cwp parameter
wzzheng90 c8d6545
Merge pull request #21 from wzzheng90/soil_veg_atm_coupling
HelinWei-NOAA 726f4a6
Driver update, opt_trs=4 over vegetation, and z0hover bare soil etc.
RongqianYang-NOAA 81a326a
put a upper/lower limit on cwpc
HelinWei-NOAA 02a4c05
Merge branch 'lsm_upgrades_MYNN_for_p8c' into lsm_upgrades_for_p8c
RongqianYang-NOAA 7a16e21
Revert "Lsm upgrades mynn for p8c"
HelinWei-NOAA 2150803
Merge pull request #22 from HelinWei-NOAA/revert-20-lsm_upgrades_MYNN…
HelinWei-NOAA bf92390
Merge branch 'NCAR:main' into lsm_upgrades_for_p8c
HelinWei-NOAA 8f3c084
fix the missing value of fv in vege_flux
HelinWei-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
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.
Was this used for testing? Does it still need to be here, or can this code be removed and the subroutine interface reverted?
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.
Using these two from the Noah-MP is still an option in the future. So we want to put them back from the our last PR.