Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 0320e252 on 2021-08-11 16:08:52 UTC
bd0089b6e6 Jean*0001 # Example "eedata" file  for multi-threaded test
                0002 #   (copy "eedata.mth" to "eedata" to use it)
266fba84df Jean*0003 # Lines beginning "#" are comments
0320e25227 Mart*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)
266fba84df Jean*0007  &EEPARMS
1dafe975cb Jean*0008  useCubedSphereExchange=.TRUE.,
266fba84df Jean*0009  nTx=2,
                0010  nTy=1,
                0011  &
bd0089b6e6 Jean*0012 # Note: Some systems use & as the namelist terminator (as shown here).
266fba84df Jean*0013 #       Other systems use a / character.