Skip to content
Snippets Groups Projects
Commit 0a36a284 authored by Stefano Serafin's avatar Stefano Serafin
Browse files

instructions to copy WRF run dirs

parent 4cb2b6e9
Branches
Tags
No related merge requests found
......@@ -33,9 +33,15 @@ WRF and related programs run as executables on linux machines and clusters. Runn
If someone else already compiled it on the computer you'll be working with, you just need to:
* copy their WRF run directory.
* Copy their WRF run directory. For instance on `srvx1`, some WRF run directories are available in `/users/staff/serafin/RUN`. You can get one with, for instance:
* replicate exactly their compilation and runtime environment.
```sh
cp -rL /users/staff/serafin/RUN/WRFv4.4.2_scm/ .
```
* Replicate exactly their compilation and runtime environment (see the chapter on "Setting up your environment" below).
For instance
### Option 2: Get the source code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment