Skip to content

Commit

Permalink
Add logn back to the cable nml (#493)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
Whyborn authored Nov 27, 2024
1 parent 0a46f04 commit f7e7147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions offline/cable_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ PROGRAM cable_offline_driver
patchout, &
check, &
verbose, &
logn, &
leaps, &
fixedCO2, &
spincasainput, &
Expand Down

0 comments on commit f7e7147

Please sign in to comment.