Changeset 41 for trunk


Ignore:
Timestamp:
11/16/09 17:26:07 (14 years ago)
Author:
pinsard
Message:

small headers improvements

Location:
trunk
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/common_interp.pro

    r2 r41  
    11;+ 
    22; 
    3 ; MODIFICATION HISTORY: 11/99 A. Jouzeau 
    4 ;                       10/2001 R. Hordoir, Added variables for 
    5 ;                       boundary conditions 
    6 ;                       02/2002 R. Hordoir, Added North Pole Treatment 
    7 ;                       03/2003 R. Hordoir, Added variables for 
    8 ;                       irregular input grid 
     3; @history  
     4; 11/99 A. Jouzeau 
     5; 10/2001 R. Hordoir, Added variables for 
     6; boundary conditions 
     7; 02/2002 R. Hordoir, Added North Pole Treatment 
     8; 03/2003 R. Hordoir, Added variables for 
     9; irregular input grid 
    910;                        
    1011;- 
  • trunk/condmag_from_orca.pro

    r23 r41  
    22; 
    33; @file_comments 
    4 ; interpolate cond_sed_<orcares>.nc and Br_<orcares>.nc 
    5 ; and produce condmag_from_<orcares>.nc file 
    6 ; 
    7 ; condmag_from_<orcares>.nc might be compare to condmag.nc 
     4; interpolate cond_sed_<emph>orcares<emph>.nc and Br_<emph>orcares<emph>.nc 
     5; and produce condmag_from_<emph>orcares<emph>.nc file 
     6; 
     7; condmag_from_<emph>orcares<emph>.nc might be compare to condmag.nc 
    88; 
    99; NB : cond_oc and cond_tot won't be reproduced 
     
    2929; ++ je ne sais pas comment ce paramètre doit intervenir 
    3030; 
    31 ; @keyword DRAKKAR_EXP {type=string} 
     31; @keyword DRAKKAR_EXP 
    3232; code for Drakkar experiment 
    3333; only used when orcares = ORCA025 
     
    3838; 
    3939; @keyword PERF 
    40 ; if set activate performance with <prodidl>profiler</proidl> 
     40; if set activate performance with <proidl>profiler</proidl> 
    4141; PERF vs key_performance dans les commons 
    4242; 
     
    5050; provide tools to plot output files 
    5151; produce a NetCDF GDT or CF compliant 
    52 ; introduce <progeomag>../<progeomag> and <pro>...</pro> in postprocessing 
    53 ; of idldoc outputs 
    5452; 
    5553; @pre 
  • trunk/condmag_on_orca.pro

    r23 r41  
    3333; provide tools to plot output files 
    3434; produce a NetCDF GDT or CF compliant 
    35 ; introduce <progeomag>../<progeomag> and <pro>...</pro> in postprocessing 
    36 ; of idldoc outputs 
    3735; use <pro>fromreg</pro> 
    3836; 
  • trunk/correc_angle.pro

    r2 r41  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
     2; 
    53; NAME: correc_angle.pro 
    64; 
  • trunk/divfred.pro

    r30 r41  
    11;+ 
    2 ; @files_comments 
     2; 
     3; @file_comments 
    34; calcule la divergence d'un champ 2D 
    45; 
     
    78; 
    89; @examples 
    9 ; IDL> res=Divfred(u,v) 
    10 ; 
    11 ; @param u {in}{required}{type=2D array} 
     10; IDL> res=divfred(u,v) 
     11; 
     12; @param uu {in}{required}{type=2D array} 
    1213; Matrix representing the zonal coordinates (U point) 
    1314; 
    14 ; @param v {in}{required}{type=2D array} 
     15; @param vv {in}{required}{type=2D array} 
    1516; Matrix representing the zonal coordinates (V point) 
    1617; 
     
    1920; 
    2021; @uses 
    21 ; common.pro 
     22; <pro>common</pro> 
    2223; 
    2324; @restrictions 
  • trunk/extrap.pro

    r2 r41  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; NAME: extrap.pro (based on remplit.pro) 
     
    2623;       common_interp.pro  
    2724; 
    28 ; SIDE EFFECTS:  
    29 ; 
    30 ; RESTRICTIONS: 
    31 ; 
    32 ; EXAMPLE: 
    3325; 
    3426; MODIFICATION HISTORY: 19/11/99 Arnaud Jouzeau 
    3527;                       25/02/00 Sebastien Masson (remplit.pro) 
    3628;- 
    37 ;------------------------------------------------------------ 
    38 ;------------------------------------------------------------ 
    39 ;------------------------------------------------------------ 
    4029PRO extrap, z, mmmask, it, val 
    4130@common_interp 
  • trunk/grad.pro

    r12 r41  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    5 ; NAME: 
    6 ; 
    7 ; PURPOSE: 
    8 ; 
    9 ; CATEGORY: 
    10 ; 
    11 ; CALLING SEQUENCE: 
    12 ;  
    13 ; INPUTS: 
    14 ; 
    15 ; KEYWORD PARAMETERS: 
    16 ; 
    17 ; OUTPUTS: 
    18 ; 
    19 ; COMMON BLOCKS:common.pro 
    20 ; 
    21 ; SIDE EFFECTS: 
    22 ; 
    23 ; RESTRICTIONS: 
    24 ; 
    25 ; EXAMPLE: 
    26 ; 
    27 ; MODIFICATION HISTORY:Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     2; 
     3; @history 
     4; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    285; 
    296;- 
    30 ;------------------------------------------------------------ 
    31 ;------------------------------------------------------------ 
    32 ;------------------------------------------------------------ 
    337FUNCTION grad, field, direc 
     8; 
    349@common 
    35 ;------------------------------------------------------------ 
     10; 
    3611   res = litchamp(field) 
    3712   taille=size(res) 
  • trunk/initocemeshmask.pro

    r36 r41  
    1313; must be G42 ++ G70 
    1414; 
    15 ; @keyword EXTRA 
     15; @keyword _EXTRA 
    1616; must exist in order to be able to use this procedure as an argument 
    1717; 
     
    3030; IDL> myfile=getenv('GEOMAG_OD') + 'cond_sed_ORCA025.nc' 
    3131; IDL> xxx, myfile, 'initocemeshmask', '''ORCA025''',DRAKKAR_EXP='G42',format='(i5)' 
     32; 
    3233; @history 
    3334; reee522 2007-06-08T15:35:17Z rhodes (IRIX64) 
     
    4445; fplod 2007-06-05T12:22:38Z aedon.locean-ipsl.upmc.fr (Darwin) 
    4546; (following Sebastien Masson advices) 
    46 ; . add EXTRA keyword in order to be able to use this procedure as an argument 
     47; . add _EXTRA keyword in order to be able to use this procedure as an argument 
    4748; of <pro>xxx</pro>. 
    48 ; . add  EXTRA to the call of ncdf_meshlec 
     49; . add _EXTRA to the call of ncdf_meshlec 
    4950; replace initorca2_bab by initocemesh in filename and procedure name 
    5051; 
     
    6970;- 
    7071; 
    71 PRO initocemeshmask, orcares, DRAKKAR_EXP = drakkar_exp, _EXTRA = ex 
     72PRO initocemeshmask, orcares, DRAKKAR_EXP = drakkar_exp, _EXTRA = extra 
    7273; 
    7374  compile_opt idl2, strictarrsubs 
     
    211212; 
    212213key_stride = [1, 1, 1] 
    213 ;++ncdf_meshlec, fullfilename_oce[0], glamboundary = [20, 380], _EXTRA = ex 
    214 ncdf_meshlec, fullfilename_oce[0], GLAMBOUNDARY = [80, 380], _EXTRa = ex 
     214;++ncdf_meshlec, fullfilename_oce[0], glamboundary = [20, 380], _EXTRA = extra 
     215ncdf_meshlec, fullfilename_oce[0], GLAMBOUNDARY = [80, 380], _EXTRa = extra 
    215216;------------------------------------------------------------- 
    216217domdef 
  • trunk/interp.pro

    r2 r41  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; NAME: interp.pro 
  • trunk/interpolation.pro

    r2 r41  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
     2; 
    53; NAME: interpolation.pro 
    64; 
  • trunk/inv_mask.pro

    r2 r41  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; NAME: inv_mask.pro 
  • trunk/netcdf_input.pro

    r2 r41  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; NAME: netcdf_input.pro 
  • trunk/netcdf_output.pro

    r2 r41  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; NAME: netcdf_output.pro 
  • trunk/northwind.pro

    r2 r41  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41; 
    52; NAME: northwind.pro 
     
    2421;          common_interp.pro 
    2522; 
    26 ; SIDE EFFECTS:  
    2723; 
    28 ; RESTRICTIONS: 
    29 ; 
    30 ; EXAMPLE: 
    31 ; 
    32 ; MODIFICATION HISTORY:  
    33 ; 
    34 ;------------------------------------------------------------ 
    35 ;------------------------------------------------------------ 
    36  
    37  
    38 pro northwind, datglo,zdata_name,t 
     24PRO northwind, datglo,zdata_name,t 
    3925 
    4026@common_interp 
  • trunk/preproc_mask.pro

    r2 r41  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
     2; 
    53; NAME: preproc_mask.pro 
    64; 
     
    3331; 
    3432;- 
    35 ;------------------------------------------------------------ 
    36 ;------------------------------------------------------------ 
    37 ;------------------------------------------------------------ 
    3833FUNCTION preproc_mask, mask 
    3934@common_interp 
  • trunk/rseries_ncdf.pro

    r17 r41  
    1 ;------------------------------------------------------------ 
    21;+ 
     2; 
    33; @file_comments 
    44; reading timeseries writing on many files 
     
    3232; Set this keyword to return an array instead of a structure. 
    3333; 
    34 ; @keyword GRIDTYPE {type=string} 
     34; @keyword GRIDTYPE 
    3535; name of the grid to be read 'grid_T' ++'gridT' 
    3636; 
     
    4747; 
    4848; @uses 
    49 ; common.pro 
     49; <pro>common</pro> 
    5050; 
    5151; @restrictions 
     
    101101; @version 
    102102; $Id$ 
     103; 
    103104;- 
    104 ;------------------------------------------------------------ 
    105 ;------------------------------------------------------------ 
    106 ;------------------------------------------------------------ 
    107105FUNCTION rseries_ncdf, var, date1, date2, expin, freqin, CENTURY = century, NOSTRUCT = nostruct, GRIDTYPE = gridtype, _EXTRA = ex 
    108106@common 
  • trunk/step1_diff.pro

    r19 r41  
    11;+ 
     2; 
    23; @file_comments 
    34; compute delta between cond_sed*.pro Netcdf files with same dimension 
  • trunk/step2_diff.pro

    r31 r41  
    11;+ 
     2; 
    23; @file_comments 
    34; compute delta between *_5d_yyyy_grid_T_orcares.pro Netcdf files with same dimension 
Note: See TracChangeset for help on using the changeset viewer.