Replies: 1 comment
-
I am using a Linux system with the 2022 version of the Intel compiler. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
When I tried to run the ccpp-scm model using the command "./run_scm.py -c twpice -s SCM_GFS_v16", I encountered an error :
"forrtl: severe (24): end-of-file during read, unit 29, file /online1/ycsc_test/wxsc_model/caihy/CCPP-SCM/ccpp-scm/scm/run/global_h2oprdlos.f77".
Upon investigating the error, it was found that during the water vapor interpolation process, the global_h2oprdlos.f77 file could not be read properly. This file is located in the directory scm/run/, but its size is 0. Upon checking the source files of the entire model, I couldn't find how to generate the correct global_h2oprdlos.f77 file. How should I solve this question?
Thanks!
Kenmires
Beta Was this translation helpful? Give feedback.
All reactions