Add spatially heterogeneous soil colour maps for NoahMP (based on feature/monan-757-NF)#19
Open
mpaiao wants to merge 9 commits intomonanadmin:feature/monan-757-NFfrom
Open
Conversation
This is the first commit to implement geographically variable soil colour initialisation in MONAN. First, the original Noah-MP table of albedo thresholds was replaced by the CLM-5, and the code was edited so the soil colour class is no longer hardcoded.
…and replaces the original classes in NoahMP (8 classes) with those defined in CLM-5 (20 classes). This has not been tested yet, so it is likely the first of a few commits until the new capability is fully functional.
Author
11 tasks
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.
Pull Request Description
This pull request supersedes PR #18 as it is based on branch
feature/monan-757-NF.Updates in this pull request include (1) replacement of the original soil colour categories from NoahMP with those from CLM-5 and (2) soil colour initialisation in NoahMP based on input maps. These changes addresses the issue that native NoahMP simulations have too little variation in reflectivity across sparsely vegetated regions known to have marked variation in albedo (e.g., Sahara, Namibian desert).
Most changes follow the steps to initialise soil texture in NoahMP, and were needed to ensure each grid cell sets the reflectivity parameter based on the input data. This pull request does not provide any data itself: users will need to generate the data themselves, and place the files (which share the same structure as soil texture data) into a path (
geog_sub_path) namedsoilcolour_30s. Scripts that read in CLM-5 data and translate them to NoahMP format are available at this git repository.Collaborators
@aomanzi @marcelopaivaramos @carlosrenatosouza2 @pkubota
Type of Change
Testing and Quality
Scientific Impact
This implementation should allow for better spatial representation of surface reflectivity at global scales. This is simply a rebase of PR #18 onto
feature/monan-757-NF. The results are consistent with the previous pull request. The differences in albedo (defined in the bulk form, i.e., ratio of average upwelling solar irradiance and downwelling solar irradiance, both integrated over a 48-hour period) between this pull request and the baseline version (feature/monan-757-NF).