#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.
#
# Juan : 26/09/2007 
# for "g95"-->  set IEEE to error on floating pointe probleme
#
export G95_FPU_DENORMAL=F
export G95_FPU_INVALID=T
export G95_FPU_ZERODIV=T
export G95_FPU_OVERFLOW=T
export G95_UNBUFFERED_ALL=T

