Changeset 24


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

rename initocemesh.pro to initocemeshmask.pro

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/initocemeshmask.pro

    r23 r24  
    1818; @examples 
    1919; appel classique pour ORCA2 
    20 ; IDL> initocemesh,'ORCA2' 
     20; IDL> initocemeshmask,'ORCA2' 
    2121; 
    2222; appel classique pour ORCA025 
    23 ; IDL> initocemesh,'ORCA025',DRAKKAR_EXP='G42' 
     23; IDL> initocemeshmask,'ORCA025',DRAKKAR_EXP='G42' 
    2424; 
    2525; to plot ${GEOMAG_OD}/cond_sed_ORCA2.nc : 
    2626; IDL> myfile=getenv('GEOMAG_OD') + 'cond_sed_ORCA2.nc' 
    27 ; IDL> xxx, myfile, 'initocemesh', '''ORCA2''',format='(i5)', 
     27; IDL> xxx, myfile, 'initocemeshmask', '''ORCA2''',format='(i5)' 
    2828; 
    2929; to plot ${GEOMAG_OD}/cond_sed_ORCA025.nc : 
    3030; IDL> myfile=getenv('GEOMAG_OD') + 'cond_sed_ORCA025.nc' 
    31 ; IDL> xxx, myfile, 'initocemesh', '''ORCA025''',DRAKKAR_EXP='G42',format='(i5)', 
     31; IDL> xxx, myfile, 'initocemeshmask', '''ORCA025''',DRAKKAR_EXP='G42',format='(i5)' 
     32 
    3233; @history 
     34; reee522 2007-06-08T15:35:17Z rhodes (IRIX64) 
     35; rename from initocemesh to initocemeshmask 
    3336; reee522 2007-06-06T15:27:54Z rhodes (IRIX64) 
    3437; add examples for ORCA025. ++ to be tested 
     
    4851; 
    4952; @todo 
     53; add call to smallmeshmask to mix zhg, hgr and byte_mask files for ORCA025 
    5054; 
    5155; zminmesh and izmaxmesh may be set to 0,0 because we only work with 
     
    6670;- 
    6771; 
    68 PRO initocemesh, orcares, DRAKKAR_EXP = drakkar_exp, _EXTRA = ex 
     72PRO initocemeshmask, orcares, DRAKKAR_EXP = drakkar_exp, _EXTRA = ex 
    6973; 
    7074  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.