Modelling clouds and climate

FAQ

Path: Single Column Model > FAQ
Site Map

MOC2 Links:
MOC2 Home
Projects
Publications
Personnel
SCM
Internal documents



Web Contact: Phil Austin
Site created with Cheetah.

Last updated: Mar 13 2003

These are some of the usual problems that will occur when running the ubc scm.

Server Check Out problem

  • problem: Checking out over the server doesn't work
     > cvs co ubcscm
     > jrandom@brant.eos.ubc.ca's password:
     > cvs server: Updating ubcscm
     > cvs server: failed to create lock directory for '/nfs/roc/home/cvs/ubcscm'
     > (/nfs/roc/home/cvs/ubcscm/#cvs.lock): Permission denied
     > cvs [server aborted]: read lock failed - giving up
     
  • cause: user has no password
  • solution: insert the users password into $CVSROOT/CVSROOT/passwd


Executing scm_job

  • problem: Tried running the model as given in the example > scm_job myrun 1 ARM_C1 X and you got an error message similar to > bash: scm_job: command not found
  • cause: your current directory "." in not in your path
  • solution: either rerun the model with > ./scm_job myrun 1 ARM_C1 X or insert "." into your environment path.