GEOS-5 Checkout and Build Instructions: Difference between revisions
Line 200: | Line 200: | ||
=== Run the Simulation === | === Run the Simulation === | ||
Before we run the model, let's make one environment change. Edit your .cshrc file (or the equivalent for whatever shell you are using) and modify your PATH environment variable to include the '''bin''' directory of your GEOS-5 build. For mine, I would do this like this: | |||
setenv PATH .:/home/colarco/GEOSagcm/Linux/bin:$PATH | |||
This will make the executables in the model build available. Do this in your .cshrc file, which is sourced by the job script. | |||
At this point we're ready to take a crack at running the model. Go into your experiment home directory (e.g., /home/colarco/geos5/dragnet). You can start the model job by issuing: | |||
% qsub gcm_run.j | |||
And check the progress by issuingL | |||
% qstat | grep YOUR_USERNAME |