Warning, /verification/cpl_aim+ocn/input_atm/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
d1f97ab8eb 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
d1f97ab8eb Jean*0007 &EEPARMS
0008 useCoupler=.TRUE.,
0009 useCubedSphereExchange=.TRUE.,
72a930f86c Jean*0010 #debugMode=.TRUE.,
d1f97ab8eb Jean*0011 # Activate one line below to support 2, 3 or 6 way multi-threading
0012 nTx=1,
0013 #nTx=2,
0014 #nTx=3,
0015 #nTx=6,
0016 &
c129cd68dd Jean*0017 # Note: Some systems use & as the namelist terminator (as shown here).
0018 # Other systems use a / character.