Ignore:
Timestamp:
03/03/10 16:36:13 (14 years ago)
Author:
mafoipsl
Message:

Same for the trunk : Add PISCES atlas and commands to submit it. Update mask patch for PISCES output files. Thanks to Christian.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r240 r242  
    567567    IGCM_sys_QsubPost atlas_LMDZ         ; 
    568568    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
     569    IGCM_sys_QsubPost atlas_PISCES       ; 
    569570    # 
    570571elif [ ${config_UserChoices_TagName} = "LMDZ4OR" ]  || \ 
     
    585586    # 
    586587elif [ ${config_UserChoices_TagName} = "ORCA2_LIM" ]       || 
    587      [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ]      || 
    588      [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ] ; then 
     588     [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ] ; then 
    589589    # 
    590590    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
    591591#    IGCM_sys_QsubPost additionnal        ; 
     592elif [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ]  ; then 
     593    # 
     594    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
     595    IGCM_sys_QsubPost atlas_PISCES       ; 
     596#    IGCM_sys_QsubPost additionnal        ; 
     597elif [ ${config_UserChoices_TagName} = "ORCA2_OFF_PISCES" ]  ; then 
     598    # 
     599    IGCM_sys_QsubPost atlas_PISCES       ; 
    592600    # 
    593601fi 
Note: See TracChangeset for help on using the changeset viewer.