Changeset 25


Ignore:
Timestamp:
12/23/10 10:06:36 (13 years ago)
Author:
pinsard
Message:

sphinx intermapping with NCO

Location:
trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/makefile

    r20 r25  
    2121# ========== 
    2222# 
     23# - fplod 20101223T083725Z aedon.locean-ipsl.upmc.fr (Darwin) 
     24# 
     25#   * add nco inventory file for sphinx intermapping 
     26# 
    2327# - fplod 20101220T092552Z aedon.locean-ipsl.upmc.fr (Darwin) 
    2428# 
     
    6468 
    6569LIST_INVENTORY = \ 
    66 $(DIRADM)/saxo.inv 
     70$(DIRADM)/saxo.inv \ 
     71$(DIRADM)/nco.inv 
    6772 
    6873LIST_RST_GUIDES = \ 
  • trunk/adm/sphinx/conf.py

    r20 r25  
    2525# EVOLUTIONS 
    2626# ========== 
     27# 
     28# - fplod 20101223T083524Z aedon.locean-ipsl.upmc.fr (Darwin) 
     29# 
     30#   * intersphinx with nco 
    2731# 
    2832# - fplod 20101220T092450Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    274278# 
    275279# intersphinx with saxo 
    276 intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv')} 
    277  
     280intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv'), 
     281                       'nco' : ('http://nco.sourceforge.net/','nco.inv')} 
     282 
  • trunk/src/compute_erai_daily_region_2d.sh

    r23 r25  
    104104# :ref:`tropflux_profile.sh` 
    105105# 
     106# :func:`ncpdq <nco:ncpdq>` 
     107# :func:`ncks <nco:ncks>` 
     108# :func:`ncrcat <nco:ncrcat>` 
     109# :func:`ncea <nco:ncea>` 
     110# :func:`ncflint <nco:ncflint>` 
     111# 
    106112# TODO 
    107113# ==== 
     
    116122# 
    117123# coding rules 
     124# 
     125# ref. to nco commands not function but programs (pb of Sphinx inventory - nco.inv - syntax) 
    118126# 
    119127# resolve missing long name variable for Netcdfname in http://climserv.ipsl.polytechnique.fr/fr/les-donnees/era-interim-4.html 
     
    125133# EVOLUTIONS 
    126134# ========== 
     135# 
     136# - fplod 20101223T084153Z aedon.locean-ipsl.upmc.fr (Darwin) 
     137# 
     138#   * add reference to nco commands 
    127139# 
    128140# - fplod 20101220T150356Z aedon.locean-ipsl.upmc.fr# 
  • trunk/src/interp_erai_t2m_1989_2009.pro

    r24 r25  
    3232; SEE ALSO 
    3333; ======== 
     34; 
     35; :ref:`interpolate_data` 
    3436; 
    3537; :ref:`tropflux_profile.sh` 
Note: See TracChangeset for help on using the changeset viewer.