You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# CABLE
Thank you for submitting a pull request to the CABLE Project.
## Description
Add the Princeton forcing as part of the changes brought by the
groundwater work. The implementation follows the way it was initially
done for the groundwater with the following differences:
- adaptation to the refactoring of the driver
- bug fixed in renameFiles_Princeton() (added the "BACK" keyword to
INDEX() call) and modification in cable_input since Princeton does not
provide a file for snowfall.
Fixes#477
## Type of change
Please delete options that are not relevant.
- [X] New
## Checklist
- [X] The new content is accessible and located in the appropriate
section.
- [X] I have checked that links are valid and point to the intended
content.
- [X] I have checked my code/text and corrected any misspellings
## Testing
When running with the Princeton forcing on for the year 1948, I have
tested that the forcings output by CABLE are identical to the values in
the input files. This is true except for the pressure and precipitation
variables:
- pressure shows a small noise with a maximum difference of 0.008 Pa
that is negligible. This is linked to the unit conversions between hPa
and Pa.
- precipitation shows a few grid cells with differences up to -4e-10
mm/s. This is negligible and likely due to the split between rain and
snow precipitation.
benchcab fluxsite tests return bitwise-comparable results with main,
highlighting no side effects:
```
2025-03-13 18:25:58,919 - INFO - benchcab.benchcab.py:381 - 0 failed, 168 passed
```
Please add a reviewer when ready for review.
<!-- readthedocs-preview cable start -->
----
📚 Documentation preview 📚:
https://cable--524.org.readthedocs.build/en/524/
<!-- readthedocs-preview cable end -->
| cable_user%soil_struc | character(len=20) | 'default' 'sli' | 'default' | Use default or soil-litter-iso soil model. |
103
103
| cable_user%POP_out | character(len=3) | 'epi' 'rst' 'ini' | 'rst' | POP restart file type. `'epi'` is end of year state `'rst'` is a standard restart file, `'ini'` is an initialisation restart file. |
104
104
| cable_user%POP_rst | character(len=50) | any string of max. 50 characters | ' ' | POP restart file directory. |
0 commit comments