Change NBalanceCheck abort writes to more similar to others
Open
code health
enhancement
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 6d 6h
- Merged PRs (30d)
- 8
Description
The inputs for NBalanceCheck writes out a list of variables, and that should be changed to have
headers like in CBalanceCheck:
``` fortran
write(iulog,*)'--- Inputs ---'
write(iulog,*)'--- Outputs ---'
```
And changed to have a single variable per line, rather than a list. Also supplemental Nitrogen should
always be output because it will be zeroed if not on. ndep should also be written only if ndep is being used.
The if's for FATES columns in ctsm5.1.dev131 can hence be removed.
Contributor guide
Assessment
This issue has not been assessed yet.