Changeset 579


Ignore:
Timestamp:
06/11/12 10:36:55 (12 years ago)
Author:
pinsard
Message:

fix pb date 19991231

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/project_init.pro

    r535 r579  
    3636; ==== 
    3737; 
     38; adjust yyyymmddb_min and yyyymmdde_max 
     39;  
     40; organize set up of yyyymmddb_min and yyyymmdde_max between here and 
     41; :ref:`project_init.pro`. 
     42; 
    3843; learn to write IF .. ELSE in a @file 
    3944; 
     
    4752; 
    4853; $URL$ 
     54; 
     55; - pinsard 20120611T080925Z loholt1.ipsl.polytechnique.fr (Linux) 
     56; 
     57;   * change yyyymmdb_min value 
    4958; 
    5059; - fplod 20120420 
     
    106115key_performance = 0 
    107116; 
    108 yyyymmddb_min=20000101L 
    109 yyyymmdde_max=20121231L 
     117; !! check consistency of those lines with equivalent in project_init.pro 
     118; !! when change 
     119yyyymmddb_min=19991230 
     120yyyymmdde_max=20130101 
    110121; 
    111122; define default directories 
  • trunk/src/traite_amsuab.sh

    r578 r579  
    133133# 
    134134# adjust yyyymmddb_min and yyyymmdde_max 
     135#  
     136# organize set up of yyyymmddb_min and yyyymmdde_max between here and 
     137# :ref:`project_init.pro`. 
    135138# 
    136139# idl status = 0 even if not ok 
     
    309312hostname=$(hostname) 
    310313# 
     314# !! check consistency of those lines with equivalent in project_init.pro 
     315# !! when change 
    311316yyyymmddb_min=19991230 
    312317yyyymmdde_max=20130101 
     
    533538result = -1 
    534539; 
    535 print,'what about min and max dates',yyyymmdd_min,yyyymmdd_max 
     540print,'what about min and max dates',yyyymmddb_min,yyyymmdde_max 
    536541result = search_amsufiles('${numch}', ${yyyy},${mm}, ${dd}) 
    537542result_type=size(result,/type) 
Note: See TracChangeset for help on using the changeset viewer.