Page 1 of 1

Floating point exception when using wrfout to get backward trajectory

Posted: April 29th, 2019, 9:43 pm
by grug
2017-06
2017 06 04 05
&SETUP
tratio = 0.75
delt = 0.0
mgmin = 10
khmax = 9999
kmixd = 0
kmsl = 0
kagl = 1
k10m = 1
nstr = 0
mhrs = 9999
nver = 0
tout = 60
tm_pres = 1
tm_tpot = 0
tm_tamb = 1
tm_rain = 1
tm_mixd = 1
tm_relh = 1
tm_sphu = 1
tm_mixr = 1
tm_dswf = 0
tm_terr = 1
dxf = 1.00
dyf = 1.00
dzf = 0.01
messg = 'MESSAGE'
/
./traj_back-NJ-2017meteo.sh: line 100: 19727 Floating point exception${MDL}/exec/hyts_std
File not found:tdump
mv: cannot stat `trajplot.ps': No such file or directory

Re: Floating point exception when using wrfout to get backward trajectory

Posted: April 30th, 2019, 9:22 am
by alicec
It looks like you are giving us the contents of the namelist SETUP.CFG file here and
the name of a script that you ran

./traj_back-NJ-2017meteo.sh

What is in the script?
Is a MESSAGE file generated?
If so, what is in it?
You are using WRF output for the met data?
Try running profile or chk_file on your met data to
make sure it was converted properly.

Alice