[ncl-talk] Problem with WRF/WPS/GFS New Data

Barry Lynn barry.h.lynn at gmail.com
Thu Jul 20 22:24:52 MDT 2017


Hi:

The GFS was upgraded at 12 UTC on the 19th.

When using the WRF/WPS with the new data, there is a problem with the snow
cover mask along coastlines.  There are nonsensical values at the sea/land
interface grids.  I hope that WRFHelp will provide an updated WPS to solve
this problem.

In the meantime, if snow cover is present in your forecasts, here is simple
fix to modify the wrfinput file after running real.exe

begin

  filename="wrfinput_d01.nc"

  a = addfile(filename,"r")

  snowh= a->SNOWH

  snowc= a->SNOWC

  snow= a->SNOW

  snowh = 0.

  snowc = 0.

  snow = 0.

  f = addfile(filename,"w")

  f->SNOWH = snowh

  f->SNOWC = snowc

  f->SNOW = snow

end

-- 
Barry H. Lynn, Ph.D
Senior Lecturer,
The Institute of the Earth Science,
The Hebrew University of Jerusalem,
Givat Ram, Jerusalem 91904, Israel
Tel: 972 547 231 170
Fax: (972)-25662581

C.E.O, Weather It Is, LTD
Weather and Climate Focus
http://weather-it-is.com
Jerusalem, Israel
Local: 02 930 9525
Cell: 054 7 231 170
Int-IS: x972 2 930 9525
US 914 432 3108
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170721/f521af2e/attachment.html 


More information about the ncl-talk mailing list