Skip to content

Commit 909571a

Browse files
committed
Link the tables instead of copying
1 parent fd5e89d commit 909571a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

02-run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ln -s ~/MPAS-Model_v8.3/atmosphere_model .
3131
cp ~/MPAS-Model_v8.3/namelist.atmosphere .
3232
cp ~/MPAS-Model_v8.3/streams.atmosphere .
3333
cp ~/MPAS-Model_v8.3/stream_list.atmosphere.* .
34-
cp ~/MPAS-Model_v8.3/src/core_atmosphere/physics/physics_wrf/files/* .
34+
ln -s ~/MPAS-Model_v8.3/src/core_atmosphere/physics/physics_wrf/files/* .
3535
```
3636

3737
## Static file
@@ -300,7 +300,7 @@ ln -s ~/MPAS-Model_v8.3/atmosphere_model .
300300
cp ~/MPAS-Model_v8.3/namelist.atmosphere .
301301
cp ~/MPAS-Model_v8.3/streams.atmosphere .
302302
cp ~/MPAS-Model_v8.3/stream_list.atmosphere.* .
303-
cp ~/MPAS-Model_v8.3/src/core_atmosphere/physics/physics_wrf/files/* .
303+
ln -s ~/MPAS-Model_v8.3/src/core_atmosphere/physics/physics_wrf/files/* .
304304
```
305305

306306
Note that we link a static file instead of a grid file

0 commit comments

Comments
 (0)