Changeset 535 for trunk


Ignore:
Timestamp:
04/20/12 12:01:16 (12 years ago)
Author:
pinsard
Message:

workaround for SAXO batch issue and and min and max time

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cm_project.pro

    r521 r535  
    1717; :ref:`project_init.pro` 
    1818; 
     19; :ref:`traite_amsuab.sh` for min and max dates 
     20; 
    1921; EVOLUTIONS 
    2022; ========== 
     
    2325; 
    2426; $URL$ 
     27; 
     28; - fplod 20120419 
     29; 
     30;   * add min and max dates 
    2531; 
    2632; - fplod 20120416 
     
    3541COMMON project, project_env, project_id_env, project_od_env 
    3642COMMON bathy, bate, xxe, yye 
     43COMMON timeperiod, yyyymmddb_min, yyyymmdde_max 
  • trunk/src/project_init.pro

    r529 r535  
    3838; learn to write IF .. ELSE in a @file 
    3939; 
     40; improve SAXO behaviour in batch mode using fstat and interactive structure field 
     41; to avoid ``Error occurred at: LOADCT`` and ``% FILE_TEST: String expression required in this context: MYUNIQUETMPDIR`` 
     42; 
    4043; EVOLUTIONS 
    4144; ========== 
     
    4447; 
    4548; $URL$ 
     49; 
     50; - fplod 20120420 
     51; 
     52;   * move init statement of key_performance and min and max time 
     53;     because not processed in batch mode  
     54; 
     55; - fplod 20120419 
     56 
     57;   * add min and max time 
    4658; 
    4759; - fplod 20120417 
     
    92104@cm_general 
    93105; 
     106key_performance = 0 
     107; 
     108yyyymmddb_min=20000101L 
     109yyyymmdde_max=20121231L 
     110; 
    94111; define default directories 
    95112; 
     
    119136archive_ps = 0 
    120137; 
    121 key_performance = 0 
    122138;======================================================== 
    123139; end of the part that should be modified by the users... 
Note: See TracChangeset for help on using the changeset viewer.