diff --git a/src/configure b/src/configure
index d911ff218651940a977c9e3f96f83a30aaf3379b..6394f987d241e27b191599a5bcd1ac642f6257c3 100755
--- a/src/configure
+++ b/src/configure
@@ -556,6 +556,22 @@ source /soft/irsrvsoft1/expl/eb/r17/$(echo el_`lsb_release -r | awk -F ":" ' {pr
 "}
               ;;
 
+'Linux datarmor'*)
+                export     ARCH=${ARCH:-LXifort}
+                export  VER_MPI=${VER_MPI:-MPIINTEL}
+                export OPTLEVEL=${OPTLEVEL:-O2}
+                export VER_CDF=${VER_CDF:-CDFAUTO}
+                export   MNHENV=${MNHENV:-"
+module purge
+module load cmake/3.15.0
+module load intel-fc-20/19.1.3
+module load gcc/12.2.0
+module load impi/2019.9.304
+export CC=gcc
+export CXX=g++
+"}
+              ;;
+
 Linux*)
                 export     ARCH=${ARCH:-LXgfortran}
                 export  VER_MPI=${VER_MPI:-MPIVIDE}