-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning in ./cms example #51
Comments
Hi @khorsans, I recently introduced the print statement for this warning to help diagnose when expected nest files are missing. The condition of this warning was previously there, just not printed. Can you check if you get all expected output files as per the example README? |
I received two files named con_file_1 and traj_file_1 in the directory expt_example/output, but neither of them is .nc files. The size of traj_file_1 is 14kb and con_file_1 is 1kb. I opened traj_file_1 with vi: |
OK, the fact that you got both |
Dear curcic, Thank you for your response. |
Hello,
As you mentioned in the model guide, I attempted to run the CMS model experimentally without modifying any files. I executed the following commands:
./getdata getdata_example 1
which downloaded 13 nc files. Then, I moved them using:
mv expt_getdata_example/nests/* expt_example/nests/.
Finally, I ran the command:
./cms example
However, I encountered the following error:
File name : traj_file_1
Total number of release events : 3 (numbers 1 to 3)
Total number of particles released : 30
Total number of time steps : 289
Total number of time steps in output file: 11
WARNING: File expt_example/nests/nest_1_20160114000000.nc expected but not found.
Could you please guide me on what might be causing this issue? Your assistance would be greatly appreciated.
Thank you
The text was updated successfully, but these errors were encountered: