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

I am unable to compile plotgrids.exe, plotfmt.exe, RIP4, plot_soundings.exe or plot_level.exe. What can I do?

Status
Not open for further replies.

kwerner

Administrator
Staff member
Programs 'plotgrids.exe' and 'plotfmt.exe' are no longer automatically compiled with WPS. Instead of 'plotgrids.exe,' there is a program called 'plotgrids.ncl' that is compiled, and serves the exact same purpose. 'plotfmt.exe' is only useful for new data types (that we do not support). If you still wish to compile these programs, you can type:

./compile util >& log.util

If you have NCL installed, before compiling, it may be useful to type 'ncargf90'. This will tell you the correct libraries to use if you would like to compile those 2 programs. Then you will need to edit the following line in your 'configure.wps' file to reflect those libraries (and then save the 'configure.wps' file before compiling):

NCARG_LIBS =
 
Status
Not open for further replies.
Top