Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2009-11-18 13:06:41
Size: 479
Comment:
Revision 5 as of 2009-11-18 13:13:57
Size: 714
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Linux Server (snow) etch-x64 (x86_64) = = Linux Server snow etch-x64 (x86_64) =
Line 4: Line 4:
 * 3 nodes each with 32 AMD Opterons (2.3 GHz) and 128 GB RAM
 * snow1 and snow2 for interactive use, snow3 for batch processing
Line 7: Line 10:
The following structure under {{/scratch/clisap/seaice}} shall be used: The following structure under {{{/scratch/clisap/seaice}}} shall be used if applicable:
Line 9: Line 12:
 * {{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 products
 * {{{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


== Python ==

{{{
module load R/2.7.0
module load Python/2.6.2
}}}

Linux Server snow etch-x64 (x86_64)

  • 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

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)