Warning, /verification/tutorial_baroclinic_gyre/input/eedata.mth is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 94151a9b on 2019-10-03 20:12:33 UTC
94151a9b18 Jeff*0001 # Example "eedata" file for multi-threaded test
0002 # (copy "eedata.mth" to "eedata" to use it)
11558ce3e3 Jean*0003 # Lines beginning "#" are comments
94151a9b18 Jeff*0004 # nTx :: No. threads per process in X
0005 # nTy :: No. threads per process in Y
0006 # debugMode :: print debug msg (sequence of S/R calls)
11558ce3e3 Jean*0007 &EEPARMS
0008 nTx=1,
0009 nTy=2,
0010 &
94151a9b18 Jeff*0011 # Note: Some systems use & as the namelist terminator (as shown here).
11558ce3e3 Jean*0012 # Other systems use a / character.