From 740ece1517a1dbc2bc07597dbdd6372668df6160 Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Tue, 22 Jun 2021 16:20:29 +0000 Subject: [PATCH] Fix module base for Hera There was a missing slash in the module load for crtm in the module_base file for Hera. --- modulefiles/module_base.hera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/module_base.hera b/modulefiles/module_base.hera index 383e8f9b45..01b1be0e1c 100644 --- a/modulefiles/module_base.hera +++ b/modulefiles/module_base.hera @@ -14,7 +14,7 @@ module load hpc-impi/2018.0.4 module load g2/3.4.1 module load g2tmpl/1.9.1 module load grib_util/1.2.2 -module load crtm 2.3.0 +module load crtm/2.3.0 module load prod_util/1.2.2 module load grib_util/1.2.2 module load ip/3.3.3