-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to groundwater parameter initialisations that can impact the soil…
… conductivity (#491) # CABLE Thank you for submitting a pull request to the CABLE Project. ## Description Fixes #490 Working on the groundwater implementation, I have found that the function `total_soil_conductivity` depends on some GW parameters that aren't correctly implemented. This is to fix this. ## Type of change Please delete options that are not relevant. - [x] Bug fix ## Testing Since this requires MPI to test the impact, I haven't used modelevaluation.org to analyse the results. I have run benchcab with the spatial configuration for: 1. main with `cable_user%soil_thermal_fix = .TRUE` 1. main with `cable_user%soil_thermal_fix = .FALSE` 1. this branch with `cable_user%soil_thermal_fix = .TRUE` 2. this branch with `cable_user%soil_thermal_fix = .FALSE` Case 3 - Case 1 allow to gauge the total effect of the change. Case 2 - Case 1 give a measure of the change compared to the initial fix to the soil conductivity. Case 4 - Case 2 shows whether there are any impacts beyond the soil conductivity (without explicitly finding these other sources). The comparison of case 4 and case 2 with `cdo diffn` shows there are no differences when `cable_user%soil_thermal_fix` is false. The largest effect for this branch is found on the ground flux but the effect is limited (right plot) compared to the effect of `soil_thermal_fix` (left plot): ![ground_flux_effect](https://github.com/user-attachments/assets/0cd7e6e7-0ba2-4f91-86fd-45cccc08b75b) These are time-mean values of the differences between the simulations. Please add a reviewer when ready for review. <!-- readthedocs-preview cable start --> ---- 📚 Documentation preview 📚: https://cable--491.org.readthedocs.build/en/491/ <!-- readthedocs-preview cable end -->
- Loading branch information
Showing
4 changed files
with
115 additions
and
7 deletions.
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
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