Error with running init.gfs.csh

Submitted by hananeh.jafary on Thu, 12/03/2020 - 15:51
Forum: Users | General

Hello, 

I have been trying to run HWRF's init.gfs.csh, but I keep receiving this error: 

 MPT: Launch error on r11i4n28.ib0.cheyenne.ucar.edu 
application called MPI_Abort(MPI_COMM_WORLD, 63132160) - process 0 
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=63132160 

system msg for write_line failure : Bad file descriptor 
MPT ERROR: could not run executable. 

I was wondering if I can get help on how to resolve this issue. 

Thank you for your time,

Hana

Screen Shot 2020-12-03 at 2.51.06 PM.png

Hi Hana,

 

Can you try loading these modules and run the system again:

 

module purge

module load ncarenv/1.3

module load intel/18.0.5

module load impi/2018.4.274

module load pnetcdf/1.11.1

module load ncarcompilers/0.5.0

module load netcdf/4.6.3

module load mkl/2018.0.5

module load grib-bins/1.3

 

Thanks

Biswas

Hi Biswas,

 

Thank you so much for your help, that resolved my recent error. However, I am running into another issue that I know where it is coming from,

but I don't know how to fix it. The error is complaining about a nonexistent file name. The file name is set as "gfs.t00z.pgrb2.0p25.f000" in the HWRF_input.conf;

however, I am using gfs_4_20190824_0000_000.grb2. I believe that gfs_naming in HWRF_input.conf needs to be changed. I am trying to write my own configuration file,

but I am not sure what is the naming convention for my particular gfs product. Also, I used the table provided for "datasets used as input to HWRF", but I am not fully

sure if the version of gfs and gdas that I downloaded is the correct version to run HWRF. Is there a way of verifying that the data I downloaded is the right dataset to run 

HWRF?

 

Thank you for your help,

Hana

 

Permalink

In reply to by hananeh.jafary

Hi Hana,

I think the best way to move forward is to rename your files instead of trying to change the script. A simple renaming script will be the best way forward. Are you trying to run with GFS grib files from the website?

Thanks

Biswas