Setup files of a 2D-vertical model of the 79°N Glacier fjord (Greenland) implemented in GETM, the General Estuarine Transport Model
Go to the latest release:
Please cite the DOI of the version you use. The DOI badge above always redirects to the latest version. Make sure to also cite the corresponding paper by Reinert et al. (2023).
Markus Reinert, Marvin Lorenz, Knut Klingbeil, Bjarne Büchmann, and Hans Burchard (2023): High-resolution simulations of the plume dynamics in an idealized 79°N Glacier cavity using adaptive vertical coordinates. Journal of Advances in Modeling Earth Systems (JAMES), 15, e2023MS003721. DOI: 10.1029/2023MS003721
-
GETM source code from DOI: 10.5281/zenodo.7741925, see the GETM website for compilation instructions
-
Flexible output manager for a simplifed handling of the model output
-
Editscenario to create the namelist files
-
Ncmerge to merge the output files from parallel GETM runs into a single file
-
Python in version 3 with Xarray and SciPy to create the input files for the model
- Download this repository and go to the downloaded directory.
- Create the sub-directories
bin
andstore
. - Copy the GETM executable to
bin/getm
. - Look at the script run.sh, check the two settings at the
beginning of the file, and correct them if needed:
- The path
GETMDIR
must point to the code-directory of GETM. - The number of CPU cores in
nCPU
must be available on your computer.
- The path
- Modify the parameters in fjord_322.xml for the experiment you want to run, or keep the file as it is for the default scenario.
- Run the script run.sh, for example with
nohup ./run.sh &
to start the model in the background and to keep the model running even if you disconnect from the server. - Look at the output files in the folder
store
. We suggest PyNcView for looking at NetCDF files generated by GETM.
This is a 150 km-long, 20 km-wide 2D-vertical estuary with a maximum depth of 900 m and a minimum bottom depth of 300 m. The model has 301×3 grid cells, of which j=1, j=3, and i=1 are land points. The model is initialized with a horizontally homogeneous temperature and salinity stratification. It has an open boundary on the right and a glacial discharge modeled as river input on the left. The left part of the domain is covered by glacial ice. The lower edge of the ice tongue decreases monotonically from a depth of 600 m at the grounding line (x = 0) to a depth of 75 m at the calving front (x = 75 km), then it decreases linearly with a 1%-slope to sea level (z = 0). The system reaches an almost steady state after about 6 months.
The model output for the default settings and several sensitivity experiments can be downloaded from DOI: 10.5281/zenodo.7755908.