Running the GEOS-5 SBU Benchmark: Difference between revisions
→Setting up an experiment: Create_expt |
|||
Line 109: | Line 109: | ||
==Run the model== | ==Run the model== | ||
===Setting up | To make sure all works, we will first try setting up a simple one-day experiment. | ||
===Setting up a one-day experiment=== | |||
Go into the model application directory and do a couple of preliminary commands: | Go into the model application directory and do a couple of preliminary commands: | ||
Line 117: | Line 119: | ||
$ echo $NOBACKUP > ~/.EXPDIRroot | $ echo $NOBACKUP > ~/.EXPDIRroot | ||
These echos set up some defaults. While they both don't have to be in the same location, it's highly recommended they are. Also, make sure they are in a nobackup directory. | These echos set up some defaults. While they both don't have to be in the same location, it's highly recommended they are and the use of the script below assumes they are. Also, make sure they are in a nobackup directory. | ||
Now you can run <tt>create_expt.py</tt>: | Now you can run <tt>create_expt.py</tt>: | ||
Line 160: | Line 162: | ||
This is a script that attempts to ease setting up a GEOS-5 AGCM run. It has some "smarts" in that it will detect from an experiment ID some information, but you can be explicit (to the point you can specify impossible experiments too). | This is a script that attempts to ease setting up a GEOS-5 AGCM run. It has some "smarts" in that it will detect from an experiment ID some information, but you can be explicit (to the point you can specify impossible experiments too). | ||
To actually create the experiment, run the script: | |||
$ ~mathomp4/bin/create_expt.py test-1day-expt --horz c48 | |||
Horizontal resolution c48 passed in | |||
Using c48 horizontal resolution | |||
Assuming default vertical resolution of 72 | |||
Using 72 vertical resolution | |||
Assuming default ocean resolution of o1 | |||
Using o1 ocean resolution | |||
Using actual aerosols | |||
Running gcm_setup...done. | |||
Experiment is located in directory: /discover/nobackup/mathomp4/test-1day-expt | |||
===Run a one-day test=== | |||
To run the job, the experiment | |||
[[Category:SI Team]] | [[Category:SI Team]] | ||
[[Category:CVS]] | [[Category:CVS]] | ||
[[Category:Running the Model]] | [[Category:Running the Model]] |