From f4a80066e76e2a141dcad699c0e3d4df70ba7c37 Mon Sep 17 00:00:00 2001
From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr>
Date: Thu, 17 Dec 2020 15:19:35 +0100
Subject: [PATCH] Philippe 17/12/2020: remove duplicated modd_type_date.f90
 file

---
 src/LIB/SURCOUCHE/src/modd_type_date.f90 | 66 ------------------------
 1 file changed, 66 deletions(-)
 delete mode 100644 src/LIB/SURCOUCHE/src/modd_type_date.f90

diff --git a/src/LIB/SURCOUCHE/src/modd_type_date.f90 b/src/LIB/SURCOUCHE/src/modd_type_date.f90
deleted file mode 100644
index f7a3949cf..000000000
--- a/src/LIB/SURCOUCHE/src/modd_type_date.f90
+++ /dev/null
@@ -1,66 +0,0 @@
-!MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
-!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
-!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt  
-!MNH_LIC for details. version 1.
-!-----------------------------------------------------------------
-!--------------- special set of characters for CVS information
-!-----------------------------------------------------------------
-! $Source$
-! $Name$ 
-! $Revision$ 
-! $Date$
-!-----------------------------------------------------------------
-!-----------------------------------------------------------------
-
-!-----------------------------------------------------------------
-!--------------- special set of characters for SCCS information
-!-----------------------------------------------------------------
-!      @(#) Lib:/d10/free/mesonh/sources/modd/s.modd_type_date.f90, Version:1.6, Date:01/01/15, Last modified:00/12/21
-!-----------------------------------------------------------------
-!     #################
-      MODULE MODD_TYPE_DATE
-!     #################
-!
-!!****  *MODD_TYPE_DATE* - declaration of temporal types
-!!
-!!    PURPOSE
-!!    -------
-!       The purpose of this declarative module is to define
-!      the time types. 
-!
-!!
-!!**  IMPLICIT ARGUMENTS
-!!    ------------------
-!!      NONE 
-!!
-!!    REFERENCE
-!!    --------- 
-!!      Book2 of documentation of Meso-NH (module MODD_TYPE_DATE)
-!!       
-!!    AUTHOR
-!!    ------
-!!	P. Jabouille   *Meteo France*
-!!
-!!    MODIFICATIONS
-!!    -------------
-!!      Original    11/08/97                      
-!-------------------------------------------------------------------------------
-!
-!*       0.   DECLARATIONS
-!             ------------
-!
-!
-IMPLICIT NONE
-!
-TYPE DATE
-INTEGER :: YEAR
-INTEGER :: MONTH
-INTEGER :: DAY
-END TYPE DATE
-!
-TYPE DATE_TIME
-TYPE (DATE) :: TDATE
-REAL :: TIME
-END TYPE DATE_TIME 
-!
-END MODULE MODD_TYPE_DATE
-- 
GitLab