Hello,
First of all, I want to express huge appreciation for this forum.
Even though it's slow, I'm getting ahead with WPS-WRF based on this forum.
I had issue in conducting "ungrib.exe" , and the error message was [error while loading shared libraries "libpng12.so.0"
As a conclusion, I was able to fix this, based on the following threads: https://forum.mmm.ucar.edu/threads/resolved-error-while-loading-shared-libraries-libpng12-so-0.8433/
The solution was just put "export LD_LIBRARY_PATH=$DIR/grib2/lib:$LD_LIBRARY_PATH" in my terminal (at the WPS folder directory).
However, it seems that I have to put the above line whenever I run "ungrib.exe".
#Error 1: I'm curious if this is normal and also wondering if there's any solution to address this issues.
I'm afraid that this might be able to being addressed if I edit some lines in somewhere configuration file, but just wanted to make sure everything.
#Error 2: I also got another ERROR: The mandatory field TT was not found in any input data.
This happened after the following processes.
1. I successfully complete ungrib (based on the log message in the terminal).
2. I put ln -s ./metgrid/METGRID.TBL.ARW METGRID.TBL in the terminal
3. I execute metgrid with ./metgrid.exe (I used data from "000"
4. The following is where I got error message
Processing 2019-06-02_03
FILE
Processing 2019-06-02_06
FILE
Processing 2019-06-02_09
FILE
Processing domain 3 of 3
GETH_IDTS: Month of NDATE = 0
GETH_IDTS: Month of ODATE = 0
GETH_IDTS: Day of NDATE = 0
GETH_IDTS: Day of ODATE = 0
ERROR: Screwy NDATE: 0000-00-00_00:00:00
Note: The following floating-point exceptions are signalling: IEEE_OVERFLOW_FLAG IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
Even though It seems I set a proper line of time in my namelist.wps, based on (RESOLVED) Metgrid ERROR: Screwy NDATE: 0000-00-00_00:00:00 , It didn't work.
Any comments and advice will be appreciated.
Best,
Young
First of all, I want to express huge appreciation for this forum.
Even though it's slow, I'm getting ahead with WPS-WRF based on this forum.
I had issue in conducting "ungrib.exe" , and the error message was [error while loading shared libraries "libpng12.so.0"
As a conclusion, I was able to fix this, based on the following threads: https://forum.mmm.ucar.edu/threads/resolved-error-while-loading-shared-libraries-libpng12-so-0.8433/
The solution was just put "export LD_LIBRARY_PATH=$DIR/grib2/lib:$LD_LIBRARY_PATH" in my terminal (at the WPS folder directory).
However, it seems that I have to put the above line whenever I run "ungrib.exe".
#Error 1: I'm curious if this is normal and also wondering if there's any solution to address this issues.
I'm afraid that this might be able to being addressed if I edit some lines in somewhere configuration file, but just wanted to make sure everything.
#Error 2: I also got another ERROR: The mandatory field TT was not found in any input data.
This happened after the following processes.
1. I successfully complete ungrib (based on the log message in the terminal).
2. I put ln -s ./metgrid/METGRID.TBL.ARW METGRID.TBL in the terminal
3. I execute metgrid with ./metgrid.exe (I used data from "000"
4. The following is where I got error message
Processing 2019-06-02_03
FILE
Processing 2019-06-02_06
FILE
Processing 2019-06-02_09
FILE
Processing domain 3 of 3
GETH_IDTS: Month of NDATE = 0
GETH_IDTS: Month of ODATE = 0
GETH_IDTS: Day of NDATE = 0
GETH_IDTS: Day of ODATE = 0
ERROR: Screwy NDATE: 0000-00-00_00:00:00
Note: The following floating-point exceptions are signalling: IEEE_OVERFLOW_FLAG IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
Even though It seems I set a proper line of time in my namelist.wps, based on (RESOLVED) Metgrid ERROR: Screwy NDATE: 0000-00-00_00:00:00 , It didn't work.
Any comments and advice will be appreciated.
Best,
Young
Just in case, I also attach my configuration file and some others.
Attachments
Last edited: