File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,13 +145,13 @@ Create the MPAS Cluster
145145
146146``` bash
147147CLUSTER_NAME=" mpas-cluster"
148- pcluster create ${CLUSTER_NAME} -c config/mpas-x86-64.ini
148+ pcluster create ${CLUSTER_NAME} -c config/mpas-x86-64.ini --region ${AWS_REGION}
149149```
150150
151151Connect to the cluster
152152
153153``` bash
154- pcluster ssh ${CLUSTER_NAME} -i ~ /.ssh/${SSH_KEY_NAME}
154+ pcluster ssh ${CLUSTER_NAME} -i ~ /.ssh/${SSH_KEY_NAME} --region ${AWS_REGION}
155155```
156156
157157### Run Supercell test case
@@ -167,8 +167,8 @@ Here are the steps:
167167
168168``` bash
169169cd /fsx
170- wget http://www2.mmm.ucar.edu/projects/mpas/test_cases/v7.0/supercell.tar.gz
171- tar -xzf supercell.tar.gz
170+ curl -LO http://www2.mmm.ucar.edu/projects/mpas/test_cases/v7.0/supercell.tar.gz
171+ tar -xzf supercell.tar.gz && cd supercell
172172```
173173
174174#### Run the Supercell simulation
You can’t perform that action at this time.
0 commit comments