Back to home page

MITgcm

 
 

    


Warning, /verification/cpl_aim+ocn/input_ocn/eedata is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 72a930f8 on 2013-12-02 23:37:51 UTC
5050e9c8c4 Jean*0001 # Example "eedata" file
                0002 # Lines beginning "#" are comments
72a930f86c Jean*0003 #  nTx      :: No. threads per process in X
                0004 #  nTy      :: No. threads per process in Y
                0005 # debugMode :: print debug msg (sequence of S/R calls)
                0006 # useCubedSphereExchange :: use Cubed-Sphere type topology for EXCH
5050e9c8c4 Jean*0007  &EEPARMS
                0008  useCoupler=.TRUE.,
                0009  useCubedSphereExchange=.TRUE.,
72a930f86c Jean*0010 #debugMode=.TRUE.,
c129cd68dd Jean*0011 # Activate one line below to support 2, 3 or 6 way multi-threading
4212cfbd21 Ed H*0012  nTx=1,
c129cd68dd Jean*0013 #nTx=2,
                0014 #nTx=3,
                0015 #nTx=6,
5050e9c8c4 Jean*0016  &
c129cd68dd Jean*0017 # Note: Some systems use & as the namelist terminator (as shown here).
                0018 #       Other systems use a / character.