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.
Purpose: add a default_soiltype namelist option
TYPE: new feature
KEYWORDS: FEAT: Add a default_soiltype namelist option
SOURCE: Mathieu Landreau (Centrale Nantes)
DESCRIPTION OF CHANGES:
Problem:
When running real.exe, in the land cells where no soiltype is defined in the soil dataset, the type is set to 8=silty clay loam. For high-resolution coastal area simulation, this can represent a certain amount of cells.
Solution:
A namelist option named default_soiltype is added. It is checked (in module_check_a_mundo) that the user-defined value is between 1 and 19 and is not water (19)
LIST OF MODIFIED FILES: list of changed files (use
git diff --name-status master
to get formatted list)Registry/Registry.EM_COMMON
dyn_em/module_initialize_real.F
run/README.namelist
share/module_check_a_mundo.F
TESTS CONDUCTED:
I realized this few month ago and didn't try again. It is possible to test with a coastal area case.