Changeset 67 for trunk/src


Ignore:
Timestamp:
07/05/11 14:37:30 (13 years ago)
Author:
pinsard
Message:

fix for doc

Location:
trunk/src
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/compute_erai_daily_region_2d.sh

    r52 r67  
    8080# you just have to run this tool :: 
    8181# 
    82 #  $ compute_erai_daily_region_2d.sh -b 19890101 -e 20091231 
     82#  $ compute_erai_daily_region_2d.sh -b 19890102 -e 20091231 
    8383# 
    8484# And look at log file with :: 
  • trunk/src/interp_erai_dewt_1989_2009.pro

    r66 r67  
    33; .. _interp_erai_dewt_1989_2009.pro: 
    44; 
    5 ; ============================================================================== 
    6 ; interp_erai_dewt_1989_2009.pro - Interpolation of d2 from ERA-I grid to OAFLUX 
    7 ; ============================================================================== 
     5; ============================== 
     6; interp_erai_dewt_1989_2009.pro  
     7; ============================== 
     8; 
     9; DESCRIPTION 
     10; =========== 
    811; 
    912; Interpolation of d2 from ERA-I grid to OAFLUX grid 
     
    1720; :file:`${PROJECT_OD}/erai_d2m_19890101_20091231_oafluxgrid.nc` if this file not already exists. 
    1821; 
    19 ; This output file :file:`${PROJECT_OD}/erai_d2m_19890101_20091231_oafluxgrid.nc` must be processed after by :ref:`d2m_to_q2m.pro`. 
     22; This output file :file:`${PROJECT_OD}/erai_d2m_19890101_20091231_oafluxgrid.nc` must be processed after by :ref:`d2m_to_q2m_erai.pro`. 
    2023; 
    2124;     .. graphviz:: 
     
    5356; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    5457; 
    55 ; :ref:`d2m_to_q2m.pro` 
     58; :ref:`d2m_to_q2m_erai.pro` 
    5659; 
    5760; EXAMPLES 
  • trunk/src/interp_erai_lwr_1989_2009.pro

    r66 r67  
    33; .. _interp_erai_lwr_1989_2009.pro: 
    44; 
    5 ; =============================================================================== 
    6 ; interp_erai_lwr_1989_2009.pro - Interpolation of str from ERA-I grid to OAFLUX 
    7 ; =============================================================================== 
     5; ============================= 
     6; interp_erai_lwr_1989_2009.pro 
     7; ============================= 
     8; 
     9; DESCRIPTION 
     10; =========== 
    811; 
    912; Interpolation of str from ERA-I grid to OAFLUX grid 
     
    5558; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    5659; 
    57 ; :ref:`lwr_correction_ncdf` 
     60; :ref:`lwr_correction_ncdf.pro` 
    5861; 
    5962; EXAMPLES 
  • trunk/src/interp_erai_sst_1989_2009.pro

    r66 r67  
    33; .. _interp_erai_sst_1989_2009.pro: 
    44; 
    5 ; ============================================================================== 
    6 ; interp_erai_sst_1989_2009.pro - Interpolation of sst from ERA-I grid to OAFLUX 
    7 ; ============================================================================== 
     5; ============================= 
     6; interp_erai_sst_1989_2009.pro 
     7; ============================= 
     8; 
     9; DESCRIPTION 
     10; =========== 
    811; 
    912; Interpolation of sst from ERA-I grid to OAFLUX grid 
     
    5558; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    5659; 
    57 ; :ref:`sst_correction_ncdf` 
     60; :ref:`sst_correction_ncdf.pro` 
    5861; 
    5962; EXAMPLES 
  • trunk/src/interp_erai_t2m_1989_2009.pro

    r66 r67  
    33; .. _interp_erai_t2m_1989_2009.pro: 
    44; 
    5 ; ================================================================================== 
    6 ; interp_erai_t2m_1989_2009.pro - Interpolation of t2 from ERA-I grid to OAFLUX grid 
    7 ; ================================================================================== 
     5; ============================= 
     6; interp_erai_t2m_1989_2009.pro 
     7; ============================= 
     8; 
     9; DESCRIPTION 
     10; =========== 
    811; 
    912; Interpolation of t2 from ERA-I grid to OAFLUX grid 
  • trunk/src/interp_erai_ws_1989_2009.pro

    r66 r67  
    33; .. _interp_erai_ws_1989_2009.pro: 
    44; 
    5 ; ========================================================================================== 
    6 ; interp_erai_ws_1989_2009.pro - Interpolation of u10 and v10 from ERA-I grid to OAFLUX grid 
    7 ; ========================================================================================== 
     5; ============================ 
     6; interp_erai_ws_1989_2009.pro 
     7; ============================ 
     8; 
     9; DESCRIPTION 
     10; =========== 
    811; 
    912; Interpolation of u10 and v10 from ERA-I grid to OAFLUX grid 
  • trunk/src/oaflux_mask_30n30s.pro

    r50 r67  
    33; .. _oaflux_mask_30n30s.pro: 
    44; 
    5 ; ================================================================= 
    6 ; oaflux_mask_30n30s.pro -- OAFLUX mask over global tropical oceans 
    7 ; ================================================================= 
     5; ====================== 
     6; oaflux_mask_30n30s.pro  
     7; ====================== 
    88; 
    99; Produce a NetCDF file with OAFLUX mask over global tropical oceans (30N-30S) 
     
    9494; ========== 
    9595;  
    96 ; $ID$ 
     96; $Id$ 
    9797; 
    9898; - fplod 20110411T140133Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/plot_tropflux.pro

    r50 r67  
    11;+ 
    2 ; ======================================= 
    3 ; plot_tropflux.pro -- Plot TropFlux data 
    4 ; ======================================= 
     2; 
     3; ================= 
     4; plot_tropflux.pro 
     5; ================= 
    56; 
    67; .. function:: plot_tropflux(tropflux_varname) 
  • trunk/src/project_init.pro

    r50 r67  
    33; .. _project_init.pro: 
    44; 
    5 ; ========================================== 
    6 ; project_init.pro -- init SAXO environment 
    7 ; ========================================== 
     5; ================ 
     6; project_init.pro 
     7; ================ 
    88; 
    99; DESCRIPTION 
  • trunk/src/project_profile.sh

    r50 r67  
    4040# ${PROJECT_OD} is the directory where output files will be written. 
    4141# 
     42# PATH is completed with ${PROJECT}/src/. 
     43# 
    4244# ${SAXO_DIR} is the base directory of SAXO tools 
    4345# 
    4446# IDL_STARTUP is set to tell IDL where find tools. 
    4547# 
    46 # PATH is completed with ${PROJECT}. 
     48# FER_GO is completed with ${PROJECT}/src/. 
     49# 
    4750# 
    4851# SEE ALSO 
     
    100103# EVOLUTIONS 
    101104# ========== 
     105# 
     106# $Id$ 
     107# 
     108# - fplod 20110502T155437Z aedon.locean-ipsl.upmc.fr (Darwin) 
     109# 
     110#   * complete FER_GO 
    102111# 
    103112# - fplod 20110429T090524Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    291300fi 
    292301# 
     302# setup for ferret 
     303FER_GO="${FER_GO} ${PROJECT}/src" 
     304export FER_GO 
     305# 
    293306SAXO_DIR=${saxo_dir} 
    294307export SAXO_DIR 
  • trunk/src/test/read.m

    r50 r67  
    1313% DESCRIPTION 
    1414% =========== 
    15 %  
    16 % read TROPFLUX file ${PROJECT_D}/TropFlux_19890101_20091231.nc 
     15% 
     16% read TROPFLUX file :file:`${PROJECT_D}/TropFlux_19890101_20091231.nc` 
    1717% 
    1818% plot ++ 
     
    2424% 
    2525%  octave> clear all 
    26 %  octave> tropflux_startup 
     26%  octave> project_startup 
    2727%  octave> more off 
    2828%  octave> read 
     
    3131% ======== 
    3232% 
    33 % :ref:`tropflux_startup.m` 
     33% :ref:`project_startup.m` 
    3434% 
    3535% TODO 
Note: See TracChangeset for help on using the changeset viewer.