Changeset 23


Ignore:
Timestamp:
06/06/07 17:30:08 (17 years ago)
Author:
pinsard
Message:

replace call of initorca2_bab by call of initocemesh

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/condmag_from_orca.pro

    r22 r23  
    7777; 
    7878; @history 
     79; reee522 2007-06-06T15:14:24Z rhodes (IRIX64) 
     80; replace call of initorca2_bab by initocemesh 
    7981; reee522 2007-06-06T14:57:39Z rhodes (IRIX64) 
    8082; correction for DRAKKAR_EXP usage 
     
    332334;---- 
    333335; 
    334 CASE orcares OF 
    335   'ORCA2': BEGIN 
    336               @initorca2_bab 
    337            END 
    338   ENDCASE 
     336initocemesh, orcares, DRAKKAR_EXP = drakkar_exp 
    339337; 
    340338;---- 
     
    433431; ++ tri par ordre alpha , par ordre de pourcentage croissant ou décroissant 
    434432; +++ d'utilisation 
    435   profiler,/REPORT  
    436 ;  shut down all profiling (according to  
     433  profiler,/REPORT 
     434;  shut down all profiling (according to 
    437435; http://www.dfanning.com/code_tips/whyslow.html) 
    438   profiler, /CLEAR, /SYSTEM  
     436  profiler, /CLEAR, /SYSTEM 
    439437  profiler, /CLEAR, /RESET 
    440438ENDIF 
  • trunk/condmag_on_orca.pro

    r22 r23  
    140140                    msg = 'eee : unset DRAKKAR_EXP keyword'  
    141141                    ras = report(msg) 
     142                    msg = 'eee : orcares must be G42 or G70' 
     143                    ras = report(msg) 
    142144                    RETURN 
    143145                 ENDELSE 
  • trunk/initocemesh.pro

    r22 r23  
    1717; 
    1818; @examples 
    19 ; appel classique 
     19; appel classique pour ORCA2 
    2020; IDL> initocemesh,'ORCA2' 
     21; 
     22; appel classique pour ORCA025 
     23; IDL> initocemesh,'ORCA025',DRAKKAR_EXP='G42' 
    2124; 
    2225; to plot ${GEOMAG_OD}/cond_sed_ORCA2.nc : 
     
    2427; IDL> xxx, myfile, 'initocemesh', '''ORCA2''',format='(i5)', 
    2528; 
     29; to plot ${GEOMAG_OD}/cond_sed_ORCA025.nc : 
     30; IDL> myfile=getenv('GEOMAG_OD') + 'cond_sed_ORCA025.nc' 
     31; IDL> xxx, myfile, 'initocemesh', '''ORCA025''',DRAKKAR_EXP='G42',format='(i5)', 
    2632; @history 
     33; reee522 2007-06-06T15:27:54Z rhodes (IRIX64) 
     34; add examples for ORCA025. ++ to be tested 
    2735; reee522 2007-06-06T14:57:39Z rhodes (IRIX64) 
    2836; correction for DRAKKAR_EXP usage 
Note: See TracChangeset for help on using the changeset viewer.