Ignore:
Timestamp:
12/12/12 19:03:06 (11 years ago)
Author:
labetoulle
Message:

RunChecker? :

  • Bugfix in error detection for post-treatment jobs ;
  • Cosmetic change in IGCM_config_CommonConfiguration to avoid blank lines in output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r731 r760  
    1818 
    1919  # Debug Print : 
    20   echo 
     20  [ Verbosity -gt 0 ] && echo 
    2121  IGCM_debug_Print 1 "IGCM_config_CommonConfiguration" $@ 
    2222 
     
    3838  #================================== 
    3939  # Read UserChoices section: 
    40   echo 
     40  [ Verbosity -gt 0 ] && echo 
    4141  IGCM_debug_Print 1 "DefineArrayFromOption  : config_UserChoices" 
    4242 
     
    5050  #================================== 
    5151  # Read Ensemble section: 
    52   echo 
     52  [ Verbosity -gt 0 ] && echo 
    5353  IGCM_debug_Print 1 "DefineArrayFromOption  : config_Ensemble" 
    5454 
     
    6262  #================================== 
    6363  # Read Post section: 
    64   echo 
     64  [ Verbosity -gt 0 ] && echo 
    6565  IGCM_debug_Print 1 "DefineArrayFromOption : config_Post" 
    6666 
     
    7171    IGCM_debug_Print 3 "${option} : ${auxprint}" 
    7272  done 
    73   echo 
     73  [ Verbosity -gt 0 ] && echo 
    7474 
    7575  #================================== 
Note: See TracChangeset for help on using the changeset viewer.