Ignore:
Timestamp:
03/03/10 16:34:59 (14 years ago)
Author:
mafoipsl
Message:

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
  • tags/libIGCM_v1_5/AA_create_se

    r231 r241  
    557557    IGCM_sys_QsubPost atlas_LMDZ         ; 
    558558    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
     559    IGCM_sys_QsubPost atlas_PISCES       ; 
    559560    # 
    560561elif [ ${config_UserChoices_TagName} = "LMDZ4OR" ]  || \ 
     
    575576    # 
    576577elif [ ${config_UserChoices_TagName} = "ORCA2_LIM" ]       || 
    577      [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ]      || 
    578      [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ] ; then 
     578     [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ] ; then 
    579579    # 
    580580    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
    581581#    IGCM_sys_QsubPost additionnal        ; 
     582elif [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ]  ; then 
     583    # 
     584    IGCM_sys_QsubPost atlas_ORCA_LIM     ; 
     585    IGCM_sys_QsubPost atlas_PISCES       ; 
     586#    IGCM_sys_QsubPost additionnal        ; 
     587elif [ ${config_UserChoices_TagName} = "ORCA2_OFF_PISCES" ]  ; then 
     588    # 
     589    IGCM_sys_QsubPost atlas_PISCES       ; 
    582590    # 
    583591fi 
Note: See TracChangeset for help on using the changeset viewer.