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 branches/2014/dev_r4650_UKMO14.4_OBS_GENERAL_VINTERP/NEMOGCM/TOOLS/OBSTOOLS/src – NEMO

source: branches/2014/dev_r4650_UKMO14.4_OBS_GENERAL_VINTERP/NEMOGCM/TOOLS/OBSTOOLS/src/fbacctype.F90 @ 5950

Last change on this file since 5950 was 5950, checked in by timgraham, 8 years ago

Reinstated Id keyword before merging

  • Property svn:keywords set to Id
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.