From 1915725f4cb0401e5c1901f96639f296c6b00fee Mon Sep 17 00:00:00 2001 From: Tonn Rueter Date: Fri, 30 Jan 2026 18:34:31 +0100 Subject: [PATCH] Intro'd dummy file to trigger PR --- dummyFile.R | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dummyFile.R diff --git a/dummyFile.R b/dummyFile.R new file mode 100644 index 000000000..28a077f73 --- /dev/null +++ b/dummyFile.R @@ -0,0 +1,17 @@ +#!/usr/bin/env Rscript +# | (C) 2006-2024 Potsdam Institute for Climate Impact Research (PIK) +# | authors, and contributors see CITATION.cff file. This file is part +# | of REMIND and licensed under AGPL-3.0-or-later. Under Section 7 of +# | AGPL-3.0, you are granted additional permissions described in the +# | REMIND License Exception, version 1.0 (see LICENSE file). +# | Contact: remind@pik-potsdam.de +########################################################## +#### REMIND Output Generation #### +########################################################## +# Version 1.0 +# Type "Rscript output.R" to start the script in the command line + +# Based on the Version 2.2 of same file in the MAgPIE main folder +######################################################################################### + +# Delete this file. We just wanna trigger a merge. \ No newline at end of file