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

geog_data_res = 'modis_30s+noah', static input data.

luismi_hz

New member
Hello guys, I am trying to make a simulation for my studies. I was told that " geog_data_res = 'modis_30s+noah'" is recommended for my simulation. I have a coarser domain of 15km and a finer domain of 5km.

But I got this error: "Parsed 50 entries in GEOGRID.TBLProcessing domain 1 of 2ERROR: Could not open /mnt/d/Luismi/P-MSc/data/WPS_GEOG/modis_landuse_20class_30s/indexapplication called MPI_Abort(MPI_COMM_WORLD, 22062) - process 0[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=22062:system msg for write_line failure : Bad file descriptor".

Do I have to download the mandatory static data file + something else? What is that something else? Where can I find it?

With default options, it runs correctly, but I would like to make a rigorous project with the best model configuration. My namelist.wps file is attached to this post.

I would highly appreciate your guidance.
 

Attachments

  • namelist.wps
    994 bytes · Views: 2
Please see my answers below:
Hello guys, I am trying to make a simulation for my studies. I was told that " geog_data_res = 'modis_30s+noah'" is recommended for my simulation. I have a coarser domain of 15km and a finer domain of 5km.

The default WPS codes doesn't include the data 'noah', and thus the option geog_data_res = 'modis_30s+noah' is not correct unless you have created your own data of 'noah' and put it to your WPS_GEOG directory.
But I got this error: "Parsed 50 entries in GEOGRID.TBLProcessing domain 1 of 2ERROR: Could not open /mnt/d/Luismi/P-MSc/data/WPS_GEOG/modis_landuse_20class_30s/indexapplication called MPI_Abort(MPI_COMM_WORLD, 22062) - process 0[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=22062:system msg for write_line failure : Bad file descriptor".

This error message indicates that something is wrong with your modis_landuse_20class_30s dataset.

Please download all required static data, put them under your WPS_GEOG directory.

Do I have to download the mandatory static data file + something else? What is that something else? Where can I find it?
Yes you need to get those data. They are available at Static Data Downloads
With default options, it runs correctly, but I would like to make a rigorous project with the best model configuration. My namelist.wps file is attached to this post.


I would highly appreciate your guidance.
 
Top