-
Hi all, I am running HAFS_rt_regional_atm test based on parm/rt_conf/hafs_regional_atm.conf and encountering an issue while running HAFS atm_init, where the process fails with the following error message: And these are GFS input files that I am using: I have run the previous steps several times to check upto atm_ic, which successfully completed. This is the screenshot of hafs-rt-status: I have attached the hafs_atm_init.log file for more detailed logs related to this error. I would greatly appreciate any insights or suggestions on how to resolve this issue. Thank you in advance for your help! Best regards, atm_init log file: |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Hi everyone, Any updates or additional information would be greatly appreciated. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi Murad,
It's difficult to debug without accessing the NCAR Derecho Cluster. I do
see the following error message in your atm_init log file:
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's
output
Lmod has detected the following error: These module(s) or extension(s) exist
but cannot be loaded as requested: "mkl"
Try: "module spider mkl" to see how to load the module(s).
Regards
…-Zhan
On Fri, Aug 16, 2024 at 10:08 AM Murad Khondaker ***@***.***> wrote:
Hi everyone,
I wanted to follow up on the discussion I started. I haven’t received a
response yet and was wondering if there is any suggestions or further
insights available on this topic.
Any updates or additional information would be greatly appreciated.
Best regards,
Murad
—
Reply to this email directly, view it on GitHub
<#283 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE73MQQLJIABCZXHZEU3XR3ZRYBVVAVCNFSM6AAAAABMMSF6PKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZVHE3DCMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
It seems like the modules were not properly loaded and perhaps the outputs from the jobs before atm_init were corrupted or incomplete. Take a look at outputs from hafs_utils_chgres_cube.x (in atm_ic) to see if they were completed successfully. Do ncdump -h sfc_data.tile7.nc to see if the variable tref exists. |
Beta Was this translation helpful? Give feedback.
-
I checked one of sfc_data.tile7.nc file in our run. It has several other variables including tref in addition to those you listed. My understanding is that tref refers to foundation temperature. I see the forecast executable complains that "Variable not found: get_variable_num_dimension: file:INPUT/sfc_data.nc variable: tref" |
Beta Was this translation helpful? Give feedback.
-
I have fixed this issue. Thanks for all your suggestions. The problem was originated from two issues: 1. Initially it was due to two improper library usage [MKL and MPICH] like you have suggested above 2. and finally, the issue was solved when I have set "ictype=gfsnetcdf" in parm/rt_conf/hafs_regional_atm.conf. Thanks again everyone for your suggestions. Best regards, |
Beta Was this translation helpful? Give feedback.
I have fixed this issue. Thanks for all your suggestions. The problem was originated from two issues: 1. Initially it was due to two improper library usage [MKL and MPICH] like you have suggested above 2. and finally, the issue was solved when I have set "ictype=gfsnetcdf" in parm/rt_conf/hafs_regional_atm.conf.
Thanks again everyone for your suggestions.
Best regards,
Murad