by gadelha » Wed Jan 18, 2017 8:33 am
Hi all,
I write this post simply to help other people that can have the same issue.
I was trying to run WPS with latlon grid of 10000 m resolution but I forgot that a should set DX and DY namelist in degrees, so I set DX=10000 and DY=10000 at namelist.wps file.When I'd executed metgrid.exe the following message had appeared:
+ /opt/sgi/mpt/mpt-2.10/bin/mpirun r1i2n0 06 /usr/bin/dplace -c 0-5 ./metgrid.exe
Processing domain 1 of 1
Processing 2017-01-18_00
FILE
WARNING: Field PRES has missing values at level 200100 at (i,j)=(405,1)
WARNING: Field PRES has missing values at level 200100 at (i,j)=(405,261)
WARNING: Field PRES has missing values at level 200100 at (i,j)=(405,523)
WARNING: Field GHT has missing values at level 200100 at (i,j)=(405,1)
WARNING: Field GHT has missing values at level 200100 at (i,j)=(405,261)
WARNING: Field GHT has missing values at level 200100 at (i,j)=(405,523)
WARNING: Field HGTTROP has missing values at level 200100 at (i,j)=(405,1)
WARNING: Field TTROP has missing values at level 200100 at (i,j)=(405,1)
WARNING: Field PTROPNN has missing values at level 200100 at (i,j)=(405,1)
WARNING: Field PTROP has missing values at level 200100 at (i,j)=(405,1)
WARNING: Field VTROP has missing values at level 200100 at (i,j)=(405,1)
WARNING: Field UTROP has missing values at level 200100 at (i,j)=(405,1)
My mistake about that was to use latlon projection but set DX=DY=10000 meters at namelist.wps. Since I was using LATLON, I should use DX=DY=0.09 which corresponds to approximately 10000 meters.
Hope it help someone!