Changeset 164


Ignore:
Timestamp:
03/19/12 11:11:49 (12 years ago)
Author:
pinsard
Message:

fix for developper documentation

Location:
trunk
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/install.sh

    r101 r164  
    33# 
    44# .. _install.sh: 
     5# 
     6# ========== 
     7# install.sh 
     8# ========== 
    59# 
    610# NAME 
     
    3135# EXAMPLES 
    3236# ======== 
     37# 
     38# TODO 
     39# ==== 
     40# 
     41# destroy. use fptools one's instead 
    3342# 
    3443# EVOLUTIONS 
  • trunk/docs/docs_dev/Makefile

    r158 r164  
    3535#   * fix header 
    3636#   * add usage of makefile_non_sphinx 
     37# 
     38#- 
    3739 
    3840# You can set these variables from the command line. 
  • trunk/docs/docs_dev/makefile_non_sphinx

    r157 r164  
    1313# ======== 
    1414# 
    15 # :ref:`build_doc` 
     15# :ref:`builddoc` 
    1616# 
    1717# :ref:`Makefile` 
    1818# 
    19 # :ref:`extract_rst.sh` 
     19# :ref:`<fptools:extract_rst.sh>` 
    2020# 
    2121# TODO 
     
    2626# improve dependencies 
    2727# 
     28# sort manuals in alphanumeric order 
     29# 
    2830# EVOLUTIONS 
    2931# ========== 
     
    3335# $URL$ 
    3436# 
     37# - fplod 20120319 
     38#    
     39#   * fix ferret and odv errors 
     40# 
    3541# - fplod 20120306 
    3642# 
    3743#   * creation from adm/makefile 
     44#   * start fix for ../../src/paper01/fig\*/\*.pro 
     45#   * start fix for ../../src/test/\*.m 
    3846# 
    3947#- 
     
    4755LIST_SRCSH_RST = \ 
    4856$(shell echo "$(LIST_SRCSH)" | \ 
    49         sed -e "s+../../adm/website+source/manuals/+g" \ 
    50             -e "s+../../adm+source/manuals/+g" \ 
    51             -e "s+../../src+source/manuals/+g" \ 
    52             -e "s+../../docs/docs_dev+source/manuals/+g" \ 
     57        sed -e "s+../../adm/website+source/manuals+g" \ 
     58            -e "s+../../adm+source/manuals+g" \ 
     59            -e "s+../../src+source/manuals+g" \ 
     60            -e "s+../../docs/docs_dev+source/manuals+g" \ 
    5361            -e "s+Makefile+source/manuals/Makefile.rst+g" \ 
    5462            -e "s+makefile_non_sphinx+source/manuals/makefile_non_sphinx.rst+g" \ 
    5563            -e "s+\.sh+.sh.rst+g") 
    5664 
    57  
    5865LIST_SRCIDL = \ 
    5966$(shell find ../.. ! \( -name '.svn' -prune \) -name "*.pro" | sort) 
     
    6168LIST_SRCIDL_RST = \ 
    6269$(shell echo "$(LIST_SRCIDL)" | \ 
    63         sed -e "s+../../src+source/manuals/+g" \ 
    64             -e "s+../../src/paper01/fig1+source/manuals/paper01/fig1+g" \ 
    65             -e "s+../../src/paper01/fig2+source/manuals/paper01/fig2+g" \ 
    66             -e "s+../../src/paper01/fig3+source/manuals/paper01/fig3+g" \ 
    67             -e "s+../../src/paper01/fig4+source/manuals/paper01/fig4+g" \ 
    68             -e "s+../../src/paper01/fig5+source/manuals/paper01/fig5+g" \ 
    69             -e "s+../../src/paper01/fig6+source/manuals/paper01/fig6+g" \ 
    70             -e "s+../../src/paper01/fig7+source/manuals/paper01/fig7+g" \ 
    71             -e "s+../../src/paper01/fig8+source/manuals/paper01/fig8+g" \ 
    72             -e "s+../../src/paper01/fig9+source/manuals/paper01/fig9+g" \ 
    73             -e "s+../../src/paper01/fig10+source/manuals/paper01/fig10+g" \ 
    74             -e "s+../../src/paper01/fig11+source/manuals/paper01/fig11+g" \ 
    75             -e "s+../../src/paper01/fig12+source/manuals/paper01/fig12+g" \ 
    76             -e "s+../../src/paper01/fig13+source/manuals/paper01/fig13+g" \ 
    77             -e "s+../../src/paper01/fig14+source/manuals/paper01/fig14+g" \ 
    78             -e "s+../../src/paper01/fig15+source/manuals/paper01/fig15+g" \ 
    79             -e "s+../../src/paper01/fig16+source/manuals/paper01/fig16+g" \ 
     70        sed \ 
     71            -e "s+../../src/paper01/fig10+source/manuals+g" \ 
     72            -e "s+../../src/paper01/fig11+source/manuals+g" \ 
     73            -e "s+../../src/paper01/fig12+source/manuals+g" \ 
     74            -e "s+../../src/paper01/fig13+source/manuals+g" \ 
     75            -e "s+../../src/paper01/fig14+source/manuals+g" \ 
     76            -e "s+../../src/paper01/fig15+source/manuals+g" \ 
     77            -e "s+../../src/paper01/fig16+source/manuals+g" \ 
     78            -e "s+../../src/paper01/fig1+source/manuals+g" \ 
     79            -e "s+../../src/paper01/fig2+source/manuals+g" \ 
     80            -e "s+../../src/paper01/fig3+source/manuals+g" \ 
     81            -e "s+../../src/paper01/fig4+source/manuals+g" \ 
     82            -e "s+../../src/paper01/fig5+source/manuals+g" \ 
     83            -e "s+../../src/paper01/fig6+source/manuals+g" \ 
     84            -e "s+../../src/paper01/fig7+source/manuals+g" \ 
     85            -e "s+../../src/paper01/fig8+source/manuals+g" \ 
     86            -e "s+../../src/paper01/fig9+source/manuals+g" \ 
     87            -e "s+../../src+source/manuals+g" \ 
    8088            -e "s+\.pro+.pro.rst+g") 
    8189 
     
    8593LIST_SRCMATLAB_RST = \ 
    8694$(shell echo "$(LIST_SRCMATLAB)" | \ 
    87         sed -e "s+../../test+source/manuals/+g" \ 
    88             -e "s+../../src+source/manuals/+g" \ 
     95        sed -e "s+../../src/test+source/manuals+g" \ 
     96            -e "s+../../src+source/manuals+g" \ 
    8997            -e "s+\.m+.m.rst+g") 
    9098 
    9199LIST_SRCFERRET = \ 
    92 $(DIRSRC)/test/read.jnl 
     100$(shell find ../.. ! \( -name '.svn' -prune \) -name "*.jnl" | sort) 
    93101 
    94102LIST_SRCFERRET_RST = \ 
    95103$(shell echo "$(LIST_SRCFERRET)" | \ 
    96         sed -e "s+../../src/test/+source/manuals/+g" \ 
     104        sed -e "s+../../src/test+source/manuals+g" \ 
    97105            -e "s+\.jnl+.jnl.rst+g") 
    98106 
    99107LIST_SRCODV = \ 
    100 $(DIRSRC)/test/read.cmd 
     108$(shell find ../.. ! \( -name '.svn' -prune \) -name "*.cmd" | sort) 
    101109 
    102110LIST_SRCODV_RST = \ 
    103111$(shell echo "$(LIST_SRCODV)" | \ 
    104         sed -e "s+../../src/test/+source/manuals/+g" \ 
     112        sed -e "s+../../src/test+source/manuals+g" \ 
    105113            -e "s+\.cmd+.cmd.rst+g") 
    106114 
     
    118126 
    119127help : 
    120         echo "$(LIST_SRCSH_RST)" 
     128        echo "$(LIST_RST)" 
    121129        @echo "Following commands are available to build outputs :" 
    122130        @echo "\$$ make -f makefile_non_sphinx clean" 
     
    129137 
    130138all : \ 
    131 source/manuals/manuals_non_sphinx.rst \ 
    132 $(LIST_SRCSH_RST) \ 
    133 $(LIST_SRCIDL_RST) \ 
    134 $(LIST_SRCMATLAB_RST) \ 
    135 $(LIST_SRCIDL_RST) 
    136  
    137 source/manuals/manuals_non_sphinx.rst : 
     139source/manuals/manuals_non_sphinx.rst 
     140 
     141source/manuals/manuals_non_sphinx.rst : \ 
     142$(LIST_RST) 
    138143        @echo ".. _manuals_non_sphinx:" > $@ 
    139144        @echo " " >> $@ 
     
    155160        @extract_rst.sh -i $< -l sh -o $@ 
    156161 
    157 source/manuals/%.sh.rst : ../../adm/website%.sh 
     162source/manuals/%.sh.rst : ../../adm/website/%.sh 
    158163        @extract_rst.sh -i $< -l sh -o $@ 
    159164 
     
    171176 
    172177source/manuals/%.pro.rst : ../../src/%.pro 
     178        @extract_rst.sh -i $< -l IDL -o $@ 
     179 
     180source/manuals/%.pro.rst : ../../src/paper01/fig1/%.pro  
     181        @extract_rst.sh -i $< -l IDL -o $@ 
     182 
     183source/manuals/%.pro.rst : ../../src/paper01/fig2/%.pro  
     184        @extract_rst.sh -i $< -l IDL -o $@ 
     185 
     186source/manuals/%.pro.rst : ../../src/paper01/fig3/%.pro  
     187        @extract_rst.sh -i $< -l IDL -o $@ 
     188 
     189source/manuals/%.pro.rst : ../../src/paper01/fig4/%.pro  
     190        @extract_rst.sh -i $< -l IDL -o $@ 
     191 
     192source/manuals/%.pro.rst : ../../src/paper01/fig5/%.pro  
     193        @extract_rst.sh -i $< -l IDL -o $@ 
     194 
     195source/manuals/%.pro.rst : ../../src/paper01/fig6/%.pro  
     196        @extract_rst.sh -i $< -l IDL -o $@ 
     197 
     198source/manuals/%.pro.rst : ../../src/paper01/fig7/%.pro  
     199        @extract_rst.sh -i $< -l IDL -o $@ 
     200 
     201source/manuals/%.pro.rst : ../../src/paper01/fig8/%.pro  
     202        @extract_rst.sh -i $< -l IDL -o $@ 
     203 
     204source/manuals/%.pro.rst : ../../src/paper01/fig9/%.pro  
     205        @extract_rst.sh -i $< -l IDL -o $@ 
     206 
     207source/manuals/%.pro.rst : ../../src/paper01/fig10/%.pro  
     208        @extract_rst.sh -i $< -l IDL -o $@ 
     209 
     210source/manuals/%.pro.rst : ../../src/paper01/fig11/%.pro  
     211        @extract_rst.sh -i $< -l IDL -o $@ 
     212 
     213source/manuals/%.pro.rst : ../../src/paper01/fig12/%.pro  
     214        @extract_rst.sh -i $< -l IDL -o $@ 
     215 
     216source/manuals/%.pro.rst : ../../src/paper01/fig13/%.pro  
     217        @extract_rst.sh -i $< -l IDL -o $@ 
     218 
     219source/manuals/%.pro.rst : ../../src/paper01/fig14/%.pro  
     220        @extract_rst.sh -i $< -l IDL -o $@ 
     221 
     222source/manuals/%.pro.rst : ../../src/paper01/fig15/%.pro  
     223        @extract_rst.sh -i $< -l IDL -o $@ 
     224 
     225source/manuals/%.pro.rst : ../../src/paper01/fig16/%.pro  
    173226        @extract_rst.sh -i $< -l IDL -o $@ 
    174227 
     
    176229        @extract_rst.sh -i $< -l matlab -o $@ 
    177230 
    178 source/manuals/%.m.rst : ../../test/%.m 
     231source/manuals/%.m.rst : ../../src/test/%.m 
    179232        @extract_rst.sh -i $< -l matlab -o $@ 
    180233 
    181 source/manuals/%.jnl.rst : ../../test/%.jnl   
     234source/manuals/%.jnl.rst : ../../src/test/%.jnl   
    182235        @extract_rst.sh -i $< -l ferret -o $@ 
    183236 
    184 source/manuals/%.cmd.rst : ../../test/%.cmd 
     237source/manuals/%.cmd.rst : ../../src/test/%.cmd 
    185238        @extract_rst.sh -i $< -l sh -o $@ 
    186239 
     
    194247        @extract_rst.sh -i $< -l matlab -o $@ 
    195248 
    196 %.jnl.rst : %.jnl 
    197         @extract_rst.sh -i $< -l ferret -o $@ 
    198  
  • trunk/docs/docs_dev/source/conf.py

    r157 r164  
    2929# EVOLUTIONS 
    3030# ========== 
     31# 
     32# - fplod 20120119 
     33# 
     34#   * add intersphinx mapping with fptools 
    3135# 
    3236# - fplod 20120109 
     
    308312intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv'), 
    309313                       'nco' : ('http://nco.sourceforge.net/',                                   'nco.inv'), 
    310                        'cdo' : ('https://code.zmaw.de/embedded/cdo/1.4.7/',                      'cdo.inv') 
     314                       'cdo' : ('https://code.zmaw.de/embedded/cdo/1.4.7/',                      'cdo.inv'), 
     315                       'fptools' : ('http://www.locean-ipsl.upmc.fr/~fplod/fptools/fptools_ws/doc/html/', None) 
    311316                      } 
    312317 
  • trunk/docs/docs_dev/source/guides/updatedata.rst

    r162 r164  
    205205   ftp> cd daily 
    206206   ftp> lcd daily 
    207    ftp> mput *.nc 
     207   ftp> mput \*.nc 
    208208   ftp> cd ../monthly 
    209209   ftp> put ../Readme.rst 
    210210   ftp> lcd ../monthly 
    211211   ftp> put ../Readme.rst 
    212    ftp> mput *.nc 
     212   ftp> mput \*.nc 
    213213 
    214214 
  • trunk/docs/docs_dev/source/manuals/manuals_python.rst

    r157 r164  
    3030   :show-inheritance: 
    3131 
    32 .. automodule:: ecmwf.py 
     32.. automodule:: ecmwf 
    3333   :members: 
    3434   :undoc-members: 
    3535   :inherited-members: 
    3636   :show-inheritance: 
    37  
    38 .. automodule:: read.py 
    39    :members: 
    40    :undoc-members: 
    41    :inherited-members: 
    42    :show-inheritance: 
    43  
  • trunk/src/calc_cloud_vlat.pro

    r99 r164  
    11;+ 
    2 ;- 
    3  function calc_cloud_vlat, jday,SWR,XLAT 
     2; 
     3; ==================== 
     4; calc_cloud_vlat.pro 
     5; ==================== 
     6; 
     7; .. function:: calc_cloud_vlat(jday, swr, xlat) 
     8; 
     9; DESCRITPION 
     10; =========== 
    411; 
    512; Translated directly from Margie McCartys Fortran, 
     
    2027; 
    2128; SET COEFFICIENTS FOR THE Q0 CALCULATION 
     29; 
     30; EVOLUTIONS 
     31; ========== 
     32; 
     33; $Id$ 
     34; 
     35; $URL$ 
     36; 
     37; - fplod 20120319 
     38; 
     39;   * minimal header 
     40; 
     41;- 
     42function calc_cloud_vlat, jday,SWR,XLAT 
     43; 
    2244; 
    2345pi=!pi 
  • trunk/src/compute_erai_daily_region_2d.sh

    r101 r164  
    109109# :ref:`interp_erai_lwr_1989_2009.pro` 
    110110# :ref:`interp_erai_sst_1989_2009.pro` 
    111 # :ref:`interp_erai_t2m_1989_2009.pro` 
     111# :func:`interp_erai_t2m` 
    112112# :ref:`interp_erai_ws_1989_2009.pro` 
    113113# 
  • trunk/src/get_oaflux.sh

    r97 r164  
    2222# Put in ${PROJECT_ID} OAFLUX reference file 
    2323# 
    24 # Once this tool executed :ref:`oaflux_mask_30N30S.pro` can be launched. 
     24# Once this tool executed :func:`oaflux_mask_30n30s` can be launched. 
    2525# 
    2626# Log file is written on :file:`${PROJECT_LOG}/get_oaflux.log.{YYYYMMDDTHHMMSSZ}` 
     
    7777# :ref:`project_profile.sh` 
    7878# 
    79 # :ref:`oaflux_mask_30N30S.pro` 
     79# :func:`oaflux_mask_30n30s` 
    8080# 
    8181# EVOLUTIONS 
  • trunk/src/interp_erai_lwr_1989_2009.pro

    r153 r164  
    3030; :file:`${PROJECT_OD}/erai_lwr_19890102_20091231_oafluxgrid.nc` 
    3131; must be processed after by 
    32 ; :ref:`add_198900101.sh`. 
     32; :ref:`add_19890101.sh`. 
    3333; 
    3434; .. only:: man 
     
    7272; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    7373; 
    74 ; :ref:`add_198900101.sh` 
     74; :ref:`add_19890101.sh` 
    7575; 
    7676; EXAMPLES 
     
    147147;   * fix typo 
    148148;     .. note:: 
     149; 
    149150;        IDL do not warn when asking size of an undefined array:: 
    150151; 
  • trunk/src/interp_erai_t2m.pro

    r163 r164  
    108108; 
    109109; reach end but bad time and t2m values :: 
    110 ;$ ncks -v t2m  -d time,0,1 -d latitude,0,1 -d longitude,0,1 /homedata/pinsard/tropflux_d/erai_t2m_19890101_20091231_oafluxgrid.nc 
     110; 
     111;   $ ncks -v t2m  -d time,0,1 -d latitude,0,1 -d longitude,0,1 /homedata/pinsard/tropflux_d/erai_t2m_19890101_20091231_oafluxgrid.nc 
    111112;     latitude[0]=-29.5 degrees_north 
    112113;     latitude[1]=-28.5 degrees_north 
  • trunk/src/lwdown_clark.pro

    r97 r164  
    11;+ 
    2 ;- 
    3 ;---------------------------------------------- 
    4 function lwdown_clark, sst,qair,cld,tair,ps 
     2; ================ 
     3; lwdown_clark.pro 
     4; ================ 
     5; 
     6; .. function:: lwdown_clark(sst, qair, cld, tair, ps) 
     7; 
     8; DESCRITPION 
     9; =========== 
    510; 
    611; Net longwave from the Clark et al. (1974) bulk formula 
    7 ;    Clark, N. E., L. Eber, R. M. Laurs, J. A. Renner, and J. F. T. Saur, 
    8 ;           1974: Heat exchange between ocean and atmosphere in the 
    9 ;           eastern North Pacific for 1961-71. NOAA Tech. Rep. NMRS 
    10 ;           SSRF-682, National Oceanic and Atmospheric Administration, 
    11 ;           U.S. Department of Commerce, Washington, DC, 108 pp. 
    12 ;     See also Gill, p34. 
     12; Clark, N. E., L. Eber, R. M. Laurs, J. A. Renner, and J. F. T. Saur, 
     13; 1974: Heat exchange between ocean and atmosphere in the 
     14; eastern North Pacific for 1961-71. NOAA Tech. Rep. NMRS 
     15; SSRF-682, National Oceanic and Atmospheric Administration, 
     16; U.S. Department of Commerce, Washington, DC, 108 pp. 
     17; 
     18; See also Gill, p34. 
    1319; 
    1420; INPUTS 
     
    2127;   lw :    estimated longwave (W/m2) 
    2228; 
     29; EVOLUTIONS 
     30; ========== 
     31; 
     32; $Id$ 
     33; 
     34; $URL$ 
     35; 
     36; - fplod 20120319 
     37; 
     38;   * minimal header 
     39; 
     40;- 
     41function lwdown_clark, sst,qair,cld,tair,ps 
     42; 
    2343@common 
    24 ;---------------------------------------------- 
    2544; 
    2645eps=.97                 ; emissivity of sea-water 
  • trunk/src/lwnet_clark.pro

    r97 r164  
    11;+ 
    2 ;- 
    3 ;---------------------------------------------- 
    4 function lwnet_clark, sst,qair,cld,tair,ps 
     2; 
     3; =============== 
     4; lwnet_clark.pro 
     5; =============== 
     6; 
     7; .. function:: lwnet_clark(sst, qair, cld, tair, ps) 
     8; 
     9; DESCRIPTION 
     10; =========== 
    511; 
    612; Net longwave from the Clark et al. (1974) bulk formula 
    7 ;    Clark, N. E., L. Eber, R. M. Laurs, J. A. Renner, and J. F. T. Saur, 
    8 ;           1974: Heat exchange between ocean and atmosphere in the 
    9 ;           eastern North Pacific for 1961-71. NOAA Tech. Rep. NMRS 
    10 ;           SSRF-682, National Oceanic and Atmospheric Administration, 
    11 ;           U.S. Department of Commerce, Washington, DC, 108 pp. 
    12 ;     See also Gill, p34. 
     13; Clark, N. E., L. Eber, R. M. Laurs, J. A. Renner, and J. F. T. Saur, 
     14; 1974: Heat exchange between ocean and atmosphere in the 
     15; eastern North Pacific for 1961-71. NOAA Tech. Rep. NMRS 
     16; SSRF-682, National Oceanic and Atmospheric Administration, 
     17; U.S. Department of Commerce, Washington, DC, 108 pp. 
     18; 
     19; See also Gill, p34. 
    1320; 
    1421; INPUTS 
     
    2128;   lw :    estimated longwave (W/m2) 
    2229; 
     30; EVOLUTIONS 
     31; ========== 
     32; 
     33; $Id$ 
     34; 
     35; $URL$ 
     36; 
     37; - fplod 20120319 
     38; 
     39;   * minimal header 
     40; 
     41;- 
     42function lwnet_clark, sst,qair,cld,tair,ps 
     43; 
    2344@common 
    24 ;---------------------------------------------- 
    2545; 
    2646eps=.97                 ; emissivity of sea-water 
  • trunk/src/paper01/fig1/fig1_no_obs_map.pro

    r100 r164  
    1212; containing OAFLUX grid 
    1313; has been produced by 
    14 ; :ref:`oaflux_mask_30N30S.pro`. 
     14; :func:`oaflux_mask_30N30S`. 
    1515; 
    1616; Figure of 
     
    5050; :func:`y_site_location` 
    5151; 
    52 ; :ref:`oaflux_mask_30N30S.pro` 
     52; :func:`oaflux_mask_30N30S` 
    5353; 
    5454; EXAMPLES 
  • trunk/src/project_profile.sh

    r152 r164  
    1616# 
    1717#  $ . ./project_profile.sh -d directory -i indir -o outdir -t tempdir -s saxo_dir 
     18# 
    1819# In ${HOME}/.profile, add the following line:: 
    1920# 
  • trunk/src/psit.pro

    r89 r164  
    11;+ 
     2; 
     3; ======== 
     4; psit.pro 
     5; ======== 
     6; 
     7; .. function:: psit(zet) 
     8; 
     9; DESCRITPION 
     10; =========== 
     11; 
     12; EVOLUTIONS 
     13; ========== 
     14; 
     15; $Id$ 
     16; 
     17; $URL$ 
     18; 
     19; - fplod 20120319 
     20; 
     21;   * minimal header 
     22; 
    223;- 
    3 ;-------------------------------------------------------- 
    424function psit, zet 
    5 ;-------------------------------------------------------- 
    625 
    726x=(1.-15*zet)^.5 
     
    2241 
    2342end 
    24 ;-------------------------------------------------------- 
    25  
  • trunk/src/psiu.pro

    r89 r164  
    11;+ 
     2; 
     3; ======== 
     4; psiu.pro 
     5; ======== 
     6; 
     7; .. function:: psiu(zet) 
     8; 
     9; DESCRITPION 
     10; =========== 
     11; 
     12; EVOLUTIONS 
     13; ========== 
     14; 
     15; $Id$ 
     16; 
     17; $URL$ 
     18; 
     19; - fplod 20120319 
     20; 
     21;   * minimal header 
     22; 
    223;- 
    3 ;-------------------------------------------------------- 
    424function psiu, zet 
    5 ;-------------------------------------------------------- 
    625 
    726x=(1-15*zet)^.25 
     
    2241 
    2342end 
    24 ;-------------------------------------------------------- 
    25  
  • trunk/src/qsee.pro

    r88 r164  
    11;+ 
    2 ;- 
    3 function qsee, sst,Ps 
     2; 
     3; ======== 
     4; qsee.pro 
     5; ======== 
     6; 
     7; .. function:: qsee(zet) 
     8; 
     9; DESCRITPION 
     10; =========== 
    411; 
    512; Bulk sea surface humidity (g/kg) 
    613; sst: SST (degC) 
    714; Ps : surface pressure (mb) 
     15; 
     16; EVOLUTIONS 
     17; ========== 
     18; 
     19; $Id$ 
     20; 
     21; $URL$ 
     22; 
     23; - fplod 20120319 
     24; 
     25;   * minimal header 
     26; 
     27;- 
     28function qsee, sst,Ps 
     29; 
    830x=sst 
    931p=Ps 
  • trunk/src/test/average_demo.jnl

    r105 r164  
    22! 
    33! .. _average_demo.jnl: 
    4 ! 
    54! 
    65! ================ 
  • trunk/src/test/average_pb.jnl

    r105 r164  
    33! .. _average_pb.jnl: 
    44! 
    5 ! 
    65! ============== 
    76! average_pb.jnl 
    8 ! ============= 
     7! ============== 
    98! 
    109! DESCRIPTION 
     
    7473!     /opt/ferret-6.6.5/examples/tutorial.jnl 
    7574!     for ploting 
     75! 
    7676!- 
    7777CANCEL DATA/ALL 
  • trunk/src/tropflux.sh

    r163 r164  
    8989# 
    9090# Use : 
    91 # :func:`oaflux_mask_30n30s`, :ref:`inter_erai_t2m_1989_2009.pro`, etc. 
     91# :func:`oaflux_mask_30n30s`, :func:`inter_erai_t2m`, etc. 
    9292# 
    9393# Next step : +validation ++ comparison 
Note: See TracChangeset for help on using the changeset viewer.