Changeset 153 for trunk/src/tropflux.sh


Ignore:
Timestamp:
03/05/12 18:59:09 (12 years ago)
Author:
pinsard
Message:

pro oaflux_mask_30n30s is now a function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tropflux.sh

    r151 r153  
    1 #! /bin/sh -x 
     1#! /bin/sh 
    22#+ 
    33# 
     
    4343#        digraph tropflux { 
    4444# 
     45#           file_oaflux [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/lh_oaflux_2004.nc"]; 
     46 
    4547#           log [shape=ellipse,fontname=Courier,label="${PROJECT_LOG}/tropflux.log{YYYYMMDDTHHMMSSZ}"]; 
    4648# 
     
    5153#           label="${PROJECT}/src/tropflux.sh"]; 
    5254# 
    53 #           {++ mask} -> {tropflux} -> {log ++} 
     55#           {file_oaflux} -> {tropflux} -> {log fileout} 
    5456# 
    5557#         } 
     
    8385# 
    8486# Use : 
    85 # :ref:`inter_erai_t2m_1989_2009.pro`, etc. 
     87# :func:`oaflux_mask_30n30s`, :ref:`inter_erai_t2m_1989_2009.pro`, etc. 
    8688# 
    8789# Next step : +validation ++ comparison 
     
    108110# 
    109111#   * creation (draft) 
     112#   * handling error of oaflux_mask_30n30s (now a function) 
    110113# 
    111114#- 
     
    265268cat >> ${PROJECT}/src/tropflux_${$}.pro << EOF 
    266269.compile file_interp 
    267 ;oaflux_mask_30n30s 
     270result = oaflux_mask_30n30s() 
     271if (result NE 0) THEN BEGIN 
     272   msg = 'eee : pb after oaflux_mask_30n30s' 
     273   err = report(msg) 
     274   exit 
     275ENDIF 
    268276;interp_erai_dewt_1989_2009 
    269277;interp_erai_lwr_1989_2009 
     
    273281;interp_erai_ws_1989_2009 
    274282;interp_olr_30n30s_1989_2009 
    275 ;d2m_to_q2m_erai 
     283d2m_to_q2m_erai  
     284;++Program caused arithmetic error: Floating overflow 
     285;++ Program caused arithmetic error: Floating illegal operand 
    276286.compile TropFlux_swr_DT_19890101_20071231 
    277287tropflux_swr_dt_19890101_20071231 
     
    290300.compile TropFlux_NRT_ncdf 
    291301tropflux_nrt_ncdf 
     302exit 
    292303EOF 
    293 # 
    294 more ${PROJECT}/src/tropflux_${$}.pro 
    295 read a 
    296304# 
    297305# run IDL or equivalent 
Note: See TracChangeset for help on using the changeset viewer.