diff --git a/nemo/README.md b/nemo/README.md index 95b6fc7eb4d344d1d6e28a08aecb8e3658fe3055..e135da5909298a07388035ac550d6d7744f6cfad 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