@@ -101,18 +101,18 @@ ICON can be downloaded and used under a [personal non-commercial research licens
1. Prepare for an out-of-source build. Create a build directory wherever you want and move into it. In the build directory, execute `jet.ifort.sh` (the configuration script above)
The code will not build otherwise. Setting this variable may have to be necessary even at runtime (not tested yet!).
1. Compile the code by running the following in the build directory (`-j8` is optional, it's only about running multiple compile jobs in parallel):
```sh
make -j8
(mypy36)[serafin@jet01 jet]$ make -j8
```
1. Copy in the build directory all the files needed to generate the ICON run scripts. The easiest way to do so is to use the following script (after editing the paths `ICON_SRC_DIR` and `ICON_BUILD_DIR`):
...
...
@@ -135,3 +135,7 @@ ICON can be downloaded and used under a [personal non-commercial research licens
ln -sf $ICON_SRC_DIR/data
ln -sf $ICON_SRC_DIR/vertical_coord_tables
```
You may call it `copy_make_runscripts.sh`, then give it execution permissions and run it: