Changeset 1309


Ignore:
Timestamp:
03/30/16 14:44:40 (8 years ago)
Author:
sdipsl
Message:
  • add some configuration names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r1304 r1309  
    602602  # METRICS 
    603603  export Script_Post_Output=metrics_LMDZ.${PeriodDateEnd}   ; 
    604   IGCM_sys_QsubPost metrics_LMDZ             
     604  IGCM_sys_QsubPost metrics_LMDZ                            ; 
    605605 
    606606  # ATLAS 
    607607  export Script_Post_Output=atlas_LMDZ.${PeriodDateEnd}     ; 
    608   IGCM_sys_QsubPost atlas_LMDZ                              ;                  ; 
     608  IGCM_sys_QsubPost atlas_LMDZ                              ; 
    609609  export Script_Post_Output=atlas_ORCHIDEE.${PeriodDateEnd} ; 
    610610  IGCM_sys_QsubPost atlas_ORCHIDEE                          ; 
     
    628628elif [ ${config_UserChoices_TagName} = "ORCA2_LIM" ]       || \ 
    629629     [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ]      || \ 
    630      [ ${config_UserChoices_TagName} = "ORCA2_LIM3" ] ; then 
     630     [ ${config_UserChoices_TagName} = "ORCA2_LIM3" ]      || \ 
     631     [ ${config_UserChoices_TagName} = "ORCA1_LIM2" ]      || \ 
     632     [ ${config_UserChoices_TagName} = "ORCA1_LIM3" ] ; then 
    631633  # METRICS 
    632634  export Script_Post_Output=metrics_NEMO.${PeriodDateEnd}   ; 
     
    638640  # 
    639641elif [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ] || \ 
    640      [ ${config_UserChoices_TagName} = "ORCA2_LIM3_PISCES" ] ; then 
     642     [ ${config_UserChoices_TagName} = "ORCA2_LIM3_PISCES" ] || \ 
     643     [ ${config_UserChoices_TagName} = "ORCA1_LIM2_PISCES" ] || \ 
     644     [ ${config_UserChoices_TagName} = "ORCA1_LIM3_PISCES" ] ; then 
    641645  # METRICS 
    642646  export Script_Post_Output=metrics_NEMO.${PeriodDateEnd}   ; 
    643   IGCM_sys_QsubPost metrics_NEMO          
     647  IGCM_sys_QsubPost metrics_NEMO                            ; 
    644648 
    645649  # ATLAS 
Note: See TracChangeset for help on using the changeset viewer.