Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:45:50 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
9b6915c91e Jean*0001 #ifdef ALLOW_PTRACERS
                0002 
                0003 CBOP
                0004 C    !ROUTINE: PTRACERS_SIZE.h
                0005 C    !INTERFACE:
                0006 C #include PTRACERS_SIZE.h
                0007  
                0008 C    !DESCRIPTION:
                0009 C Contains passive tracer array size (number of tracers).
                0010 
                0011 C PTRACERS_num defines how many passive tracers are allocated/exist.
                0012 C  and is set here (default 1)
                0013 C
                0014 C     Number of tracers
                0015       INTEGER PTRACERS_num
                0016       PARAMETER(PTRACERS_num = 5 )
                0017 
                0018 CEOP
                0019 #endif /* ALLOW_PTRACERS */