Changeset 602


Ignore:
Timestamp:
03/27/12 17:54:17 (12 years ago)
Author:
mafoipsl
Message:

Use AA_TimeSeroes_Checker as a model for AA_SE_Checker.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP/AA_SE_Checker

    r571 r602  
    5757#set -vx 
    5858 
     59#================================== 
    5960# First of all 
     61# 
     62typeset option 
     63 
     64#================================== 
     65# Read UserChoices section:  
    6066IGCM_card_DefineArrayFromSection       ${CARD_DIR}/config.card UserChoices 
    61 typeset option 
     67echo 
     68IGCM_debug_Print 1 "DefineArrayFromOption  : config_UserChoices" 
    6269for option in ${config_UserChoices[*]} ; do 
    6370    IGCM_card_DefineVariableFromOption ${CARD_DIR}/config.card UserChoices ${option} 
     71    eval auxprint=\${config_UserChoices_${option}} 
     72    IGCM_debug_Print 3 "${option} : ${auxprint}" 
    6473done 
    65  
    66 echo 
    67 IGCM_debug_Print 1 "DefineVariableFromOption  : config_UserChoices" 
    68 IGCM_debug_PrintVariables 3 config_UserChoices_JobName 
    69 #IGCM_debug_PrintVariables 3 config_UserChoices_SpaceName 
    70 #IGCM_debug_PrintVariables 3 config_UserChoices_ExperimentName 
    71 IGCM_debug_PrintVariables 3 config_UserChoices_CalendarType 
    72 IGCM_debug_PrintVariables 3 config_UserChoices_DateBegin 
    73 IGCM_debug_PrintVariables 3 config_UserChoices_DateEnd 
     74# 
     75echo 
     76 
     77#================================== 
     78# Read Post section:  
     79IGCM_card_DefineArrayFromSection ${CARD_DIR}/config.card Post 
     80echo 
     81IGCM_debug_Print 1 "DefineArrayFromOption : config_Post" 
     82 
     83for option in ${config_Post[*]} ; do 
     84  IGCM_card_DefineVariableFromOption ${CARD_DIR}/config.card Post ${option} 
     85  eval auxprint=\${config_Post_${option}} 
     86  IGCM_debug_Print 3 "${option} : ${auxprint}" 
     87done 
     88# 
     89echo 
    7490 
    7591DateEnd=$( IGCM_date_ConvertFormatToGregorian ${config_UserChoices_DateEnd} ) 
     
    7995IGCM_date_GetYearMonth ${DateEnd}   YearEnd   MonthEnd 
    8096 
    81 echo 
    8297IGCM_debug_Print 1 "DateBegin for SE_Checker : "${DateBegin} 
    8398IGCM_debug_Print 1 "DateEnd   for SE_Checker : "${DateEnd} 
Note: See TracChangeset for help on using the changeset viewer.