Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
closeunits.f
Go to the documentation of this file.
1  subroutine closeunits
2 c
3 c close all scratch units
4 c***********************************************************************
5 c
6  close (18)
7  close (19)
8  close (53)
9  close (54)
10  close (55)
11  close (64)
12  close (65)
13  close (54)
14  close (71)
15  close (72)
16  close (73)
17  close (74)
18 c
19  return
20  end
21 c***********************************************************************
subroutine closeunits
Definition: closeunits.f:2