File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ln -s ~/MPAS-Model_v8.3/atmosphere_model .
3131cp ~/MPAS-Model_v8.3/namelist.atmosphere .
3232cp ~/MPAS-Model_v8.3/streams.atmosphere .
3333cp ~/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 .
300300cp ~/MPAS-Model_v8.3/namelist.atmosphere .
301301cp ~/MPAS-Model_v8.3/streams.atmosphere .
302302cp ~/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
306306Note that we link a static file instead of a grid file
You can’t perform that action at this time.
0 commit comments