GEOS-5 Checkout and Build Instructions: Difference between revisions
Line 127: | Line 127: | ||
At the beginning of the experiment, the experiment directory will contain a few things: | At the beginning of the experiment, the experiment directory will contain a few things: | ||
# Resource Files | |||
# Restart Files | |||
# The GEOSgcm.x executable (the model itself) | # The GEOSgcm.x executable (the model itself) | ||
Take a look at my experiment directory (/discover/nobackup/colarco/dragnet). There are a number of files that end in ".rc". These are the ''resource files''. Copy these to your experiment directory. | |||
I've prepared a set of restarts based on a previous GEOS-5 run that will serve for this example. You can find these files in /discover/nobackup/colarco/restart0/b72/. Copy all the "*rst" files to your experiment directory, e.g., | |||
% cp /discover/nobackup/colarco/restart0/b72/*rst /discover/nobackup/colarco/dragnet | |||
Finally, copy your GEOSgcm.x executable from wherever you built the model to your experiment directory, e.g., | |||
% cp /discover/nobackup/colarco/GEOSagcm/Linux/bin/GEOSgcm.x /discover/nobackup/colarco/dragnet |