Skip to content

Commit 23e7c9b

Browse files
authored
Merge pull request #20 from mhuguesaws/bugfix/mpas_region
Fix region specification mpas
2 parents 23183a5 + a0a46f0 commit 23e7c9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/mpas/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ Create the MPAS Cluster
145145

146146
```bash
147147
CLUSTER_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

151151
Connect 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
169169
cd /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

0 commit comments

Comments
 (0)