Changeset 88 for trunk


Ignore:
Timestamp:
10/04/11 14:14:16 (12 years ago)
Author:
pinsard
Message:

Consolidation of shell scripts

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ircaam_profile.sh

    r85 r88  
    120120unset system 
    121121# 
     122set -u 
     123# 
    122124LANG=C 
    123125# 
     
    127129usage=" Usage : ${command} -d directory -i indir -o outdir -t tempdir" 
    128130# 
    129 set +u 
    130 while [ ! -z "${1}" ] 
     131while [ ${#} -gt 0 ] 
    131132do 
    132133   case ${1} in 
     
    176177   # nb : no exit because this file should be launched by login process 
    177178fi 
    178 # 
    179 set -u 
    180179# 
    181180IRCAAM=${directory} 
  • trunk/src/mode_sahelien/time_serie_jjas_df.m

    r86 r88  
    2020% ``time_serie_jjas_df`` plot ++. 
    2121% 
    22 % ``time_serie_jjas_df`` save :file:`eof[123]{period1*}-{period2}d.txt`. 
     22% ``time_serie_jjas_df`` save :file:`eof[123]{period1}-{period2}d.txt`. 
    2323%  
    2424% 2 Postscript files 
Note: See TracChangeset for help on using the changeset viewer.