From 3de90d571b19c0d841da80ff2e327eb5cc522a24 Mon Sep 17 00:00:00 2001
From: Sebastien Masson <sebastien.masson@locean.ipsl.fr>
Date: Mon, 24 Oct 2022 09:07:37 +0000
Subject: [PATCH] non_MPI working in the main

---
 src/OCE/LBC/mppini.F90 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/OCE/LBC/mppini.F90 b/src/OCE/LBC/mppini.F90
index e5cd21c3..cd10d887 100644
--- a/src/OCE/LBC/mppini.F90
+++ b/src/OCE/LBC/mppini.F90
@@ -86,6 +86,7 @@ CONTAINS
       l_IdoNFold = l_NFold                         ! is this process doing North fold?
       !
       CALL init_doloop                       ! set start/end indices or do-loop depending on the halo width value (nn_hls)
+      CALL init_locglo                       ! define now functions needed to convert indices from/to global to/from local domains
       !
       IF(lwp) THEN
          WRITE(numout,*)
-- 
GitLab