source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/tools/OBSTOOLS/src/fbacctype.F90 @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

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.