File open in micro_pumas_utils.F90 is not legal in CAM
Open
bug
- Dominant language
- Fortran
- Stars
- 11
- Forks
- 24
- Avg merge
- 5h 25m
- Merged PRs (30d)
- 1
Description
There is a file open using unit 10 to read in lkuptable_filename. CAM can not guarantee that unit 10 won't already be open with some other file. See below for `newunit` which should be used
Obsolete comment - kept for documentation purposes, but should not be done._The unit number should be passed into the init_lookup_table subroutine and provided by the host model_.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.