Add PINE: a parameter-calibration package for Noah-MP#325
Open
Areoreo wants to merge 88 commits into
Open
Conversation
Merge develop branch to master branch
re-structure HRLDAS repo
…d soil timestep control update
bug fix for SLUCM saturated humidity calcualtion
Sync with develop branch for ERA5 forcing preprossor
Sync with develop branch for hrldas ERA5 forcing bug fix
Sync with develop
Sync with develop branch for bug fix and noahmp update
bug fix for compile setup of different compiler for NCAR Derecho HPC
bug fix for restart frequency setup for gfortran compiler
Sync with develop branch
sync with latest noahmp for bug fix
Sync with Develop for urban bug fix
sync with Develop branch
Sync with Develop branch
Sync with Develop branch
sync with latest develop branch for bug fix
Sync with Develop branch
sync with develop branch
merge with develop branch for v5.1.0 release
update release note and readme for v5.1.0 release
bug fix for logical comparison
bug fix for parenthesis issue in HRLDAS IO driver
release of v5.1.1
Sync with Develop branch for v5.2.0
Sync with Develop branch for v5.2.1 release
Collaborator
|
@Areoreo Did you test your package with the latest HRLDAS/NoahMP develop branch here? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add PINE (Physically Interpretable Noah-MP Emulator): a parameter-calibration system for the Noah-MP land surface model, under a new top-level
calibration/directory.PINE trains a fast LSTM-attention emulator on a Latin-Hypercube ensemble of Noah-MP runs, then calibrates against that emulator. It produces fast and accurate calibration results utilizing machine learning techniques.
It is designed for general usability with a highly flexible pipeline, making it seamless to add, delete, or change target variables. It can be easily applied to any site with adequate observation and forcing data.
This is intended as a community tool/utility contribution alongside the model, rather than a change to model physics. Hence, the package is independent of the existing files in the current repository. The only link between the package and the model, is the compiled hrldas.exe to be called by the PINE. User can also flexibly choose whether to use the calibration package or not.
More details can be seen in the internal readme
calibration/PINE/site/README.md.Targeting the
developbranch per the HRLDAS contribution guidelines.