From b2808717cae8292b696acb1ad5f26aee0e126bb5 Mon Sep 17 00:00:00 2001 From: Ozan Karsavuran Date: Tue, 27 Oct 2020 01:54:24 +0200 Subject: [PATCH] Update nemo/README.md --- nemo/README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/nemo/README.md b/nemo/README.md index 95b6fc7..e135da5 100644 --- a/nemo/README.md +++ b/nemo/README.md @@ -57,16 +57,18 @@ Note that XIOS requires `Netcdf4`. Please load the appropriate `HDF5` and `NetCD ``` You may also use [nemogcm.F90](nemogcm.F90) by replacing it with `src/OCE/nemogcm.F90` -4. Add `GYRE_testing OCE TOP` line to `refs_cfg.txt` file. - Then go to cfgs folder and: - ``` mkdir GYRE_testing ``` - ``` rsync -arv GYRE_PISCES/* GYRE_testing/ ``` - ``` mv GYRE_testing/cpp_GYRE_PISCES.fcm GYRE_testing/cpp_GYRE_testing.fcm ``` - ``` In GYRE_testing/cpp_GYRE_testing.fcm file replace key_top with key_nosignedzero - ``` -5. Then build the executable with the following command +4. go to `cfgs` folder and add `GYRE_testing OCE TOP` line to `refs_cfg.txt` file. + Then: + ``` + mkdir GYRE_testing + rsync -arv GYRE_PISCES/* GYRE_testing/ + mv GYRE_testing/cpp_GYRE_PISCES.fcm GYRE_testing/cpp_GYRE_testing.fcm + In GYRE_testing/cpp_GYRE_testing.fcm file replace key_top with key_nosignedzero + ``` + +5. Build the executable with the following command ``` - ./makenemo -m MY_CONFIG -r GYRE_testing + ../makenemo -m MY_CONFIG -r GYRE_testing ``` ## Mechanics of Running Benchmark -- GitLab