[cam-users] output location

Brian Eaton eaton at ucar.edu
Wed Sep 15 11:37:09 MDT 2004


Cathy,

The answer to your question is no.  But note, the output files are written
to the current directory which is not necessarily the same as the location
of the cam executable.  

Long production runs often generate more data than can fit into the
available local workspace.  Unfortunately the functionality of CAM for
moving files to a remote location is specific to the NCAR environment
(that's what the archive_dir namelist is for).  We plan to fix this, but
have not yet done so.  Subroutine putfil (in control/ioFileMod.F90) is
where the command is issued to archive files to remote storage.  You could
possibly modify this file to work in your local environment.  A better
option which doesn't involve code modification in CAM is to write your own
script with the name "mswrite" and have it take appropriate action.

Brian

On Wed, Sep 15, 2004 at 09:46:37AM -0400, Cathryn Meyer wrote:
> 
> Is there a namelist command I could use to specify the location that I
> want my output files to be placed in?  I have tried using archive_dir,
> but that does not work, the output/history and restart files are always
> placed in the directory that the cam executable is in, however they do
> not fit there so I need them to be routed somewhere else.
> 
> Thanks,
> Cathy
> -- 
> Cathryn Meyer
> Department of Geology and Geophysics
> Yale University
> cathryn.meyer at yale.edu
> (203)432-1959
> _______________________________________________
> cam-users mailing list
> cam-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/cam-users


More information about the cam-users mailing list