From 1e44ea19a0b4d5bc2ae7fe15d05b799c84b53722 Mon Sep 17 00:00:00 2001
From: sibylle <sibylle.techene@locean.ipsl.fr>
Date: Fri, 21 Jan 2022 16:03:35 +0100
Subject: [PATCH] RK3/AGRIF/TOP bug fix : USE missing in trc_trp routine after
 Agrif routine displacement

---
 src/TOP/TRP/trctrp.F90 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/TOP/TRP/trctrp.F90 b/src/TOP/TRP/trctrp.F90
index e01298e1..03b07bdc 100644
--- a/src/TOP/TRP/trctrp.F90
+++ b/src/TOP/TRP/trctrp.F90
@@ -33,6 +33,9 @@ MODULE trctrp
 
 #if defined key_agrif
    USE agrif_top_sponge ! tracers sponges
+# if defined key_RK3
+   USE agrif_top_interp
+# endif
 #endif
 
    IMPLICIT NONE
-- 
GitLab