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 2859 for branches/2011/dev_r2802_MERCATOR10_diadct – NEMO

Ignore:
Timestamp:
2011-09-26T10:56:28+02:00 (13 years ago)
Author:
cbricaud
Message:

cleanning, minor modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_MERCATOR10_diadct/NEMOGCM/TOOLS/SECTIONS_DIADCT/run/job.ksh

    r2851 r2859  
    1414export INSPACE=/dataref/rd/INITIALISATION/ORCA2 
    1515COOR_FIL=coordinates.nc 
    16 jpidta=182 
    17 jpjdta=149 
    18 jpizoom=1 
    19 jpjzoom=1 
    2016;; 
    2117# 
     
    2521#     RUN                                           # 
    2622##################################################### 
    27 BIN=diadct_sections 
     23BIN=diadct_sections.exe 
    2824 
    2925export CTLDIR=`pwd` 
    3026cd ${CTLDIR} 
    31 rm -f coordinates.nc 
    32 cp ../src/${BIN} . 
     27rm -f coordinates.nc ${BIN} 
     28cp ../${BIN} . 
    3329ln -sf list_sections.ascii_keep list_sections.ascii 
    3430ln -s $INSPACE/$COOR_FIL ./coordinates.nc 
    35 ./${BIN}  $jpidta $jpjdta $jpizoom $jpjzoom 
     31./${BIN} 
    3632mv section_ijglobal.diadct section_ijglobal.diadct_$CONFIG  
Note: See TracChangeset for help on using the changeset viewer.