Back to home page

MITgcm

 
 

    


Warning, /verification/solid-body.cs-32x32x1/input/eedata.mth is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit aef96ed3 on 2024-01-05 19:00:20 UTC
aef96ed361 Jean*0001 # Example "eedata" file  for multi-threaded test
                0002 #   (copy "eedata.mth" to "eedata" to use it)
b1aec1afef Jean*0003 # Lines beginning "#" are comments
aef96ed361 Jean*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)
b1aec1afef Jean*0007  &EEPARMS
                0008  useCubedSphereExchange=.TRUE.,
                0009  nTx=2,
                0010  nTy=1,
                0011  &
                0012 # Note: Some systems use & as the namelist terminator (as shown here).
                0013 #       Other systems use a / character.