CABLE-LSM / CABLE

Home to the CABLE land surface model and its documentation
https://cable.readthedocs.io/en/latest/
Other
12 stars 6 forks source link

Use NEWUNIT in almost all active OPEN statements #460

Open Whyborn opened 2 weeks ago

Whyborn commented 2 weeks ago

CABLE

Thank you for submitting a pull request to the CABLE Project.

Description

Extend the use of the NEWUNIT= specifier for acquiring io units to the rest of the active OPEN calls in the code. There is one exception, in the calls found within core/biogeophys/cable_diag.F90. The units are handled a bit strangely here, with one being defined dependent on the other. Looks like it might interact with the UM coupling in a specific way, so I've left it as is at the moment.

Fixes #455

Type of change

Checklist