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 3813 for branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE_BFM/EXP00/runscript – NEMO

Ignore:
Timestamp:
2013-02-15T10:50:52+01:00 (11 years ago)
Author:
vichi
Message:

Updated README file for the BFM coupling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE_BFM/EXP00/runscript

    r3478 r3813  
    11#! /bin/sh  
    2  
     2### This is an example of a runscript for the LSF queueing system 
    33#BSUB -a poe 
    44#BSUB -J GYRE_BFM         # Name of the job. 
     
    88#BSUB -q poe_short    # queue 
    99#BSUB -n 4            # Number of CPUs 
    10 ##BSUB -x  
    11 ###BSUB -R "span[ptile=32]" 
    1210 
    1311set -evx 
     
    2321EXP="EXP00" 
    2422 
    25 workdir="/data/ans033/EXPERIMENTS/GYRE_BFM/${EXP}" 
     23workdir="TO_BE_SET_BY_USER" 
    2624execdir=`pwd` 
    2725 
     
    3836# Launch the model 
    3937 
    40 time mpirun.lsf opa.x  
     38mpirun.lsf opa.x  
    4139 
    42 echo " ${EXP} DONEEE!!!" 
    4340 
Note: See TracChangeset for help on using the changeset viewer.