blueice ccsm3_0_beta24 archiver

tomas

New Member
Hello,

I built blueice ccsm3_0_beta24 archiver on blueice and the archiver seems to be broken. Log files can be found in:

blueice:/blhome/tomas/ccsm_runs/b30.2080-99_ice

and the message is related to the error message:

ccsm_mswrite b30.2080-99_ice.cam2.h0.0001-02.nc /TOMAS/csm/b30.2080-99_ice/atm/hist
source: A file or directory in the path name does not exist.
source: A file or directory in the path name does not exist.
source: A file or directory in the path name does not exist.
source: A file or directory in the path name does not exist.
source: A file or directory in the path name does not exist.
source: A file or directory in the path name does not exist.
source: A file or directory in the path name does not exist.
source: A file or directory in the path name does not exist.
source: A file or directory in the path name does not exist.
source: A file or directory in the path name does not exist.
 

tomas

New Member
This is the first tme that I have run on blueice. Over the weekend I remembered that I had a similar problem when I first moved to bluevista. Kieth Lindsay helped, suggesting I look in my .cshrc file:

"I did notice that your .cshrc is using a hard-wired reference to an lsf
path in your PATH variable. This is now discouraged by SCD, see the
daily bulletin at http://www.cisl.ucar.edu/cpg/dailyb/todays.html"

Here is a diff between my modified .cshrc file and the one that default .cshrc file that was in my home directory when I first logged onto blueice.

Thanks again, Kieth.

Bob

diff .cshrc .cshrc_old
58a59,61
> /usr/local/lsf/6.1/aix5-64/bin
> /usr/lpp/xlf/lib
> /usr/lpp/xlf/bin /ssg/loadl/bin /usr/sbin ~/bin
63a67
> # /usr/local/lsf/6.1/aix5-64/bin
67a72
> setenv MANPATH "/usr/man:/usr/local/man:/usr/share/man://usr/local/lsf/6.1/man"
134c139
< # source source /usr/local/lsf/conf/cshrc.lsf
---
> source source /usr/local/lsf/conf/cshrc.lsf
 
Back
Top