Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeldussin committed Aug 6, 2018
1 parent 5f74514 commit dda1836
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/data_organization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ Data Organization
1. home: to keep your light weight & precious files (codes, scripts, figures,...)

2. workspace: for all personal data files (post-processing runs, diagnostics,...)
It can be accessed at::
/local/data/<server>/workspace/<username>
It can be accessed at::
/local/data/<server>/workspace/<username>

Or by using the corresponding environment variable::
Or by using the corresponding environment variable::

cd $workspace
cd $workspace

3. Observations: if you download, regrid, process,... observations into a dataset that
can be useful to others. Please contact admin to move it to the shared space located at::
can be useful to others. Please contact admin to move it to the shared space located at::

/local/data/<server>/observations
/local/data/<server>/observations

Quick access with::
Quick access with::

cd $observations
cd $observations

4. Simulations: model inputs/outputs from the group valuable (published, in prep.) experiments,
as well as reference experiments from others group (NCAR, GFDL,...) that are of
common interest should be moved to::
as well as reference experiments from others group (NCAR, GFDL,...) that are of
common interest should be moved to::

/local/data/<server>/simulations
/local/data/<server>/simulations

Quick access with::
Quick access with::

cd $simulations
cd $simulations

0 comments on commit dda1836

Please sign in to comment.