ESCOMP / ESCOMP/CTSM

Change NBalanceCheck abort writes to more similar to others

Open
#2,068 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.