3. run GETM by submitting slurm jobs to the cluster or issue `mpirun -np X bin/getm`
# Visualization
To visualize the results of this setup run `visualize-2d.sh`
This script:
- uses `ncmerge` to combine the individual nc files of the results (see [Issue](https://codebase.helmholtz.cloud/dam-elbextreme/elbe-setup/-/issues/14)).
- runs the r script `elbe-2d-visualization.r`, which produces figures of FABM variables as curtain plots, e.g., see [Issue](https://codebase.helmholtz.cloud/dam-elbextreme/getm-setup-elbe-2d/-/issues/7).
- has two resolution modes: high resolution (`hi.res = T`) uses BarnesInterpolation (slow and fine) and low resolution (`hi.res = F`) uses bined averages (fast and rough).