Changes between Initial Version and Version 1 of Ticket #162


Ignore:
Timestamp:
09/20/13 15:08:49 (11 years ago)
Author:
sdipsl
Comment:

Replying to lfairhead:

In the case where the user wants to create yearly seasonal files (i.e.

SeasonalFrequency=1Y

in config.card), create_se.job will only find one file to process (if using the pack environment), leading the array liste_file_se_tmp to only have one element. The command used to find the UNLIMITED variable in the files to be processed will then crash, crashing the job as it references the second (non existent) element of the array

var_unlim=$(ncdump -h ${liste_file_se_tmp[1]}|grep UNLIMITED|awk '{print $1}')

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #162

    • Property Priority changed from major to minor
    • Property Milestone changed from to libIGCM_v2.1 consolidation
  • Ticket #162 – Description

    initial v1  
    55}}} 
    66 
    7 in config.card), create_se.job will only find one file to process (if using the pack environment), leading the array ''liste_file_se_tmp'' to only have one element. The command used to find the UNLIMITED variable in the files to be processed will then crash, crashing the job as it references the second (non existent) element of the array 
    8  
    9  
    10 {{{ 
    11 var_unlim=$(ncdump -h ${liste_file_se_tmp[1]}|grep UNLIMITED|awk '{print $1}') 
    12 }}} 
     7It's  a strange value. Making average with one value was not a predictable use case. 
     8For example the average january over 1 year is the month itself.