Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/condmag_from_orca.pro

    r19 r23  
    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 
    7983; fplod 2007-03-21T13:23:55Z aedon.locean-ipsl.upmc.fr (Darwin) 
    8084; create from condmag_on_orca to validate step1 of GEOMAG 
     
    138142                    ENDCASE 
    139143                    filename_oce = orcares + '-' + drakkar_exp + '_mesh_hgr.nc' 
    140                  END 
     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 
    141151              END 
    142152      ELSE  : BEGIN 
     
    324334;---- 
    325335; 
    326 CASE orcares OF 
    327   'ORCA2': BEGIN 
    328               @initorca2_bab 
    329            END 
    330   ENDCASE 
     336initocemesh, orcares, DRAKKAR_EXP = drakkar_exp 
    331337; 
    332338;---- 
     
    425431; ++ tri par ordre alpha , par ordre de pourcentage croissant ou décroissant 
    426432; +++ d'utilisation 
    427   profiler,/REPORT  
    428 ;  shut down all profiling (according to  
     433  profiler,/REPORT 
     434;  shut down all profiling (according to 
    429435; http://www.dfanning.com/code_tips/whyslow.html) 
    430   profiler, /CLEAR, /SYSTEM  
     436  profiler, /CLEAR, /SYSTEM 
    431437  profiler, /CLEAR, /RESET 
    432438ENDIF 
Note: See TracChangeset for help on using the changeset viewer.