Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Segmentation Error 174 running Obsgrid

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

al007_00

New member
Hi :
I was able to successfully compile obsgrid with intel 17. Upon execution of program, it gets as far as the opening the name list, observation files and listing the number of observations successfully integrated before it crashes. I really don't know what is going on. Some of the errors I get (with the 174 segsegv segmentation fault) refer to libc-2.12.so and libpthread-2.12.s.
Please if anyone can give any tips, I'd be most grateful....
 
I am also having this issue and am actively looking for a solution; any advice would be greatly appreciated!

Thank you,

Elliot Tardif
 
@elliottardif,
Can you please attach the namelist.oa file you're using, along with a log file, showing the error(s)?

@al007_00,
If you are still experiencing the error, feel free to attach your files, as well. If you were able to get past it, would you mind letting us know the solution that worked for you? Thanks!
 
Good morning, please see the attached .zip file for the namelist.oa, obsgrid.out, and a datafile I am using that was produced by the get_rda_data.exe program. Please let me know if you'd like anything else. Thank you!

-Elliot Tardif
 

Attachments

  • Werner.zip
    10.9 MB · Views: 88
Good morning all, I have found a solution to my problem. I updated to the latest version of OBSGRID (w/FASDAS), making no other changes to my input files, scripts or methodology. That update solved my problem.

For anyone else who is having this problem and does not believe it to be the version of OBSGRID you are using, it is important to remember to combine your surface/upper air obs files into one file, break 6-hour files into 3-hour files using util/get_rda_data.exe, then run OBSGRID using those 3-hour files. See the following excerpt from the WRF users guide (chapter 7):

NCEP operational global surface and upper-air observation subsets, as archived by the Data Support Section (DSS) at NCAR.

Upper-air data in NMC ON29 format (from early 1970s to early 2000) http://rda.ucar.edu/datasets/ds353.4/
Surface data in NMC ON29 format (from early 1970s to early 2000) http://rda.ucar.edu/datasets/ds464.0/
Upper-air data in NCEP BUFR format (from 1999 to present) http://rda.ucar.edu/datasets/ds351.0/
Surface data in NCEP BUFR format (from 1999 to present) http://rda.ucar.edu/datasets/ds461.0/
The newer data (ds351.0 and ds461.0) is also available in the little_r format. From outside NCAR, this data can be download from the web, while it is available on the NCAR /glade system for NCAR supercomputer users. This data is sorted into 6-hourly windows, which are typically too large for use in OBSGRID. To reorder this into 3-hourly windows:

· Get the little_r 6-hourly data

o Non-NCAR super-computer users. Get the data directly from the above web sites. Combine (by using the Unix ‘cat’ command) all the surface and upper-air data into one large file called rda_obs.

o NCAR super-computer users. Use the script util/get_rda_data.csh, to get the data and create the file rda_obs. You will need to edit this script to supply the date range that you are interested in.

· Compile the Fortran program util/get_rda_data.f. Place rda_obs file the in the top OBSGRID directory. Run the util/get_rda_data.exe executable. This executable will use the date range from namelist.oa, and create 3-hourly OBS:<date> files which are ready to use in OBSGRID.
 
Elliot,
Thank you so much for updating this post with your solution. This will hopefully help other users in the future. I'm glad you were able to get past the problem.
 
Top