Changeset 34 for trunk


Ignore:
Timestamp:
02/03/11 11:28:19 (13 years ago)
Author:
pinsard
Message:

sphinx intermapping with cdo

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/makefile

    r31 r34  
    2323# ========== 
    2424# 
     25# - fplod 20110203T101853Z aedon.locean-ipsl.upmc.fr (Darwin) 
     26# 
     27#   * add cdo inventory file for sphinx intermapping 
     28# 
    2529# - fplod 20110110T165518Z aedon.locean-ipsl.upmc.fr (Darwin) 
    2630# 
     
    7983LIST_INVENTORY = \ 
    8084$(DIRADM)/saxo.inv \ 
    81 $(DIRADM)/nco.inv 
     85$(DIRADM)/nco.inv \ 
     86$(DIRADM)/cdo.inv 
    8287 
    8388LIST_RST_GUIDES = \ 
  • trunk/adm/sphinx/conf.py

    r30 r34  
    2727# EVOLUTIONS 
    2828# ========== 
     29# 
     30# - fplod 20110203T101316Z aedon.locean-ipsl.upmc.fr (Darwin) 
     31# 
     32#   * intersphinx with cdo 
    2933# 
    3034# - fplod 20110106T151836Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    285289# intersphinx with saxo 
    286290intersphinx_mapping = {'saxo': ('http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/','saxo.inv'), 
    287                        'nco' : ('http://nco.sourceforge.net/','nco.inv')} 
    288  
     291                       'nco' : ('http://nco.sourceforge.net/',                                   'nco.inv'), 
     292                       'cdo' : ('https://code.zmaw.de/embedded/cdo/1.4.7/',                      'cdo.inv') 
     293                      } 
     294 
  • trunk/src/compute_erai_daily_region_2d.sh

    r33 r34  
    103103# :func:`ncflint <nco:ncflint>` 
    104104# 
     105# :func:`sub <cdo:sub>` 
     106# :func:`divc <cdo:divc>` 
     107# 
    105108# :ref:`interp_erai_dewt_1989_2009.pro` 
    106109# :ref:`interp_erai_lwr_1989_2009.pro` 
     
    112115# ==== 
    113116# 
    114 # add cdo reference 
     117# trouble with cdo reference (extra %23name in generated url using sphinx1.0.7) 
    115118# 
    116119# minimize use of generic characters (*) to avoid ambiguity 
     
    132135#  ncrcat: WARNING Intra-file non-monotonicity. Record coordinate "time" does not monotonically decrease between (input file /homedata/pinsard/log//compute_erai_daily_region_2d.20110126T154235Z.temp//temp_int_str_199012.nc record indices: 29, 30) (output file /homedata/pinsard/tropflux_d//erai_TROP_1d_19900101_19901231_str_gridOrig.nc record indices 363, 364) record coordinate values -0.000278, -0.000278 
    133136# 
    134 #   
     137# 
    135138#  this seems to be solved by using cdo instead of ncflint. to be confirmed ! 
    136139# 
     
    142145# 
    143146#     str:long_name = "Surface thermal radiation" ; 
    144 #     str:units = "W/m^2 s"  
    145 #  
     147#     str:units = "W/m^2 s" 
     148# 
    146149# still true after ncflint/cdo arithmetic ? 
    147150# 
     
    154157# 
    155158# $URL$ 
     159# 
     160# - fplod 20110203T101720Z aedon.locean-ipsl.upmc.fr (Darwin) 
     161# 
     162#   * add cdo reference 
    156163# 
    157164# - pinsard 2011-02-02T16:11:07Z loholt1.ipsl.polytechnique.fr (Linux) 
Note: See TracChangeset for help on using the changeset viewer.