-
Notifications
You must be signed in to change notification settings - Fork 6
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
sync_data.sh does not concatenate and copy daily ice output #10
Comments
I'll take a look - can you enable group read on |
Thanks @aekiss. |
The problem is that the daily ice concatenation assumes that there are monthly output files, which is not the case for this run, so nothing gets concatenated. rsync is set up to not sync unconcatenated ice dailies, so nothing gets copied. I'll try to think of a better way to do this. The messages about modules are unrelated and to do with creating the run summary. |
I've made a (hopefully) improved version of the concatenation part. Copy This should concatenate the daily files into Let me know how it goes. It might take a while to concatenate everything. If all goes well you should be able to re-run the sync script and have it copy the files you want. |
it would be great if this could be implemented into |
Yep, that was the plan. Looks like one month didn't work: |
It's also odd that run_summary.py couldn't find f90nml. What do you get if you type this?
|
$ conda list | grep f90nml |
Thanks for catching this. For my knowledge, could you tell me how you found out that this particular output did not work?? |
I just did |
when you're satisfied the concatenated files are ok you can delete the unconcatenated ones |
When I do 'qsub sync_data.sh', it successfully copies the output/restart over, except that 'ice/OUTPUT' in the destination is empty.
In the output file (sync.o19960106), there is this message that might prevent from using cdo commands:
"Fatal error: modules not available."
Any idea what is wrong?
My control directory is: /scratch/v45/hh0162/access-om2-iamip2/control/1deg_jra55_iaf_iamip2_pro
And the destination is: /g/data/ik11/outputs/access-om2/1deg_jra55_iaf_iamip2_pro
The text was updated successfully, but these errors were encountered: