Changeset 20 for trunk/src


Ignore:
Timestamp:
12/20/10 11:22:11 (13 years ago)
Author:
pinsard
Message:

sphinx intermapping with SAXO

Location:
trunk/src
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/TropFlux_19890101_20091231.pro

    r19 r20  
    4747; :ref:`tropflux_profile.sh` 
    4848; 
     49; :func:`report <saxo:report>` 
     50; :func:`isadirectory <saxo:isadirectory>` 
     51; :func:`isafile <saxo:isafile>` 
     52; :func:`initncdf <saxo:initncdf>` 
     53; :func:`ncdf_lec <saxo:ncdf_lec>` 
     54; :func:`read_ncdf <saxo:read_ncdf>` 
     55; :func:`caldat <saxo:caldat>` 
     56; :func:`julday <saxo:julday>` 
     57; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
     58; 
    4959; :func:`cor30a` 
    5060; 
     
    93103@common 
    94104; 
    95 ; check for input directory  
     105; check for input directory 
    96106; 
    97107; test if ${TROPFLUX_ID} defined 
     
    131141da1=19880101 & da2=20101231 
    132142; 
    133 initncdf, fullfilename_msk  
     143initncdf, fullfilename_msk 
    134144msk=ncdf_lec(fullfilename_msk,var='msk') 
    135145 
  • trunk/src/TropFlux_NRT_ncdf.pro

    r19 r20  
    2828; ======== 
    2929; 
     30; :func:`initncdf <saxo:initncdf>` 
     31; :func:`read_ncdf <saxo:read_ncdf>` 
     32; :func:`julday <saxo:julday>` 
     33; :func:`jul2date <saxo:jul2date>` 
     34; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
     35;  
    3036; EXAMPLES 
    3137; ======== 
  • trunk/src/TropFlux_swr_BLND_19890101_20091231.pro

    r12 r20  
    3030; SEE ALSO 
    3131; ======== 
     32; 
     33; :func:`initncdf <saxo:initncdf>` 
     34; :func:`read_ncdf <saxo:read_ncdf>` 
     35; :func:`julday <saxo:julday>` 
     36; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3237; 
    3338; EXAMPLES 
  • trunk/src/TropFlux_swr_DT_19890101_20071231.pro

    r12 r20  
    3131; SEE ALSO 
    3232; ======== 
     33; 
     34; :func:`initncdf <saxo:initncdf>` 
     35; :func:`read_ncdf <saxo:read_ncdf>` 
     36; :func:`grossemoyenne <saxo:grossemoyenne>` 
     37; :func:`julday <saxo:julday>` 
     38; :func:`caldat <saxo:caldat>` 
     39; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3340; 
    3441; EXAMPLES 
  • trunk/src/TropFlux_swr_NRT_19890101_20091231.pro

    r12 r20  
    2727; SEE ALSO 
    2828; ======== 
     29; 
     30; :func:`initncdf <saxo:initncdf>` 
     31; :func:`read_ncdf <saxo:read_ncdf>` 
     32; :func:`julday <saxo:julday>` 
     33; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    2934; 
    3035; EXAMPLES 
  • trunk/src/cronin_gustiness_ncdf.pro

    r12 r20  
    2929; 
    3030;  IDL> cronin_gustiness_ncdf 
     31; 
     32; SEE ALSO 
     33; ======== 
     34; 
     35; :func:`initncdf <saxo:initncdf>` 
     36; :func:`julday <saxo:julday>` 
     37; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3138; 
    3239; TODO 
  • trunk/src/d2m_to_q2m_erai.pro

    r12 r20  
    3131; 
    3232; :func:`rh_to_spechum` 
     33; :func:`initncdf <saxo:initncdf>` 
     34; :func:`read_ncdf <saxo:read_ncdf>` 
     35; :func:`julday <saxo:julday>` 
     36; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3337; 
    3438; EXAMPLES 
  • trunk/src/interp_erai_dewt_1989_2009.pro

    r19 r20  
    3232; 
    3333; :ref:`tropflux_profile.sh` 
     34; 
     35; :func:`report <saxo:report>` 
     36; :func:`isadirectory <saxo:isadirectory>` 
     37; :func:`isafile <saxo:isafile>` 
     38; :func:`initncdf <saxo:initncdf>` 
     39; :func:`read_ncdf <saxo:read_ncdf>` 
     40; :func:`domdef <saxo:domdef>` 
     41; :func:`call_interp2d <saxo:call_interp2d>` 
     42; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3443; 
    3544; EXAMPLES 
  • trunk/src/interp_erai_lwr_1989_2009.pro

    r19 r20  
    3333; 
    3434; :ref:`tropflux_profile.sh` 
     35; 
     36; :func:`report <saxo:report>` 
     37; :func:`isadirectory <saxo:isadirectory>` 
     38; :func:`isafile <saxo:isafile>` 
     39; :func:`initncdf <saxo:initncdf>` 
     40; :func:`read_ncdf <saxo:read_ncdf>` 
     41; :func:`domdef <saxo:domdef>` 
     42; :func:`call_interp2d <saxo:call_interp2d>` 
     43; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3544; 
    3645; EXAMPLES 
     
    7786@common 
    7887; 
    79 ; check for input directory  
     88; check for input directory 
    8089; 
    8190; test if ${TROPFLUX_ID} defined 
  • trunk/src/interp_erai_sst_1989_2009.pro

    r19 r20  
    3232; 
    3333; :ref:`tropflux_profile.sh` 
     34; 
     35; :func:`report <saxo:report>` 
     36; :func:`isadirectory <saxo:isadirectory>` 
     37; :func:`isafile <saxo:isafile>` 
     38; :func:`initncdf <saxo:initncdf>` 
     39; :func:`read_ncdf <saxo:read_ncdf>` 
     40; :func:`domdef <saxo:domdef>` 
     41; :func:`call_interp2d <saxo:call_interp2d>` 
     42; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3443; 
    3544; EXAMPLES 
     
    7786@common 
    7887; 
    79 ; check for input directory  
     88; check for input directory 
    8089; 
    8190; test if ${TROPFLUX_ID} defined 
  • trunk/src/interp_erai_t2m_1989_2009.pro

    r19 r20  
    3434; 
    3535; :ref:`tropflux_profile.sh` 
     36; 
     37; :func:`report <saxo:report>` 
     38; :func:`isadirectory <saxo:isadirectory>` 
     39; :func:`isafile <saxo:isafile>` 
     40; :func:`initncdf <saxo:initncdf>` 
     41; :func:`read_ncdf <saxo:read_ncdf>` 
     42; :func:`domdef <saxo:domdef>` 
     43; :func:`call_interp2d <saxo:call_interp2d>` 
     44; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3645; 
    3746; EXAMPLES 
     
    7988@common 
    8089; 
    81 ; check for input directory  
     90; check for input directory 
    8291; 
    8392; test if ${TROPFLUX_ID} defined 
  • trunk/src/interp_erai_ws_1989_2009.pro

    r19 r20  
    3535; :ref:`tropflux_profile.sh` 
    3636; 
     37; :func:`report <saxo:report>` 
     38; :func:`isadirectory <saxo:isadirectory>` 
     39; :func:`isafile <saxo:isafile>` 
     40; :func:`initncdf <saxo:initncdf>` 
     41; :func:`read_ncdf <saxo:read_ncdf>` 
     42; :func:`domdef <saxo:domdef>` 
     43; :func:`call_interp2d <saxo:call_interp2d>` 
     44; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
     45; 
    3746; EXAMPLES 
    3847; ======== 
     
    7988@common 
    8089; 
    81 ; check for input directory  
     90; check for input directory 
    8291; 
    8392; test if ${TROPFLUX_ID} defined 
  • trunk/src/interp_olr_30n30s_1989_2009.pro

    r19 r20  
    3333; 
    3434; :ref:`tropflux_profile.sh` 
     35; 
     36; :func:`report <saxo:report>` 
     37; :func:`isadirectory <saxo:isadirectory>` 
     38; :func:`isafile <saxo:isafile>` 
     39; :func:`initncdf <saxo:initncdf>` 
     40; :func:`read_ncdf <saxo:read_ncdf>` 
     41; :func:`domdef <saxo:domdef>` 
     42; :func:`call_interp2d <saxo:call_interp2d>` 
     43; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3544; 
    3645; EXAMPLES 
     
    7786@common 
    7887; 
    79 ; check for input directory  
     88; check for input directory 
    8089; 
    8190; test if ${TROPFLUX_ID} defined 
  • trunk/src/lwr_correction_ncdf.pro

    r12 r20  
    2929; SEE ALSO 
    3030; ======== 
     31; 
     32; :func:`initncdf <saxo:initncdf>` 
     33; :func:`read_ncdf <saxo:read_ncdf>` 
     34; :func:`grossemoyenne <saxo:grossemoyenne>` 
     35; :func:`julday <saxo:julday>` 
     36; :func:`caldat <saxo:caldat>` 
     37; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3138; 
    3239; EXAMPLES 
  • trunk/src/oaflux_mask_30N30S.pro

    r19 r20  
    4949; :func:`initncdf <saxo:initncdf>` 
    5050; :func:`ncdf_lec <saxo:ncdf_lec>` 
    51 ; :ref:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
     51; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    5252; :func:`isadirectory <saxo:isadirectory>` 
    5353; :func:`isafile <saxo:isafile>` 
  • trunk/src/q2m_correction_ncdf.pro

    r12 r20  
    3030; SEE ALSO 
    3131; ======== 
     32; 
     33; :func:`initncdf <saxo:initncdf>` 
     34; :func:`read_ncdf <saxo:read_ncdf>` 
     35; :func:`grossemoyenne <saxo:grossemoyenne>` 
     36; :func:`julday <saxo:julday>` 
     37; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3238; 
    3339; EXAMPLES 
  • trunk/src/sst_correction_ncdf.pro

    r12 r20  
    3131; SEE ALSO 
    3232; ======== 
     33; 
     34; :func:`initncdf <saxo:initncdf>` 
     35; :func:`read_ncdf <saxo:read_ncdf>` 
     36; :func:`grossemoyenne <saxo:grossemoyenne>` 
     37; :func:`julday <saxo:julday>` 
     38; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3339; 
    3440; EXAMPLES 
  • trunk/src/t2m_correction_ncdf.pro

    r12 r20  
    3030; SEE ALSO 
    3131; ======== 
     32; 
     33; :func:`initncdf <saxo:initncdf>` 
     34; :func:`read_ncdf <saxo:read_ncdf>` 
     35; :func:`grossemoyenne <saxo:grossemoyenne>` 
     36; :func:`caldat <saxo:caldat>` 
     37; :func:`julday <saxo:julday>` 
     38; :func:`jul2date <saxo:jul2date>` 
     39; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3240; 
    3341; EXAMPLES 
  • trunk/src/time_axe_modif_TropFlux.pro

    r19 r20  
    2929; SEE ALSO 
    3030; ======== 
     31; 
     32; :func:`initncdf <saxo:initncdf>` 
     33; :func:`read_ncdf <saxo:read_ncdf>` 
     34; :func:`grossemoyenne <saxo:grossemoyenne>` 
     35; :func:`julday <saxo:julday>` 
     36; :func:`jul2date <saxo:jul2date>` 
     37; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    3138; 
    3239; EXAMPLES 
Note: See TracChangeset for help on using the changeset viewer.