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 1301 for trunk/NVTK/INSTALL/JOBS/MEM_size_osxxlf.ksh – NEMO

Ignore:
Timestamp:
2009-02-09T18:15:38+01:00 (15 years ago)
Author:
ctlod
Message:

improvements of NVTK environnement, see ticket: #240

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/INSTALL/JOBS/MEM_size_osxxlf.ksh

    r1155 r1301  
    22# $Id$ 
    33############################################################## 
    4 # Original : C. Talandier for ESOPA 
    5 # Contact  : opatlod@locean-ipsl.upmc.fr 
     4# Original : C. Talandier for NEMO team 
     5# Contact  : nemo_st@locean-ipsl.upmc.fr 
    66# 
    77# It is called by the assessment.ksh script for a  
     
    1212#     - zxrs   : (0/1) Ref memory_size.txt file (do/do not) exist" 
    1313#     - zxrm   : (0/1) Ref mon${CONF}_err file (do/do not) exist" 
     14#     - zexp   : experience name directory" 
    1415#     - zconf  : configuration name" 
    1516#     - zout   : output file name" 
     
    4344  echo " -b : (0/1) Ref memory_size.txt file (do/do not) exist" 
    4445  echo " -d : (0/1) Ref mon${CONF}_err file (do/do not) exist" 
     46  echo " -e : experience name directory" 
    4547  echo " -c : configuration name" 
    4648  echo " -o : output file name" 
     
    5456zxrs=1 
    5557zxrm=1 
     58zexp= 
    5659zconf= 
    5760zout= 
     
    5962 
    6063# Get arguments 
    61 while getopts a:b:d:c:o:t: opt 
     64while getopts a:b:d:e:c:o:t: opt 
    6265do 
    6366  case "$opt" in 
     
    6568    b) zxrs="$OPTARG";; 
    6669    d) zxrm="$OPTARG";; 
     70    e) zexp="$OPTARG";; 
    6771    c) zconf="$OPTARG";; 
    6872    o) zout="$OPTARG";; 
     
    7680evaltag=$? 
    7781 
    78 zfilecs='mon/LONG/memory_size.txt' 
     82zfilecs='mon/LONG/${zexp}/memory_size.txt' 
    7983zfilers='mon/LONG/REF/memory_size.txt' 
    8084 
Note: See TracChangeset for help on using the changeset viewer.