Changeset 532


Ignore:
Timestamp:
04/18/12 14:44:46 (12 years ago)
Author:
pinsard
Message:

correction for doc

Location:
trunk
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/linkchecker.sh

    r62 r532  
    44# .. _linkchecker.sh: 
    55# 
     6# .. program:: linkchecker.sh 
     7# 
     8# ============== 
     9# linkchecker.sh 
     10# ============== 
     11# 
    612# NAME 
    713# ==== 
     
    1420# :: 
    1521# 
    16 $ linkchecker.sh -d dircheck -u url 
     22linkchecker.sh -d dircheck -u url 
    1723# 
    1824# 
     
    2834# 
    2935# 
     36# TODO 
     37# ==== 
     38# 
     39# move to fptools 
     40# 
     41# ++ linkchecker ne voit pas les erreurs !! 
     42# 
     43# ++ dirpublish forme fplod@cerbere.locean-ipsl.upmc.fr:./WWW/ par example 
     44# donc pas http 
     45# 
     46# + ajouter la possibilite de faire une carte du site avec graphviz 
     47# 
     48# exemple syntaxe 
     49# 
     50# :: 
     51# 
     52#  linkchecker -odot -v http://www.lodyc.jussieu.fr/NEMO/general/biblio_new/   | dot -Tps > sitemap.ps 
     53# 
     54# 
     55# remove "set -u" because I don't know how to test if there is at least 
     56# one directory AND one url to be checked without this option 
     57# 
     58# !! ++ must be restore ASAP 
     59# 
    3060# EVOLUTIONS 
    3161# ========== 
    32 # 
    33 # ++ linkchecker ne voit pas les erreurs !! 
    34 # 
    35 # ++ dirpublish forme fplod@cerbere.locean-ipsl.upmc.fr:./WWW/ par example 
    36 # donc pas http 
    37 # 
    38 # + ajouter la possibilite de faire une carte du site avec graphviz 
    39 # 
    40 # exemple syntaxe 
    41 # 
    42 # :: 
    43 # 
    44 #  $ linkchecker -odot -v http://www.lodyc.jussieu.fr/NEMO/general/biblio_new/   | dot -Tps > sitemap.ps 
    45 # 
    46 # 
    47 # remove "set -u" because I don't know how to test if there is at least 
    48 # one directory AND one url to be checked without this option 
    49 # 
    50 # !! ++ must be restore ASAP 
    5162# 
    5263# $Id: linkchecker.sh 53 2009-04-29 10:19:50Z pinsard $ 
  • trunk/docs/docs_dev/makefile_non_sphinx

    r518 r532  
    242242# - fplod 2008-08-14T12:15:30Z aedon.locean-ipsl.upmc.fr (Darwin) 
    243243# 
    244 #   * move *.sh and *.pro to varamma_ws/src/ 
     244#   * move :file:`\*.sh` and :file:`\*.pro` to varamma_ws/src/ 
    245245# 
    246246# - fplod 2008-08-12T08:02:13Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/docs/docs_dev/source/conf.py

    r518 r532  
    145145                               fontsize=14, ratio='compress') 
    146146 
     147# Warn about all references where the target cannot be found. 
     148nitpicky = True 
     149 
    147150# -- Options for HTML output --------------------------------------------------- 
    148151 
     
    260263# (source start file, name, description, authors, manual section). 
    261264man_pages = [ 
    262     ('index', 'VARAMMA', u'VARAMMA Documentation', [u'fp'], 1), 
     265    ('index', project, u'VARAMMA developpers documentation', [u'fp'], 1), 
    263266    ('cat_clim_ecmwf.sh', 'cat_clim_ecmwf.sh', u'cat_clim_ecmwf.sh Documentation', [u'fp'], 1), 
    264267    ('cat_clim_olr.sh', 'cat_clim_olr.sh', u'cat_clim_olr.sh Documentation', [u'fp'], 1), 
  • trunk/src/TRMMread.m

    r373 r532  
    88% 
    99%+ 
     10% 
     11% .. _TRMMread: 
    1012% 
    1113% ========== 
  • trunk/src/define_area.m

    r374 r532  
    3131% 
    3232% Outputs (**lon_area** and **lat_area**) are organized to be used 
    33 % as 3d and 4th argument of :func:`inpolygon <octave:inpolugon>`. 
     33% as 3d and 4th argument of :func:`inpolygon <octave:inpolygon>`. 
    3434% 
    3535%    :param lon_value: longitude of the center of the polygon , W < 0 
  • trunk/src/extract_netcdf_TRMM.sh

    r312 r532  
    2121# :: 
    2222# 
    23 $ extract_netcdf_TRMM.sh 
     23extract_netcdf_TRMM.sh 
    2424# 
    2525# DESCRIPTION 
     
    3939# Previous step : ++ 
    4040# 
    41 # :func:`TRMMRTread` 
     41# :func:`TRMMRread` 
    4242# 
    4343# TODO 
  • trunk/src/file_bathy_to_mem.pro

    r528 r532  
    2525;        digraph file_bathy_to_mem { 
    2626; 
    27 ;           bathy [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/etopo++"]; 
    28 ;           common++ [shape=ellipse,fontname=Courier,label="tableaux"]; 
     27;           bathy [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/MASK/ETOPO1_Ice_g_gmt4.nc"]; 
     28;           xxe [shape=tab,fontname=Courier,label="xxe array common"]; 
     29;           yye [shape=tab,fontname=Courier,label="yye array common"]; 
     30;           bate [shape=tab,fontname=Courier,label="bate array common"]; 
    2931; 
    3032;           file_bathy_to_mem [shape=box, 
     
    3436;           label="${PROJECT}/src/file_bathy_to_mem.pro"]; 
    3537; 
    36 ;           {bathy} -> {file_bathy_to_mem} -> {common++}; 
     38;           {bathy} -> {file_bathy_to_mem} -> {xxe yye bate} 
    3739;       } 
    3840; 
     
    5658; ======== 
    5759; 
    58 ; :ref:`data_bathy` 
     60; :ref:`data_bathymetry` 
    5961; 
    6062; called by :ref:`traite_amsuab.sh` 
  • trunk/src/idl_amsu_netcdf.pro

    r519 r532  
    8787; 
    8888; - lelod 20120410 
    89 ;  ajout parametre temp pour choix des orbites interpolees  (m pour 
    90 ;  morning, e pour evening) 
     89; 
     90;   * ajout parametre temp pour choix des orbites interpolees  (m pour 
     91;     morning, e pour evening) 
    9192; 
    9293; - fplod 20120410 
  • trunk/src/mem_to_file_amsu_t2.pro

    r528 r532  
    11;+ 
    22; 
    3 ; .. _mem_to_file_amsu_t2.pro: 
     3; .. _mem_to_file_amsu_t2: 
    44; 
    55; ======================= 
  • trunk/src/traite_amsuab.sh

    r531 r532  
    116116# 
    117117# usage of profile on parameter true only 
     118# 
     119# get all procedure in profiler report (pb of sequence between  
     120# compile statements and call to profiler ?) 
    118121# 
    119122# se bloque sur 
     
    534537EOF 
    535538    ${IDL_CMD} << EOF >> ${log} 2>&1 
     539key_performance = 1 
     540; totally shut down all profiling 
     541profiler,/CLEAR,/SYSTEM & profiler,/CLEAR,/RESET  
     542; add system procedure 
     543Profiler, /SYSTEM 
     544; compile users procedures to be scan by Profiler 
    536545.compile interpol_correc 
    537546.compile extract_amsua 
    538 key_performance = 0 
    539 Profiler, /RESET 
    540 Profiler, /SYSTEM & Profiler 
     547.compile interpolswath 
     548; add users procedures 
     549Profiler 
    541550result = traite_amsu_${$}() 
    542551print, 'ppp : profiler report begin' 
  • trunk/src/varamma_profile.sh

    r523 r532  
    5353# IDL_STARTUP is set to tell IDL where find tools. 
    5454# 
    55 # If :option:`idl_cmd` is used, **idl_cmd** will be used as the IDL command when launched from 
     55# If :option:`-idl_cmd` is used, **idl_cmd** will be used as the IDL command when launched from 
    5656# scripts. By default, ${IDL_CMD} is set to `idl`.  
    5757# 
     
    7474# ======== 
    7575# 
    76 # For fplod, on aedon.locean-ipsl.upmc.fr:: 
     76# For fplod, on halios.locean-ipsl.upmc.fr with gdl:: 
    7777# 
    7878#  cd /usr/home/fplod/incas/varamma/varamma_ws/ 
     
    8282#    -o /usr/temp/${LOGNAME}/varamma_d/ \ 
    8383#    -t /usr/temp/${LOGNAME}/log/ \ 
    84 #    -s /usr/home/fplod/SAXO_DIR/ 
    85 # 
    86 # For fplod on cratos.locean-ipsl.umpc.fr:: 
     84#    -s /usr/home/fplod/SAXO_DIR/ \ 
     85#    -idl_cmd gdl 
     86# 
     87# For fplod on cratos.locean-ipsl.umpc.fr with default IDL version:: 
    8788# 
    8889#  cd ${HOME}/incas/varamma/varamma_ws/ 
     
    9394#    -t /usr/temp/${LOGNAME}/log/ \ 
    9495#    -s ${HOME}/SAXO_DIR/ 
     96# 
     97# For fplod on cratos.locean-ipsl.umpc.fr with IDL version 6.4:: 
     98# 
     99#  cd ${HOME}/incas/varamma/varamma_ws/ 
     100#  . ./src/varamma_profile.sh \ 
     101#    -d $(pwd) \ 
     102#    -i /usr/temp/${LOGNAME}/varamma_d/ \ 
     103#    -o /usr/temp/${LOGNAME}/varamma_d/ \ 
     104#    -t /usr/temp/${LOGNAME}/log/ \ 
     105#    -s ${HOME}/SAXO_DIR/ \ 
     106#    -idl_cmd  /usr/local_linux/idl/idl_6.4/idl64/bin/idl 
    95107# 
    96108# For pinsard on camelot.ipsl.polytechnique.fr or merlin15-c.climserv:: 
Note: See TracChangeset for help on using the changeset viewer.