Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_held_suarez_cs/input/eedata is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 47d9a2b4 on 2005-07-15 21:35:10 UTC
47d9a2b4e1 Jean*0001 # Example "eedata" file
                0002 # Lines beginning "#" are comments
                0003 # nTx - No. threads per process in X
                0004 # nTy - No. threads per process in Y
                0005  &EEPARMS
                0006  useCubedSphereExchange=.TRUE.,
                0007 # Activate one line below to support 2, 3 or 6 way multi-threading
                0008 #nTx=2,
                0009 #nTx=3,
                0010 #nTx=6,
                0011  &
                0012 # Note: Some systems use & as the
                0013 # namelist terminator. Other systems
                0014 # use a / character (as shown here).