[MITgcm-support] Killed
Riema Rachmayani
imoth_22 at yahoo.com
Wed Mar 7 21:52:14 EST 2007
hi all,
i have domain model with 111 point of grid to x, 255 point of grid to y (Nx=111, Ny=255), my delX=delY=1000.0 meters. And then i describe it into SIZE.h :
& sNx = 111,
& sNy = 255,
& OLx = 3,
& OLy = 3,
& nSx = 1,
& nSy = 1,
& nPx = 1,
& nPy = 1,
& Nx = sNx*nSx*nPx,
& Ny = sNy*nSy*nPy,
& Nr = 41)
but i have error message "Killed", and then i change SIZE.h become :
& sNx = 37,
& sNy = 85,
& OLx = 3,
& OLy = 3,
& nSx = 3,
& nSy = 3,
& nPx = 1,
& nPy = 1,
& Nx = sNx*nSx*nPx,
& Ny = sNy*nSy*nPy,
& Nr = 41)
but i still have the same error, what should i do?? Killed means something??
thank you,
rima
Send instant messages to your online friends http://uk.messenger.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20070307/2ffb3786/attachment.htm>
More information about the MITgcm-support
mailing list