Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/condmag_from_orca.pro

    r23 r19  
    7777; 
    7878; @history 
    79 ; reee522 2007-06-06T15:14:24Z rhodes (IRIX64) 
    80 ; replace call of initorca2_bab by initocemesh 
    81 ; reee522 2007-06-06T14:57:39Z rhodes (IRIX64) 
    82 ; correction for DRAKKAR_EXP usage 
    8379; fplod 2007-03-21T13:23:55Z aedon.locean-ipsl.upmc.fr (Darwin) 
    8480; create from condmag_on_orca to validate step1 of GEOMAG 
     
    142138                    ENDCASE 
    143139                    filename_oce = orcares + '-' + drakkar_exp + '_mesh_hgr.nc' 
    144                  ENDIF ELSE BEGIN 
    145                     msg = 'eee : unset DRAKKAR_EXP keyword' 
    146                     ras = report(msg) 
    147                     msg = 'eee : orcares must be G42 or G70' 
    148                     ras = report(msg) 
    149                     RETURN 
    150                  ENDELSE 
     140                 END 
    151141              END 
    152142      ELSE  : BEGIN 
     
    334324;---- 
    335325; 
    336 initocemesh, orcares, DRAKKAR_EXP = drakkar_exp 
     326CASE orcares OF 
     327  'ORCA2': BEGIN 
     328              @initorca2_bab 
     329           END 
     330  ENDCASE 
    337331; 
    338332;---- 
     
    431425; ++ tri par ordre alpha , par ordre de pourcentage croissant ou décroissant 
    432426; +++ d'utilisation 
    433   profiler,/REPORT 
    434 ;  shut down all profiling (according to 
     427  profiler,/REPORT  
     428;  shut down all profiling (according to  
    435429; http://www.dfanning.com/code_tips/whyslow.html) 
    436   profiler, /CLEAR, /SYSTEM 
     430  profiler, /CLEAR, /SYSTEM  
    437431  profiler, /CLEAR, /RESET 
    438432ENDIF 
Note: See TracChangeset for help on using the changeset viewer.