Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:42:51 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
e6751e3c9f Jean*0001 C     !ROUTINE: OFFLINE_SWITCH.h
                0002 C -------------------------------
                0003 C   OFFLINE_SWITCH.h
                0004 C  variable for switching on/off some calculations
                0005 C -------------------------------
                0006 
                0007 C     offlineLoadGMRedi :: load from file GMRedi tensor (do not compute it)
                0008 C     offlineLoadKPP    :: load from file KPP mixing coeff (do not compute it)
                0009 C     offlineLoadConvec :: load from file Convective mixing (do not compute it)
                0010       COMMON /OFFLINE_SWITCH_L/
                0011      &       offlineLoadGMRedi, offlineLoadKPP, offlineLoadConvec
                0012       LOGICAL offlineLoadGMRedi
                0013       LOGICAL offlineLoadKPP
                0014       LOGICAL offlineLoadConvec
                0015 
                0016 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|