cice_to_dart subroutine verify_parameters does not set intent(out) :: table(:,:)
Open
@mjs2369 is already working on this.
Since May 6, 2026.
cice
- Dominant language
- Fortran
- Stars
- 263
- Forks
- 182
- Avg merge
- 11d 12h
- Merged PRs (30d)
- 7
Description
subroutine verify_parameters does not set intent(out) :: table(:,:)
https://github.com/NCAR/DART/blob/fb0a23689b372dae8f5e612507d0693b4eb8c3eb/models/cice/cice_to_dart.f90#L124
/glade/work/hkershaw/crocodile_multi_comp/CESM_DA/components/dart/DART/models/cice/cice_to_dart.f90(124): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [TABLE]
subroutine verify_parameters(parameters, ngood,table)
Not sure if table is actually used.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.