Changeset 18 for trunk/src


Ignore:
Timestamp:
12/17/10 12:11:29 (13 years ago)
Author:
pinsard
Message:

improve oaflux_mask_30N30S.pro documenation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oaflux_mask_30N30S.pro

    r17 r18  
    33; .. _oaflux_mask_30N30S.pro: 
    44; 
    5 ; ====================== 
    6 ; oaflux_mask_30N30S.pro 
    7 ; ====================== 
    8 ; 
    9 ; Produce a NetCDF file with  OAFLUX mask over global tropical oceans  
    10 ; 
    11 ;     .. graphviz:: 
    12 ; 
    13 ;        digraph oaflux_mask_30N30S { 
    14 ;           graph [ 
    15 ;           rankdir="LR", 
    16 ;           ] 
    17 ;           file_oaflux [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/lh_oaflux_2004.nc"]; 
    18 ;           mask [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/mask_oaflux_30N30S.nc"]; 
    19 ; 
    20 ;           oaflux_mask_30N30S [shape=box, 
    21 ;           fontname=Courier, 
    22 ;           color=blue, 
    23 ;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/oaflux_mask_30N30S.pro", 
    24 ;           label="${TROPFLUX}/src/oaflux_mask_30N30S.pro"]; 
    25 ; 
    26 ;           {file_oaflux} -> {oaflux_mask_30N30S} -> {mask} 
    27 ; 
    28 ;          } 
     5; ================================================================= 
     6; oaflux_mask_30N30S.pro -- OAFLUX mask over global tropical oceans 
     7; ================================================================= 
     8; 
     9; Produce a NetCDF file with OAFLUX mask over global tropical oceans (30N-30S) 
     10; 
     11; .. note:: 
     12; 
     13;    Longitude range [30.5,379.5] was choosen in order not to make any cut in 
     14;    the Atlantic Ocean. 
     15;    Otherwise if we choose longitude range to [0.5,359.5], Atlantic Ocean 
     16;    will be split to two and will appear on right and left sides of the map. 
     17; 
     18; .. graphviz:: 
     19; 
     20;    digraph oaflux_mask_30N30S { 
     21;       graph [ 
     22;       rankdir="LR", 
     23;       ] 
     24;       file_oaflux [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/lh_oaflux_2004.nc"]; 
     25;       mask [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/mask_oaflux_30N30S.nc"]; 
     26; 
     27;       oaflux_mask_30N30S [shape=box, 
     28;       fontname=Courier, 
     29;       color=blue, 
     30;       URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/oaflux_mask_30N30S.pro", 
     31;       label="${TROPFLUX}/src/oaflux_mask_30N30S.pro"]; 
     32; 
     33;       {file_oaflux} -> {oaflux_mask_30N30S} -> {mask} 
     34; 
     35;      } 
    2936; 
    3037; SEE ALSO 
    3138; ======== 
    3239; 
     40; :ref:`guide Gather data <gather_data>` 
     41; 
    3342; :ref:`guide data OAFLUX <data_in_oaflux>` 
    3443; 
    3544; :ref:`tropflux_profile.sh` 
    3645; 
    37 ; :func:`report` 
    38 ; :func:`initncdf` 
    39 ; :func:`ncdf_lec` 
    40 ; :ref:`ncdf_quickwrite` 
    41 ; :func:`isadirectory` 
     46; :func:`report <saxo:report>` 
     47; :func:`initncdf <saxo:initncdf>` 
     48; :func:`ncdf_lec <saxo:ncdf_lec>` 
     49; :ref:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
     50; :func:`isadirectory <saxo:isadirectory>` 
    4251; 
    4352; EXAMPLES 
     
    5766; pro -> function 
    5867; 
    59 ; NetCDF CF (may be area_type)  
    60 ;  
     68; NetCDF CF (may be area_type) 
     69; 
    6170; global attributes corrections : 
    6271;  - written now : OAFLUX mask over the Indian Ocean: 40E-120E, 30S-30N 
Note: See TracChangeset for help on using the changeset viewer.