Changeset 957


Ignore:
Timestamp:
10/08/13 16:05:41 (11 years ago)
Author:
sdipsl
Message:

Add IPSLCM6, ORCA2_LIM3 and ORCA2_LIM3_PISCES to the list of configuration triggering atlas submission. Pretty ugly way to manage things I agree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r951 r957  
    565565     [ ${config_UserChoices_TagName} = "IPSLCM5A" ] || \ 
    566566     [ ${config_UserChoices_TagName} = "IPSLCM5B" ] || \ 
    567      [ ${config_UserChoices_TagName} = "IPSLCM5A-MR" ] ; then 
     567     [ ${config_UserChoices_TagName} = "IPSLCM5A-MR" ] || \ 
     568     [ ${config_UserChoices_TagName} = "IPSLCM6" ] ; then 
    568569  Script_Post_Output=atlas_ORCHIDEE.${PeriodDateEnd} ; 
    569570  IGCM_sys_QsubPost atlas_ORCHIDEE                   ; 
     
    595596  IGCM_sys_QsubPost atlas_ORCHIDEE                   ; 
    596597  # 
    597 elif [ ${config_UserChoices_TagName} = "ORCA2_LIM" ]       || 
    598      [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ] ; then 
     598elif [ ${config_UserChoices_TagName} = "ORCA2_LIM" ]  || \ 
     599     [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ] || \ 
     600     [ ${config_UserChoices_TagName} = "ORCA2_LIM3" ] ; then 
    599601  # 
    600602  Script_Post_Output=atlas_ORCA_LIM.${PeriodDateEnd} ; 
    601603  IGCM_sys_QsubPost atlas_ORCA_LIM                   ; 
    602 elif [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ]  ; then 
     604elif [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ] || \ 
     605     [ ${config_UserChoices_TagName} = "ORCA2_LIM3_PISCES" ] ; then 
    603606  # 
    604607  Script_Post_Output=atlas_ORCA_LIM.${PeriodDateEnd} ; 
Note: See TracChangeset for help on using the changeset viewer.