Back to home page

MITgcm

 
 

    


File indexing completed on 2021-06-17 05:12:43 UTC

view on githubraw file Latest commit 7c50f079 on 2021-06-16 15:05:49 UTC
636477d15b Jean*0001 #ifdef ALLOW_PTRACERS
                0002 
                0003 CBOP
                0004 C    !ROUTINE: PTRACERS_SIZE.h
                0005 C    !INTERFACE:
                0006 C #include PTRACERS_SIZE.h
7c50f07931 Mart*0007 
636477d15b Jean*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 = 1 )
                0017 
27cc6013c1 Patr*0018 #ifdef ALLOW_AUTODIFF_TAMC
                0019       INTEGER    maxpass
                0020       PARAMETER( maxpass     = PTRACERS_num + 2 )
                0021 #endif
                0022 
636477d15b Jean*0023 CEOP
                0024 #endif /* ALLOW_PTRACERS */
d2825c6d08 Ed H*0025 
                0026 CEH3 ;;; Local Variables: ***
                0027 CEH3 ;;; mode:fortran ***
                0028 CEH3 ;;; End: ***