#/*************************************************************************/
#/**
# * \file nwcgeo_v2025.0_env.sh
# * \brief Definition of environment variables for NWC/GEO vMTG.ORR1 (sh shell)
# *
# *
# * \par Copyright 2024, EUMETSAT, All Rights Reserved
# *
# * \par PRODUCED BY :  GMV Aerospace and Defence S.A.U.
# *                     This SW was developed by GMV within the
# *                     context of the EUMETSAT Satellite Application
# *                     Facility Co-operation Agreement for Support to
# *                     Nowcasting and Very Short Range Forecasting.
# *
# * \par PROJECT     :  NWC SAF
# *
# * \par UNIT NAME   :  NWC/GEO
# *
# * \par FILE        :  nnwcgeo_v2025.0_env.sh
# *
# * \par TYPE        :  template
# *
# * \par FUNCTION    :
# *                     Definition of environment variables for NWC/GEO vmtg.orr1
# *                     under bash, sh or ksh shells
# *
# **************************************************************************/
#/* HISTORY
# *
# *  DATE      VERSION     AUTHOR     REASONS
# * JAN 2022   vmtg.orr1    GMV      First version
# * AUG 2023   v2024        GMV      Updated to v2024.0
# * SEP 2024   v2025        GMV      Updated to v2025.0
# * MAR 2025    v2025        GMV       Updated to v2025
# * JUL 2025    v2025.1      GMV       Updated to v2025.1
# * MAR 2026    v2025.2      GMV       Updated to v2025.2
# **************************************************************************/
#

export TZ=UTC

export SAFNWC=<safnwc_home_dir>
export SAFNWC_CONFIG_DIR=<safnwc_config_dir>
export SAFNWC_EXPORT_DIR=<safnwc_export_dir>
export SAFNWC_IMPORT_DIR=<safnwc_import_dir>
export SAFNWC_LOGS_DIR=<safnwc_logs_dir>
export SAFNWC_TMP_DIR=<safnwc_tmp_dir>

export CC=gcc
export FC=gfortran
export CFLAGS="-O3 -fcommon <openmp>"
export FFLAGS="-O3 -fcommon <openmp>"
export ARCH=linux
export HDF5_PLUGIN_PATH=$SAFNWC/COTS/hdf5/lib/plugin/
export HDF5_USE_FILE_LOCKING=FALSE

export PATH=$SAFNWC/bin:$SAFNWC/COTS/bin:$PATH
export LD_LIBRARY_PATH=$SAFNWC/COTS/lib:$LD_LIBRARY_PATH
