New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2507 – NEMO

Changeset 2507


Ignore:
Timestamp:
2010-12-23T11:49:42+01:00 (13 years ago)
Author:
flavoni
Message:

added a small PDF doc of SETTE, and of its scripts, see ticket #752

Location:
branches/nemo_v3_3_beta/NEMOGCM/SETTE
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/SETTE/all_functions.sh

    r2500 r2507  
    6060# 
    6161#   * creation 
     62#- 
     63# 
    6264 
    6365 
  • branches/nemo_v3_3_beta/NEMOGCM/SETTE/fcm_job.sh

    r2494 r2507  
    4141# :: 
    4242# 
    43 #  $ ./fcm_job.sh INPUT_FILE_CONFIG_NAME NUMBER_PROC 
     43#  $ ./fcm_job.sh INPUT_FILE_CONFIG_NAME       NUMBER_PROC 
     44# 
     45#  run a job of config GYRE with 1 processor 
     46#  $ ./fcm_job.sh input_GYRE.cfg                     1 
     47# 
     48#  run a job of config ORCA2_LIM_PISCES with 8 processors 
     49#  $ ./fcm_job.sh input_ORCA2_LIM_PISCES.cfg         8 
    4450# 
    4551# 
     
    5359# ========== 
    5460# 
    55 # $Id: fcm_job.sh 2158 2010-10-20 17:30:03Z sflod $ 
     61# $Id$ 
    5662# 
    5763# 
     
    6268# 
    6369# SET INPUT 
    64 #-- get the input tarfile if needed 
     70# get the input tarfile if needed 
    6571tar_file=$(sed -ne "1,1p" $1) 
    6672if [ "$(cat $1 | grep -c ".tar" )" -ne 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.