[cam-users] Re: an error in CAM

Erik Kluzek erik@ucar.edu
Fri, 26 Sep 2003 15:22:10 -0600 (MDT)


Hi Qingyuan

	Ok, the problem you are having now is an easy one I can
help you with that!

	The problem is that the model by default assumes you are running
at NCAR and that the Mass Store System is available with the
mswrite command to save files to the archival system. So you need
to turn this feature off in the model by using the "mss_irt"
namelist option.

	Your namelist needs to include the line

 mss_irt = 0

Using the run-sgi.csh script replace the line...

$cfgdir/build-namelist -s -case $case -runtype $runtype -o $rundir/namelist \
 -namelist "&camexp nelapse=$nelapse /"  || echo "build-namelist failed" && exit
 1


with

$cfgdir/build-namelist -s -case $case -runtype $runtype -o $rundir/namelist \
 -namelist "&camexp nelapse=$nelapse mss_irt=0 /"  || echo "build-namelist failed" && exit
 1


> Thank you for all your help. I eventually fixed the syntax error (It seems the code works fine with an old version SGI compiler). Now I tried both CAM2.0.1 and CAM2.0.2. The system seems running ok initially. But before I got too excited, a new problem occurred. Thing are fine till NSTEP 71. At the beginning of NSTEP 72,  it shows that HTAPES_WRAPUP: history tape  1 : no open file to close  Writout out restart data at nstep =  72...... eventually CAM run failed.
> Please look at the attached file for details. Thanks in advance,
> Qingyuan
>
>  Successfully wrote local restart file ./camrun.clm2.r.0000-09-02-00000
>  (PUTFIL): Issuing shell cmd:(mswrite  -t  365
> ./camrun.clm2.r.0000-09-02-00000
> /QSONG1/csm/camrun/lnd/rest/camrun.clm2.r.0000-09-02-
>  00000 )&
>  (OPNFIL): Successfully opened file
> /ford/ladon/u/qsong1/lnd.camrun.rpointer on unit=  7
>  Successfully wrote local restart pointer file
> ------------------------------------------------------------
>
> sh: mswrite:  not found
>  PUTFIL: Issuing shell cmd:(mswrite  -t  365
> camrun.cam2.rh0.0000-09-02-00000
> /QSONG1/csm/camrun/atm/rest/camrun.cam2.rh0.0000-09-02-
>  00000; /bin/rm camrun.cam2.rh0.0000-09-02-00000 )&
> sh: mswrite:  not found
>  PUTFIL: Issuing shell cmd:(mswrite  -t  365
> camrun.cam2.r.0000-09-02-00000
> /QSONG1/csm/camrun/atm/rest/camrun.cam2.r.0000-09-02-0000
>  0 )&
> sh: mswrite:  not found
> sh: 0:  not found
>  PUTFIL: Error from shell cmd
>  ENDRUN IS BEING CALLED
> Fortran abort routine called
> IOT Trap
> Abort (core dumped)
> CAM run failed
>
> -----Original Message-----
> From: Erik Kluzek [mailto:erik@ucar.edu]
> Sent: Wednesday, September 24, 2003 4:58 PM
> To: Song, Qingyuan (Q.)
> Cc: cam-users@ucar.edu
> Subject: RE: [cam-users] Re: an error in CAM
>
>
> On Wed, 24 Sep 2003, Song, Qingyuan (Q.) wrote:
>
> > I am using CAM2.0.1. I downloaded from your CAM site.
> >
>
> Well, I downloaded CAM2.0.1 from the web-site, and
> was able to successfully build and run the model
> using run-sgi.csh with no trouble. I suggest working
> closely with your system administrators and with SGI
> to figure out what the problem might be. Also compare
> the version numbers and information I sent out with
> your machine for differences that might explain why
> it works here and not at your site...
>
>
> Good luck!
>
>
> Erik Kluzek, (CGD at NCAR)
> National Center for Atmospheric Research
> Boulder CO, (off) (303)497-1326 (fax) (303)497-1324
> --------- Home page and public PGP key---------------
>           http://www.cgd.ucar.edu/~erik
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> _______________________________________________
> cam-users mailing list
> cam-users@ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/cam-users
>


Erik Kluzek, (CGD at NCAR)
National Center for Atmospheric Research
Boulder CO, (off) (303)497-1326 (fax) (303)497-1324
--------- Home page and public PGP key---------------
          http://www.cgd.ucar.edu/~erik
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!