From 5d86838262fc0d2e6124c3ff9a0c34a49a82b47d Mon Sep 17 00:00:00 2001
From: Aiko Voigt <aiko.voigt@univie.ac.at>
Date: Tue, 14 May 2024 13:43:38 +0200
Subject: [PATCH] Adds note for MAC-SP aerosols beyond year 2016

---
 runs/amip/exp.amip.run | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/runs/amip/exp.amip.run b/runs/amip/exp.amip.run
index 0838f81..ff095bd 100755
--- a/runs/amip/exp.amip.run
+++ b/runs/amip/exp.amip.run
@@ -130,6 +130,10 @@ model_dir=/home/fs72044/avoigt_teach/climlab_s2024/icon-esm-univie
 ln -sfv $model_dir/data/lsdata.nc .
 ln -sfv $model_dir/data/ECHAM6_CldOptProps.nc .
 ln -sfv $model_dir/data/MACv2.0-SP_v1.nc .
+# note: to run beyond year 2016 with the MAC-SP aersosol (irad_aero=18), then use the manually fixed MAC-SP file:
+# rm -f MACv2.0-SP_v1.nc
+# cp $model_dir/data/MACv2.0-SP_v1.fixed-for-use-beyond2016.nc MACv2.0-SP_v1.nc
+
 
 # [files.atmosphere.model.run]
 run_dir=$model_dir/run
-- 
GitLab