Opened 11 years ago

Closed 11 years ago

#115 closed defect (fixed)

IGCM_date_GetYearMonth missbehaves when DEBUG_debug=true

Reported by: sdipsl Owned by: sdipsl
Priority: major Milestone: libIGCM_v2.0
Component: system Version:
Keywords: Cc:

Description

libIGCM=/ccc/work/cont003/dsm/p86denv/CM5A.HINDCAST/modipsl/libIGCM
DEBUG_debug=true
DEBUG_sys=false
Verbosity=3

. ${libIGCM}/libIGCM_debug/libIGCM_debug.ksh
      ( ${DEBUG_debug} ) && IGCM_debug_Check
. ${libIGCM}/libIGCM_card/libIGCM_card.ksh
     ( ${DEBUG_debug} ) && IGCM_card_Check
. ${libIGCM}/libIGCM_date/libIGCM_date.ksh
     ( ${DEBUG_debug} ) && IGCM_date_Check
#-------
. ${libIGCM}/libIGCM_sys/libIGCM_sys.ksh
. ${libIGCM}/libIGCM_config/libIGCM_config.ksh

IGCM_date_GetYearMonth 19900101 year month

echo year=$year

echo month=$month

Change History (2)

comment:1 Changed 11 years ago by sdipsl

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

comment:2 Changed 11 years ago by sdipsl

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

Done see r820

Note: See TracTickets for help on using tickets.