Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2009-11-18 14:38:32
Size: 781
Comment:
Revision 9 as of 2009-11-19 11:38:04
Size: 1002
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
=== Backup ===
Line 17: Line 19:

=== Permissions ===

As the data are used by the whole seaice group the permissions should be granted. You can use {{{chmod -R g+rw DIRECTORY/}}} to set the permissions recursively for a directory.

Linux Server snow

  • Snow Hardware Overview

  • 3 nodes each with 32 AMD Opterons (2.3 GHz) and 128 GB RAM
  • snow1 and snow2 for interactive use, snow3 for batch processing

Directory structure

The following structure under /scratch/clisap/seaice shall be used if applicable:

  • SENSOR/LEVEL/HEMISPHERE/YEAR/MONTH/DAY for the incoming satellite data (radiances)

  • OWN_PRODUCTS/PRODUCT_NAME/HEMISPHERE/YEAR/MONTH/DAY for the own derived products (final results)

  • TMP/uxxxxx/ for intermediate (temporary) data

Backup

Please note that there is no backup. Original data shall be stored elsewhere.

Permissions

As the data are used by the whole seaice group the permissions should be granted. You can use chmod -R g+rw DIRECTORY/ to set the permissions recursively for a directory.

Python

module load R/2.7.0
module load Python/2.6.2

IfmWiki: SeaiceGroup/snow1 (last edited 2009-11-19 15:53:12 by LarsKaleschke)