hytest-org / hytest

https://hytest-org.github.io/hytest/
22 stars 10 forks source link

Transfer CONUS404 daily and monthly to OSN #304

Closed amsnyder closed 1 year ago

amsnyder commented 1 year ago

Currently transferring monthly data with:

nohup aws s3 sync /caldera/hytest_scratch/scratch/conus404/conus404_monthly.zarr/ s3://rsignellbucket2/hytest/conus404/conus404_monthly_202210.zarr/ --endpoint-url https://renc.osn.xsede.org --profile osn-renc
amsnyder commented 1 year ago

Monthly transfer is complete.

Now, transferring daily data with:

nohup aws s3 sync /caldera/hytest_scratch/scratch/conus404/conus404_daily.zarr/ s3://rsignellbucket2/hytest/conus404/conus404_daily_202210.zarr/ --endpoint-url https://renc.osn.xsede.org --profile osn-renc

(I will add both to intake once complete).

amsnyder commented 1 year ago

Daily transfer is complete.

Transferring daily instantaneous data with:

nohup aws s3 sync /caldera/hytest_scratch/scratch/conus404/conus404_daily_xtrm.zarr/ s3://rsignellbucket2/hytest/conus404/conus404_daily_xtrm.zarr/ --endpoint-url https://renc.osn.xsede.org --profile osn-renc
amsnyder commented 1 year ago

Daily instantaneous transfer is complete