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

(RESOLVED) WPS link_grib.csh RAN OUT OF GRIB FILE SUFFIXES!

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.

lslrsgis

Member
Dear WRF community,

I am trying to do WRF simulation ~20 years for climate research. It blocked when ./link_grib.csh $DIR_FNL/* using WPS to generate GRIBFILE.AAA files.

RAN OUT OF GRIB FILE SUFFIXES!
alpha: Subscript out of range.

There are 26677 files to be processed. However, with 3 alpha characters as suffix (.AAA~.ZZZ), file numbers are limited to be 13824.

Any solutions? Do I have to modify link_grib.csh as well as ungrib.F source code to expand the suffix (as .AAAA)? Or there is better solution.

Thanks very much.

Siliang
 
The simplest solution may be to just process the GRIB files in batches with link_grib.csh and ungrib.exe, making changes to your namelist.wps file to set the range of dates to be processed for each batch.
 
Top