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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDA3MzQsIm5iZiI6MTczOTI0MDQzNCwicGF0aCI6Ii8xNjgwNjgwMzcvMzQyMDcxMTE3LWI5MDg0NjAzLTdkY2MtNDY3OC05N2U2LTMyOTk2MmJkY2MxOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwMjIwMzRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mNDljOGRiYzQ4ZjUzMTA4ZDg5NzBmYjVmN2IxOGJmOTRkY2FhODc4Zjk5YWM4MDQ2M2YwYzYyMzUxNWVhNWYyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.JqMhHuxF_Kc1qG2Vp6DBedMl4hcss8tb4LVoiGJKiyg)
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