Opened 11 years ago

Closed 11 years ago

#162 closed defect (fixed)

Problem in create_se.job

Reported by: lfairhead Owned by: sdipsl
Priority: minor Milestone: libIGCM_v2.2 metrics
Component: treatment Version:
Keywords: Cc:

Description (last modified by sdipsl)

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

SeasonalFrequency=1Y

It's a strange value. Making average with one value was not a predictable use case.
For example the average january over 1 year is the month itself.

Change History (4)

comment:1 in reply to: ↑ description Changed 11 years ago by sdipsl

  • Description modified (diff)
  • Milestone set to libIGCM_v2.1 consolidation
  • Priority changed from major to minor

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}')

comment:2 Changed 11 years ago by sdipsl

  • Milestone changed from libIGCM_v2.1 consolidation to libIGCM_v2.2 metrics

comment:3 Changed 11 years ago by sdipsl

  • Owner changed from somebody to sdipsl
  • Status changed from new to assigned

comment:4 Changed 11 years ago by sdipsl

  • Resolution set to fixed
  • Status changed from assigned to closed

Done see r951

Note: See TracTickets for help on using tickets.