Back to home page

MITgcm

 
 

    


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

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