This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:data [2020/06/26 10:40] ccrosby [Data management is the responsibility of the Principal Investigator] |
howto:data [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== Data management is the responsibility of the Principal Investigator ===== | ===== Data management is the responsibility of the Principal Investigator ===== | ||
| Individual users, mostly post-graduate students, come and go. For this reason, it is the responsibility of the principal investigator to manage the data and storage occupation of their research programme. This is a big task, and we recommend that PIs of large groups appoint a person responsible for managing the compute activities of the group. | Individual users, mostly post-graduate students, come and go. For this reason, it is the responsibility of the principal investigator to manage the data and storage occupation of their research programme. This is a big task, and we recommend that PIs of large groups appoint a person responsible for managing the compute activities of the group. | ||
| + | |||
| + | ===== Pre-process - Run - Post-process - Store results - Clean-up ===== | ||
| + | This mantra is critical: | ||
| + | - Prepare your run, download and link driving data, generate grids, setup initial and boundary conditions, pepare run scripts | ||
| + | - Execute the run | ||
| + | - Inspect the raw results, then post-process the raw information **immediately** | ||
| + | - Store the processed results | ||
| + | - Remove the raw results and driving data, unless these will **immediately** be re-used | ||
| + | |||
| + | ===== Offload data with Globus ===== | ||
| + | If you need to move a lot of data off the cluster to your own storage, consider using [[howto: | ||
| + | |||
| + | ===== Request long-term storage from Dirisa ===== | ||
| + | If you need large amounts of data to be archived or stored in an accessible form, request this from [[https:// | ||
| ===== The CHPC's limited storage capacity ===== | ===== The CHPC's limited storage capacity ===== | ||
| On the Lengau cluster, users have access to a total of 4 Petabytes of " | On the Lengau cluster, users have access to a total of 4 Petabytes of " | ||
| + | |||
| + | Please be pro-active about managing your data before we do it for you. **Without** first asking your permission. | ||
| + | < | ||
| + | find -type f -atime +90 -printf " | ||
| + | </ | ||
| + | which will produce a csv table with the path, size in bytes and last time of access. | ||
| + | < | ||
| + | find -type f -atime +90 -delete | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| =====Compressing Files===== | =====Compressing Files===== | ||