From 0a36a284de9f10f308d8ea1cda3d6cf7b9809797 Mon Sep 17 00:00:00 2001 From: Stefano Serafin <serafin@srvx1.img.univie.ac.at> Date: Fri, 5 May 2023 16:08:44 +0200 Subject: [PATCH] instructions to copy WRF run dirs --- WRF.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/WRF.md b/WRF.md index 84378d1..7150a0b 100644 --- a/WRF.md +++ b/WRF.md @@ -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 -- GitLab