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
Recently merged branch removed the logn variable from the namelist, as it is now assigned via the NEWUNIT specifier. Should add it back to the internal namelist until change is propagated to configurations.
The text was updated successfully, but these errors were encountered:
# CABLE
Thank you for submitting a pull request to the CABLE Project.
## Description
Add the ```logn``` variable back into the namelist. This was an
unintentional consequence of merged PR #460- existing configurations
that have the now superfluous ```logn``` in the cable namelist will
fail. The variable won't do anything, but needs to remain until
configurations are updated.
Fixes#492
## Type of change
Please delete options that are not relevant.
- [x] Bug fix
Recently merged branch removed the
logn
variable from the namelist, as it is now assigned via theNEWUNIT
specifier. Should add it back to the internal namelist until change is propagated to configurations.The text was updated successfully, but these errors were encountered: