Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 846d98fd on 2014-02-12 23:12:30 UTC
69cfcf70b2 Jean*0001 # Example "eedata" file  for multi-threaded test
                0002 #   (copy "eedata.mth" to "eedata" to use it)
                0003 # Lines beginning "#" are comments
846d98fdd8 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)
69cfcf70b2 Jean*0007  &EEPARMS
                0008  nTx=1,
                0009  nTy=2,
846d98fdd8 Jean*0010 #debugMode=.TRUE.,
69cfcf70b2 Jean*0011  &
                0012 # Note: Some systems use & as the namelist terminator (as shown here).
                0013 #       Other systems use a / character.