Opened 11 years ago

Closed 11 years ago

#132 closed defect (fixed)

Previous Script_output is not always saved (depends on NbPeriod)

Reported by: aclsce Owned by: sdipsl
Priority: minor Milestone: libIGCM_v2.1 consolidation
Component: treatment Version: 2.0
Keywords: Script_Output files Cc:

Description

In libIGCM_config.ksh there is :

(( LastPeriod?=CumulPeriod?-PeriodNb? ))
iLastPeriod=$( printf "%06d" ${LastPeriod?} )
Last_Script_Output_Name="${Script_Output_Prefix}_${config_UserChoices_JobName}.${iLastPeriod}"

For example, the result could be : if you launch the first Job with NbPeriod?=1 and the following one with NbPeriod?=20, then the Script_output_00001 will not be saved.

Change History (3)

comment:1 Changed 11 years ago by sdipsl

  • Milestone changed from libIGCM_v2.0 to libIGCM_v2.1 consolidation

comment:2 Changed 11 years ago by sdipsl

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

comment:3 Changed 11 years ago by sdipsl

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

Done see r911

Note: See TracTickets for help on using tickets.