[MITgcm-support] teething.. genmake2 with gfortran

Ed Hill ed at eh3.com
Fri Jun 30 01:47:40 EDT 2006


On Fri, 2006-06-30 at 16:55 +1200, jschwarz at awi-bremerhaven.de wrote:
> 
> tasman:/usr/MITgcm/verification/exp2/build # ./mitgcmuv > jillsoutput1.txt
> STOP ABNORMAL END: S/R EESET_PARMS
> tasman:/usr/MITgcm/verification/exp2/build # more jillsoutput1.txt
> (PID.TID 0000.0001)
> (PID.TID 0000.0001) // ======================================================
> (PID.TID 0000.0001) //                      MITgcm UV
> (PID.TID 0000.0001) //                      =========
> (PID.TID 0000.0001) // ======================================================
> (PID.TID 0000.0001) // execution environment starting up...
> (PID.TID 0000.0001)
> (PID.TID 0000.0001) // MITgcmUV version:  checkpoint58
> (PID.TID 0000.0001) // Build user:        root
> (PID.TID 0000.0001) // Build host:        tasman
> (PID.TID 0000.0001) // Build date:        Sat Jul  1 08:51:21 NZST 2006
> (PID.TID 0000.0001)
> (PID.TID 0000.0001) // Shown below is an example "eedata" file.
> (PID.TID 0000.0001) // To use this example copy and paste the
> (PID.TID 0000.0001) // ">" lines. Then remove the text up to
> (PID.TID 0000.0001) // and including the ">".
> (PID.TID 0000.0001) ># Example "eedata" file
> (PID.TID 0000.0001) ># Lines beginning "#" are comments
> (PID.TID 0000.0001) ># nTx - No. threads per process in X
> (PID.TID 0000.0001) ># nTy - No. threads per process in Y
> (PID.TID 0000.0001) >&EEPARMS
> (PID.TID 0000.0001) >nTx=1,nTy=1
> (PID.TID 0000.0001) >/
> (PID.TID 0000.0001) ># Note: Some systems use & as the
> (PID.TID 0000.0001) ># namelist terminator. Other systems
> (PID.TID 0000.0001) ># use a / character (as shown here).
> (PID.TID 0000.0001)

Hi Jill,

It seems that the eedata file does not exist in the current working
directory.


> tasman:/usr/MITgcm/verification/exp2/build # more ../input/eedata

Yes, this looks like your problem -- the input files need to be in the
directory where you are running the model.  So, run:

  cd build
  ln -s ../input/* .
  ./mitgcmuv | tee your_output.txt

and that should take care of it.

Ed

-- 
Edward H. Hill III, PhD
office:  MIT Dept. of EAPS 54-1424;  77 Massachusetts Ave.
             Cambridge, MA 02139-4307
emails:  eh3 at mit.edu                ed at eh3.com
URLs:    http://web.mit.edu/eh3/    http://eh3.com/
phone:   617-253-0098
fax:     617-253-4464





More information about the MITgcm-support mailing list