Heracles 5.1 Quick Start: Difference between revisions
Initial Commit |
|||
(One intermediate revision by the same user not shown) | |||
Line 123: | Line 123: | ||
o3 (1/8-deg, 2880x1440 OSTIA) | o3 (1/8-deg, 2880x1440 OSTIA) | ||
Do you wish to run GOCART with Actual or Climatological Aerosols? (Enter: A (Default) or C) | |||
Do you wish to run GOCART? (Default: | |||
Enter the GOCART Emission Files to use: MERRA2 (Default), PIESA, CMIP, NR, MERRA2-DD or OPS: | |||
Enter the tag or directory (/filename) of the HISTORY.AGCM.rc.tmpl to use | Enter the tag or directory (/filename) of the HISTORY.AGCM.rc.tmpl to use | ||
Line 131: | Line 133: | ||
Hit ENTER to use Default Tag/Location: (Current) | Hit ENTER to use Default Tag/Location: (Current) | ||
'''NOTE''': Some things are easier if your HOME and EXPERIMENT directories are the same. For the next two, look carefully at the default and make sure they are both pointing to the same <code>nobackup</code> location. | '''NOTE''': Some/Many things are easier if your HOME and EXPERIMENT directories are the same. For the next two, look carefully at the default and make sure they are both pointing to the same <code>nobackup</code> location. | ||
Enter Desired Location for the HOME Directory (to contain scripts and RC files) | Enter Desired Location for the HOME Directory (to contain scripts and RC files) | ||
Line 185: | Line 187: | ||
limit stacksize unlimited | limit stacksize unlimited | ||
set arch = `uname` | set arch = `uname` | ||
The <code>umask 022</code> is not strictly necessary, but it will make the various files readable to others, which will facilitate data sharing and user support. Your home directory <code>~''USERID''</code> is also inaccessible to others by default; running <code>chmod 755 ~</code> is helpful. | The <code>umask 022</code> is not strictly necessary, but it will make the various files readable to others, which will facilitate data sharing and user support. Your home directory <code>~''USERID''</code> is also inaccessible to others by default; running <code>chmod 755 ~</code> is helpful. |