Warning, /verification/fizhi-cs-aqualev20/input/eedata is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 94c1395b on 2007-01-19 20:16:38 UTC
94c1395bc2 Andr*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 # unlimit the stack size for the FIZHI rad code
0008 #EH3 useSETRLSTK is commented out (default: false) since, with the g77
0009 #EH3 compiler, it causes the model to hang *without* returning -- thus
0010 #EH3 killing all our automated g77 testing on, for instance, the ACES
0011 #EH3 cluster.
0012 #EH3 useSETRLSTK=.TRUE.,
0013 # Activate one line below to support 2, 3 or 6 way multi-threading
0014 #nTx=2,
0015 #nTx=3,
0016 #nTx=6,
0017 &
0018 # Note: Some systems use & as the
0019 # namelist terminator. Other systems
0020 # use a / character (as shown here).