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 3513 for branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/PELAGOS_OFF/EXP00/runscript – NEMO

Ignore:
Timestamp:
2012-10-21T19:40:24+02:00 (11 years ago)
Author:
vichi
Message:

Updated to BFM-V5 and added PELAGOS_OFFLINE

Location:
branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/PELAGOS_OFF
Files:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/PELAGOS_OFF/EXP00/runscript

    r3512 r3513  
    22 
    33#BSUB -a poe 
    4 #BSUB -J PELAGOS          # Name of the job. 
     4#BSUB -J PEL_OFF          # Name of the job. 
    55#BSUB -o PELAGOS_%J.out  # Appends std output to file %J.out. 
    66#BSUB -e PELAGOS_%J.err  # Appends std error to file %J.out. 
    77#BSUB -P nemo 
    88#BSUB -q poe_short    # queue 
    9 #BSUB -n 64             # Number of CPUs 
     9#BSUB -n 128          # Number of CPUs 
    1010#BSUB -x  
    11 #BSUB -R "span[ptile=32]" 
     11#BSUB -R "span[ptile=64]" 
    1212 
    1313export MP_WAIT_MODE=poll 
     
    1919export MP_TASK_AFFINITY=core 
    2020 
    21 workdir="/data/ans017/EXPERIMENTS/PELAGOS" 
    22 datadir="/users/home/ans017/WORKS/GIT//ORCA2-DATA" 
     21EXP="EXP00_OFF" 
     22 
     23workdir="/data/ans017/EXPERIMENTS/PELAGOS/${EXP}" 
     24datadir="/users/home/ans017/WORKS/GIT/ORCA2-DATA" 
    2325execdir=`pwd` 
    2426 
    25 cd $workdir 
     27if [ ! -d ${workdir} ] ; then 
     28  mkdir -p ${workdir} 
     29fi 
     30 
     31cd ${workdir} 
    2632rm -rf * 
     33# Copy input files to exp folder 
    2734cp ${execdir}/* ./ 
    2835ln -sf ${datadir}/* ./ 
    2936ln -sf ${datadir}/ORCA2-TOP/* ./ 
     37# Get the offline physical data and the mesh_mask 
     38ln -sf /data/ans017/EXPERIMENTS/ORCA2_LIM/*.nc ./ 
    3039 
    3140time mpirun.lsf opa 
Note: See TracChangeset for help on using the changeset viewer.