You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have replaced the original COSIMA sync_data.sh script with the new payu syncing facility.
However the original sync script also contained some nco commands to concatenate daily ice files that are very wasteful of space as there is a lot of duplication of coordinate data:
We need to duplicate the core of that functionality, perhaps in a separate script in tools, but that has the downside of requiring duplication across all the configs.
Could that functionality be rolled into the payu driver, or expressed one-line command and called directly as a userscript?
There is a related issue to install the nco dependency
We have replaced the original COSIMA
sync_data.sh
script with the newpayu
syncing facility.However the original sync script also contained some
nco
commands to concatenate daily ice files that are very wasteful of space as there is a lot of duplication of coordinate data:https://github.com/COSIMA/1deg_jra55_ryf/blob/master/sync_data.sh#L87-L108
We need to duplicate the core of that functionality, perhaps in a separate script in
tools
, but that has the downside of requiring duplication across all the configs.Could that functionality be rolled into the
payu
driver, or expressed one-line command and called directly as auserscript
?There is a related issue to install the
nco
dependencyACCESS-NRI/payu-condaenv#23
The text was updated successfully, but these errors were encountered: