New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
fbacctype.F90 in utils/tools/OBSTOOLS/src – NEMO

source: utils/tools/OBSTOOLS/src/fbacctype.F90 @ 10841

Last change on this file since 10841 was 3000, checked in by djlea, 13 years ago

Updated obstools. Addition of headers to programs which explain what each utility does and how to run it. All the programs now build using the naketools utility.

File size: 285 bytes
Line 
1MODULE fbacctype
2   IMPLICIT NONE
3   TYPE histtype
4      INTEGER :: npoints
5      INTEGER, POINTER, DIMENSION(:,:,:,:,:) :: nhist
6   END TYPE histtype
7   TYPE xytype
8      INTEGER :: npoints
9      INTEGER, POINTER, DIMENSION(:,:,:,:,:,:) :: nxy
10   END TYPE xytype
11END MODULE fbacctype
Note: See TracBrowser for help on using the repository browser.