From 17f3fa441ef982b391cedbfedbb3817716039005 Mon Sep 17 00:00:00 2001
From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr>
Date: Wed, 6 Mar 2024 09:30:32 +0100
Subject: [PATCH] Philippe 06/03/2024: fix: add missing renames of module
 modd_sto_file -> modd_lagr_traj

---
 src/LIB/SURCOUCHE/src/mode_io_tools_nc4.f90 | 2 +-
 src/LIB/SURCOUCHE/src/mode_io_write_nc4.f90 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/LIB/SURCOUCHE/src/mode_io_tools_nc4.f90 b/src/LIB/SURCOUCHE/src/mode_io_tools_nc4.f90
index 86b841fc8..0efd6aaa2 100644
--- a/src/LIB/SURCOUCHE/src/mode_io_tools_nc4.f90
+++ b/src/LIB/SURCOUCHE/src/mode_io_tools_nc4.f90
@@ -283,7 +283,7 @@ use modd_radiations_n,  only: nlwb_mnh, nswb_mnh
 use modd_series,        only: lseries
 use modd_series_n,      only: nsnbstept
 use modd_station_n,     only: lstation, tstations_time
-use modd_sto_file,      only: ntrajstlg
+use modd_lagr_traj,     only: ntrajstlg
 
 TYPE(TFILEDATA),INTENT(INOUT)        :: TPFILE
 CHARACTER(LEN=*),OPTIONAL,INTENT(IN) :: HPROGRAM_ORIG !To emulate a file coming from this program
diff --git a/src/LIB/SURCOUCHE/src/mode_io_write_nc4.f90 b/src/LIB/SURCOUCHE/src/mode_io_write_nc4.f90
index 7a35c92bf..3e3ed1ea4 100644
--- a/src/LIB/SURCOUCHE/src/mode_io_write_nc4.f90
+++ b/src/LIB/SURCOUCHE/src/mode_io_write_nc4.f90
@@ -1470,7 +1470,7 @@ use modd_profiler_n, only: lprofiler, tprofilers_time
 use modd_series,     only: lseries
 use modd_series_n,   only: nsnbstept, tpsdates
 use modd_station_n,  only: lstation, tstations_time
-use modd_sto_file,   only: ntrajstlg, tlagr_dates
+use modd_lagr_traj,  only: ntrajstlg, tlagr_dates
 use modd_time,       only: tdtseg
 use modd_time_n,     only: tdtcur
 use modd_type_date,  only: date_time
-- 
GitLab