Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.
Last-Modified: Mon, 20 Jul 2025 05:08:58 GMT
Content-Type: text/html; charset=utf-8
MITgcm/MITgcm/verification/cpl_aim+ocn/input_atm/eedata
d1f97ab8eb Jean*0001 # Example "eedata" file
0002 # Lines beginning "#" are comments
72a930f86c Jean*0003 # nTx :: No. threads per process in X
0004 # nTy :: No. threads per process in Y
0005 # debugMode :: print debug msg (sequence of S/R calls)
0006 # useCubedSphereExchange :: use Cubed-Sphere type topology for EXCH
d1f97ab8eb Jean*0007 &EEPARMS
0008 useCoupler=.TRUE.,
0009 useCubedSphereExchange=.TRUE.,
72a930f86c Jean*0010 #debugMode=.TRUE.,
d1f97ab8eb Jean*0011 # Activate one line below to support 2, 3 or 6 way multi-threading
0012 nTx=1,
0013 #nTx=2,
0014 #nTx=3,
0015 #nTx=6,
0016 &
c129cd68dd Jean*0017 # Note: Some systems use & as the namelist terminator (as shown here).
0018 # Other systems use a / character.