Replies: 1 comment
-
The error message seems to say that the data file path is wrong. Why do you have "x A" before "../HRLDAS_forcing/" in your path? Or are you able to access the file by "ncview ../HRLDAS_forcing/run/examples/single_point/hrldas_setup_single_point.nc"? Sometimes it may be also the file access issue. |
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
-
Dear professor,
![image](https://private-user-images.githubusercontent.com/168068037/342071117-b9084603-7dcc-4678-97e6-329962bdcc19.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODgzNTQsIm5iZiI6MTczOTE4ODA1NCwicGF0aCI6Ii8xNjgwNjgwMzcvMzQyMDcxMTE3LWI5MDg0NjAzLTdkY2MtNDY3OC05N2U2LTMyOTk2MmJkY2MxOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxMTQ3MzRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yYjAwMjc0YjY2YTBkYjliODQ0NWNiYzk5NWY1ZDVkNzczYjkzYjQ3NDRhYTE0ZmJhYTI2YTA3MGU3ZTk1YWM1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.XEk6xqVltuUfUoqj5AcWjaxZrCQNImb0FhO2gCEDX0Q)
I added a new parameter in create_point_data.f90 and successfully generated hrldas_setup_single_point.nc and the forcing data files. However, I encountered an error during runtime. The error message is: "../HRLDAS_forcing/run/examples/single_point/hrldas_setup_single_point.nc". I tried using absolute paths but the issue persists. Could you please advise on the possible reasons for this?
Beta Was this translation helpful? Give feedback.
All reactions