From 98ee2ab6de4374944084a1253e2b92bbe29e685c Mon Sep 17 00:00:00 2001 From: Alexander Mahura Date: Tue, 30 Apr 2024 12:05:46 +0300 Subject: [PATCH] updated README-file, load_modules.sh, bug fixes --- README.md | 6 +++--- SATELLITE/gsv_mod_data.sh | 2 +- load_modules.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 92c44dadb..5bc656a62 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ git checkout newbranch ``` This will clone the "newbranch"-branch of the "obsall" repository. -**Modules**: to set environment in order to run OBSALL application in LUMI: execute bash-script containing list of required modules (see below): `./load_modules.sh` +**Modules**: to set environment in order to run OBSALL application in LUMI: execute bash-script containing list of required modules (see below): `source load_modules.sh` ``` # Load modules for OBSALL Apps (required for SYNOP, RADSOUND, and SATELLITE Parts) module use /project/project_465000454/devaraju/modules/LUMI/23.03/C @@ -69,8 +69,8 @@ module load python-climatedt/3.11.3-cpeCray-23.03.lua module load pyfdb/0.0.2-cpeCray-23.03.lua module load cray-hdf5/1.12.2.3 module load cray-netcdf/4.9.0.3 -module load rttov/13.2 -module load radsim/3.2 +module load rttov/13.2.lua +module load radsim/3.2.lua module load fdb/5.11.94-cpeCray-23.03.lua module load eckit/1.25.0-cpeCray-23.03.lua module load metkit/1.11.0-cpeCray-23.03.lua diff --git a/SATELLITE/gsv_mod_data.sh b/SATELLITE/gsv_mod_data.sh index 28c1a1d30..a51d951e4 100755 --- a/SATELLITE/gsv_mod_data.sh +++ b/SATELLITE/gsv_mod_data.sh @@ -126,7 +126,7 @@ python3 convert_pl2ml.py $gsv_depo/$cdate_s2$hour/pl.nc $sp $vct_dat ${intp_file #LT ##$scriptdir/nc2grib.exe < nc2grib.exe << EOF +./nc2grib.exe << EOF ¶m infile3d = "$intp_file" file_u10 = "$gsv_depo/$cdate_s2$hour/10u_${res}_cdo_copy.nc" diff --git a/load_modules.sh b/load_modules.sh index 2b40052ad..ef388003e 100755 --- a/load_modules.sh +++ b/load_modules.sh @@ -19,8 +19,8 @@ module load python-climatedt/3.11.3-cpeCray-23.03.lua module load pyfdb/0.0.2-cpeCray-23.03.lua module load cray-hdf5/1.12.2.3 module load cray-netcdf/4.9.0.3 -module load rttov/13.2 -module load radsim/3.2 +module load rttov/13.2.lua +module load radsim/3.2.lua module load fdb/5.11.94-cpeCray-23.03.lua module load eckit/1.25.0-cpeCray-23.03.lua module load metkit/1.11.0-cpeCray-23.03.lua -- GitLab