Help on convert GDAS forecast to grib2 using UPP #1148
Replies: 3 comments
-
Hello, We have received your question, and I have contacted the appropriate SMEs for guidance. I hope to have an answer for you shortly. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello @DumplingHotPot , have you tried running and testing any changes with the latest develop? The given run directories are also unreadable likely due to permissions if you could open those up, thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi @DumplingHotPot , To echo what @FernandoAndrade-NOAA said, we will need read access (and possibly execute access) to your directory on Orion to be able to help you troubleshoot. You can run Best, |
Beta Was this translation helpful? Give feedback.
-
Hi UPP community,
I am trying to convert the GDAS 80 member ensemble 6-hour forecast (both upper atmosphere and surface, 0.25*0.25) but encountered strange bugs I cannot solve myself. Below are the detailed info:
3.Stage: run
postxconfig-NT-gfs-two.zip
5.full error message is in upp.f006.out in the zip.
[orion-23-38:1677154:0:1677154] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x7ffe36f69b18)
==== backtrace (tid:1677154) ====
0 0x000000000005f14c ucs_callbackq_cleanup() ???:0
1 0x000000000005f30a ucs_callbackq_cleanup() ???:0
2 0x0000000000054d90 GI___sigaction() :0
3 0x0000000000493273 initpost_netcdf() /work2/noaa/uswrp-oum/zhchen/UPP/sorc/ncep_post.fd/INITPOST_NETCDF.f:250
4 0x00000000004f2cb0 MAIN_() /work2/noaa/uswrp-oum/zhchen/UPP/sorc/ncep_post.fd/WRFPOST.F:590
5 0x0000000000413d7d main() ???:0
6 0x000000000003feb0 __libc_start_call_main() ???:0
7 0x000000000003ff60 libc_start_main_alias_2() :0
8 0x0000000000413c95 start() ???:0
=================================
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
libc.so.6 00007FBBD6267D90 Unknown Unknown Unknown
upp.x 0000000000493273 initpost_netcdf 250 INITPOST_NETCDF.f
upp.x 00000000004F2CB0 MAIN 590 WRFPOST.F
upp.x 0000000000413D7D Unknown Unknown Unknown
libc.so.6 00007FBBD6252EB0 Unknown Unknown Unknown
libc.so.6 00007FBBD6252F60 __libc_start_main Unknown Unknown
upp.x 0000000000413C95 Unknown Unknown Unknown
seems to be originated from some data shape mismatch?
module loaded
Currently Loaded Modules:
7.Compiler + MPI combination being used: /apps/spack-managed/oneapi-2023.1.0/intel-oneapi-mpi-2021.9.0-a66eaipzsnyrdgaqzxmqmqz64qzvhkse/mpi/2021.9.0/bin/mpif90
8.Run directory and code directory, if available on supported platforms
Run: /work2/noaa/uswrp-oum/zhchen/upp_converting/postprd/ code: /work2/noaa/uswrp-oum/zhchen/UPP/
Thank you so much for help!
Beta Was this translation helpful? Give feedback.
All reactions