Ignore:
Timestamp:
06/19/06 16:14:56 (18 years ago)
Author:
smasson
Message:

new compilation options (compile_opt idl2, strictarrsubs) in each routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/readoldoparestart.pro

    r106 r114  
    1717 
    1818FUNCTION read2fromopa, unit, params, num 
     19; 
     20  compile_opt idl2, strictarrsubs 
     21; 
    1922   offset=params.reclen*params.jpk*(num-1L) 
    2023   a=assoc(unit,dblarr(params.jpiglo,params.jpjglo,/nozero),offset)  
     
    2629;- 
    2730FUNCTION read3fromopa, unit, params, num 
     31; 
     32  compile_opt idl2, strictarrsubs 
     33; 
    2834   offset=params.reclen*params.jpk*(num-1L) 
    2935   a=assoc(unit,dblarr(params.jpiglo,params.jpjglo,params.jpk,/nozero),offset) 
     
    7480 
    7581PRO readoldoparestart, filename, jpiglo, jpjglo, jpk, IBLOC = ibloc, JPBYT = jpbyt, NUMREC = numrec, ub = ub, vb = vb, tb = tb, sb = sb, rotb = rotb, hdivb = hdivb, un = un, vn = vn, tn = tn, sn = sn, rotn = rotn, hdivn = hdivn, gcx = gcx, gcxb = gcxb, etab = etab, etan = etan, bsfb = bsfb, bsfn = bsfn, bsfd = bsfd, en = en 
     82; 
     83; 
     84  compile_opt idl2, strictarrsubs 
    7685; 
    7786   iname_file = findfile(filename) 
Note: See TracChangeset for help on using the changeset viewer.