Skip to content
Snippets Groups Projects
Commit 69f1f286 authored by Ovidio Fernando Garcia Oliva's avatar Ovidio Fernando Garcia Oliva
Browse files

Update ReadMe.md

parent 767ab6fa
No related branches found
No related tags found
No related merge requests found
......@@ -44,3 +44,14 @@ To compile and run GETM:
2. compile GETM by running the make command
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).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment