Changeset 341


Ignore:
Timestamp:
09/08/10 18:14:25 (14 years ago)
Author:
mmaipsl
Message:

Echo SpaceName? and ExperimentName? if they exist in config.card.

File:
1 edited

Legend:

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

    r309 r341  
    5858 
    5959    IGCM_debug_Print 1 "DefineArrayFromOption  : config_UserChoices" 
     60    # Name Space of this experience  
     61    if [ X${config_UserChoices_SpaceName} != X ] ; then 
     62        IGCM_debug_PrintVariables 3 config_UserChoices_SpaceName 
     63    fi 
     64    # Expericence class of the run 
     65    if [ X${config_UserChoices_ExperimentName} != X ] ; then 
     66        IGCM_debug_PrintVariables 3 config_UserChoices_ExperimentName 
     67    fi 
    6068    IGCM_debug_PrintVariables 3 config_UserChoices_JobName 
    6169    if [ 3 -le ${Verbosity} ] ; then 
Note: See TracChangeset for help on using the changeset viewer.