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_UKMO12_CFL_diags_take2/NEMOGCM/TOOLS/OBSTOOLS/src – NEMO

source: branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/TOOLS/OBSTOOLS/src/fbacctype.F90 @ 5947

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

Reinstate svn Id keywords before merge

  • 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.