|
79 | 79 | "set RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n", |
80 | 80 | "set COMPSET=B1850\n", |
81 | 81 | "set RESOLUTION=f19_g17\n", |
82 | | - "set PROJECT=UESM0014\n", |
83 | 82 | "```\n", |
84 | 83 | "\n", |
85 | | - "Note: You should use the project number given for this tutorial.\n", |
86 | | - "\n", |
87 | 84 | "**For bash users** \n", |
88 | 85 | " \n", |
89 | 86 | "```\n", |
|
92 | 89 | "export RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n", |
93 | 90 | "export COMPSET=B1850\n", |
94 | 91 | "export RESOLUTION=f19_g17\n", |
95 | | - "export PROJECT=UESM0014\n", |
96 | 92 | "```\n", |
97 | 93 | "\n", |
98 | | - "Note: You should use the project number given for this tutorial.\n", |
| 94 | + "Note: Make sure you have `$PROJECT` set to the project number given for this tutorial..\n", |
99 | 95 | "\n", |
100 | 96 | "**# Make a case directory**\n", |
101 | 97 | "\n", |
|
111 | 107 | "Create a new case with the command ``create_newcase``:\n", |
112 | 108 | "```\n", |
113 | 109 | "cd /glade/u/home/$USER/code/my_cesm_code/cime/scripts/\n", |
114 | | - "./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET --project $PROJECT\n", |
| 110 | + "./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET\n", |
115 | 111 | "```\n", |
116 | 112 | "\n", |
117 | 113 | "**# Change the job queue**\n", |
|
151 | 147 | "**# Build and submit**\n", |
152 | 148 | "\n", |
153 | 149 | "```\n", |
154 | | - "qcmd -A $PROJECT -- ./case.build\n", |
| 150 | + "qcmd -- ./case.build\n", |
155 | 151 | "./case.submit\n", |
156 | 152 | "```\n", |
157 | 153 | "------------\n", |
|
0 commit comments