earth-system-radiation/rte-rrtmgp

mo_load_coefficients opens files for *writing* instead of just reading

Closed this issue · 1 comments

In examples/mo_load_coefficients, the coefficients files are opened with mode NF90_WRITE. Since these files are not intended to be written to, they should probably be open in mode NF90_NOWRITE.

Fixed on develop in commit 5f3aeb4.