| 10 | |
| 11 | == Staging area vs. final data == |
| 12 | |
| 13 | `/project/projectdirs/cosmo/data/staging/` is intended for temporary staging work and preparation of data releases, |
| 14 | and is writable by any member of the cosmo group. |
| 15 | |
| 16 | After these data are ready, they can be moved into a final `cosmo/data/{survey}/{release}/` directory. |
| 17 | That area is restricted to the cosmo project user to ensure some level of consistency for the |
| 18 | data written there. This process should be viewed like SDSS data releases: the data are processed and |
| 19 | organized elsewhere, and then when finalized (and only then) they are moved into the final data release |
| 20 | directories, controlled by the sdssadmin user. Once written and released, these data are frozen -- never |
| 21 | updated nor removed. |
| 22 | |
| 23 | Currently Ben, Dustin, and Stephen have access to the cosmo user account via: |
| 24 | |
| 25 | {{{ |
| 26 | ssh carvergrid.nersc.gov |
| 27 | export GLOBUS_LOCATION=/usr/common/osg/gsissh/globus |
| 28 | source /usr/common/osg/gsissh/globus/etc/globus-user-env.sh |
| 29 | myproxy-logon -s nerscca.nersc.gov |
| 30 | # Enter NERSC NIM password |
| 31 | gsissh cosmo@localhost |
| 32 | # Now you are the cosmo user |
| 33 | }}} |
| 34 | |