bartbrashers
New member
Is there an undocumented setting in namelist.wps to increase the level of debugging output from metgrid.exe, similar to wrf.exe's debug_level?
I've been using SNODAS snow cover and snow depth (SNOW and SNOWH) for a number of years now. I wrote a Fortran program to write the data in WPS Intermediate File Format, following http://www2.mmm.ucar.edu/wrf/users/docs/user_guide_v4/v4.1/users_guide_chap3.html#_Writing_Meteorological_Data. I interpolate the daily SNOW:YYYY-MM-DD_HH files to 6-hourly, and link to them where I'm running metgrid.exe. I add them to namelist.wps in the &metgrid fg_name variable.
This procedure works fine for WPS-3.8.1 or earlier, but fails for later versions of WPS. As soon as metgrid.exe tries to read the very first SNOW:YYYY-MM-DD_HH, I get a Segmentation Fault error (crash).
Failing more verbose output, does anyone have any hints on where I should start looking? Was there a change in the definition of the WPS Intermediate File Format with WPS-3.9?
Bart Brashers
I've been using SNODAS snow cover and snow depth (SNOW and SNOWH) for a number of years now. I wrote a Fortran program to write the data in WPS Intermediate File Format, following http://www2.mmm.ucar.edu/wrf/users/docs/user_guide_v4/v4.1/users_guide_chap3.html#_Writing_Meteorological_Data. I interpolate the daily SNOW:YYYY-MM-DD_HH files to 6-hourly, and link to them where I'm running metgrid.exe. I add them to namelist.wps in the &metgrid fg_name variable.
This procedure works fine for WPS-3.8.1 or earlier, but fails for later versions of WPS. As soon as metgrid.exe tries to read the very first SNOW:YYYY-MM-DD_HH, I get a Segmentation Fault error (crash).
Failing more verbose output, does anyone have any hints on where I should start looking? Was there a change in the definition of the WPS Intermediate File Format with WPS-3.9?
Bart Brashers