[Wrf-users] WRF postprocessing
Khaled Ganbour
kganbour at yahoo.com
Tue Jan 22 11:06:51 MST 2013
Dear All:
When I run WPPV3/scripts/run_wrfpost,there is output for 00 hour only and stop at the next step to produce the next output 01 or 02 such as following :
rw-r--r-- 1 khaled khaled 160494 2013-01-22 19:53 wrfpost_d01.000.out
-rw-r--r-- 1 khaled khaled 12314 2013-01-22 19:49 wrfpost_d01.001.out
-rw-r--r-- 1 khaled khaled 1334 2013-01-22 19:53 wrfpost_d01.002.out
-rwxr-xr-x 1 khaled khaled 0 2013-01-22 19:53 wrfprs_d01.000
-rwxr-xr-x 1 khaled khaled 2086820 2013-01-22 19:53 WRFPRS_d01.000
______________________________________________________________
when I run run_wrfpost, the result and the error is such as following :
<khaled>./run_wrfpost
+ export TOP_DIR=/home/khaled
+ export DOMAINPATH=/home/khaled/wrf/WPPV3/wrfprd
+ dyncore=NMM
+ [ NMM = NMM ]
+ export tag=NMM
+ export startdate=2012053000
+ export fhr=00
+ export lastfhr=06
+ export incrementhr=02
+ export WRF_POSTPROC_HOME=/home/khaled/wrf/WPPV3
+ export POSTEXEC=/home/khaled/wrf/WPPV3/exec
+ export SCRIPTS=/home/khaled/wrf/WPPV3/scripts
+ export WRFPATH=/home/khaled/WRFV3
+ cd /home/khaled/wrf/WPPV3/wrfprd/
+ ln -fs /home/khaled/WRFV3/run/ETAMPNEW_DATA eta_micro_lookup.dat
+ ln -fs /home/khaled/wrf/WPPV3/wrfprd/parm/wrf_cntrl.parm .
+ export tmmark=tm00
+ export MP_SHARED_MEMORY=yes
+ export MP_LABELIO=yes
+ pwd
/home/khaled/wrf/WPPV3/wrfprd
+ ls -x
copygb_gridnav.txt copygb_hwrf.txt eta_micro_lookup.dat
ETAPROFILE.txt fort.110 fort.14
griddef.out itag parm
wrf_cntrl.parm wrfout_d01_2012-05-30_00:00:00 wrfout_d01_2012-05-30_01:00:00
wrfout_d01_2012-05-30_01:00:37.old wrfout_d01_2012-05-30_02:00:20 wrfout_d01_2012-05-30_03:00:02
wrfout_d01_2012-05-30_04:00:40 wrfout_d01_2012-05-30_05:00:22 wrfout_d01_2012-05-30_06:00:05
wrfpost_d01.000.out wrfpost_d01.001.out wrfpost_d01.002.out
wrfprs_d01.000 WRFPRS_d01.000
+ export NEWDATE=2012053000
+ [ 00 -le 06 ]
+ typeset -Z3 fhr
+ /home/khaled/wrf/WPPV3/exec/ndate.exe +000 2012053000
cpu real user sys ratio node
total 0.00 0.00 0.00 0.00x
memory local global res size pag flts pag flts voluntary involunt
heap heap (pages) minor major switches switches
total 1KB 1KB 0 311 0 0 1
messages send send send recv recv recv copy copy copy
cnt total avg cnt total avg cnt total avg
total 0 0 B 0 B 0 0 B 0 B 0 0 B 0 B
+ NEWDATE=2012053000
+ echo 2012053000
+ cut -c1-4
+ YY=2012
+ echo 2012053000
+ cut -c5-6
+ MM=05
+ echo 2012053000
+ cut -c7-8
+ DD=30
+ echo 2012053000
+ cut -c9-10
+ HH=00
+ echo NEWDATE 2012053000
NEWDATE 2012053000
+ echo YY 2012
YY 2012
+ cat
+ > itag
+ << EOF
+ rm fort.110 fort.14
+ ln -sf wrf_cntrl.parm fort.14
+ ln -sf griddef.out fort.110
+ /home/khaled/wrf/WPPV3/exec/wrfpost.exe
+ < itag
+ > wrfpost_d01.000.out
+ 2>&1
+ mv WRFPRS000.tm00 WRFPRS_d01.000
+ ls -l WRFPRS_d01.000
-rwxr-xr-x 1 khaled khaled 2086820 2013-01-22 20:03 WRFPRS_d01.000
+ err1=0
+ test 0 -ne 0
+ [ NMM = NMM ]
+ read nav
+ < copygb_gridnav.txt
+ export nav
+ /home/khaled/wrf/WPPV3/exec/copygb.exe -xg255 3 99 107 20139 4156 8 13758 ****** ****** 0 64 30273 30273 WRFPRS_d01.000 wrfprs_d01.000
Floating point exception
+ ls -l wrfprs_d01.000
-rwxr-xr-x 1 khaled khaled 0 2013-01-22 20:03 wrfprs_d01.000
+ err1=0
+ test 0 -ne 0
+ let fhr=fhr+02
+ /home/khaled/wrf/WPPV3/exec/ndate.exe +002 2012053000
cpu real user sys ratio node
total 0.00 0.00 0.00 0.00x
memory local global res size pag flts pag flts voluntary involunt
heap heap (pages) minor major switches switches
total 1KB 1KB 0 311 0 0 1
messages send send send recv recv recv copy copy copy
cnt total avg cnt total avg cnt total avg
total 0 0 B 0 B 0 0 B 0 B 0 0 B 0 B
+ NEWDATE=2012053002
+ [ 002 -le 06 ]
+ typeset -Z3 fhr
+ /home/khaled/wrf/WPPV3/exec/ndate.exe +002 2012053000
cpu real user sys ratio node
total 0.00 0.00 0.00 0.00x
memory local global res size pag flts pag flts voluntary involunt
heap heap (pages) minor major switches switches
total 1KB 1KB 0 312 0 0 1
messages send send send recv recv recv copy copy copy
cnt total avg cnt total avg cnt total avg
total 0 0 B 0 B 0 0 B 0 B 0 0 B 0 B
+ NEWDATE=2012053002
+ echo 2012053002
+ cut -c1-4
+ YY=2012
+ echo 2012053002
+ cut -c5-6
+ MM=05
+ echo 2012053002
+ cut -c7-8
+ DD=30
+ echo 2012053002
+ cut -c9-10
+ HH=02
+ echo NEWDATE 2012053002
NEWDATE 2012053002
+ echo YY 2012
YY 2012
+ cat
+ > itag
+ << EOF
+ rm fort.110 fort.14
+ ln -sf wrf_cntrl.parm fort.14
+ ln -sf griddef.out fort.110
+ /home/khaled/wrf/WPPV3/exec/wrfpost.exe
+ < itag
+ > wrfpost_d01.002.out
+ 2>&1
+ mv WRFPRS002.tm00 WRFPRS_d01.002
mv: cannot stat `WRFPRS002.tm00': No such file or directory
+ ls -l WRFPRS_d01.002
ls: cannot access WRFPRS_d01.002: No such file or directory
+ err1=2
+ test 2 -ne 0
+ echo WRF POST FAILED, EXITTING
WRF POST FAILED, EXITTING
+ exit
<khaled>
--------------------------------------------------------------------------------
Please If some body can help me I will be thankful
Best regards
khaled
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20130122/02aa9044/attachment-0001.html
More information about the Wrf-users
mailing list