Changeset 367 for trunk


Ignore:
Timestamp:
10/21/10 10:26:23 (14 years ago)
Author:
mafoipsl
Message:

Add support for IPSLCM5A-MR tagname atlas.

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_atlas_ORCA_LIM

    r316 r367  
    214214 
    215215# WHILE WAITING FOR A MORE GENERIC SOLUTION 
    216 if ( [ ${config_UserChoices_TagName} = "IPSLCM5" ] || [ ${config_UserChoices_TagName} = "IPSLCM5A" ] || [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ] || [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ] ) ; then 
     216if ( [ ${config_UserChoices_TagName} = "IPSLCM5" ] || [ ${config_UserChoices_TagName} = "IPSLCM5A" ] || [ ${config_UserChoices_TagName} = "IPSLCM5A-MR" ] || [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ] || [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ] ) ; then 
    217217    IGCM_sys_Get ${R_OUT_OCE}/Analyse/SE/${config_UserChoices_JobName}_SE_${YEARS}_1M_diaptr.nc  ${RUN_DIR} ; 
    218218    atlas -o ${RUN_DIR}/${R_ATLAS}/ZNL   -d -l ${FER_ATLAS}/atlas_l_${RESOL_OCE}_znl.cfg         ${RUN_DIR}/${config_UserChoices_JobName}_SE_${YEARS}_1M_diaptr.nc ; 
     
    233233IGCM_sys_Rm ${config_UserChoices_JobName}_SE_${YEARS}_1M_icemod.nc       
    234234# WHILE WAITING FOR A MORE GENERIC SOLUTION 
    235 if ( [ ${config_UserChoices_TagName} = "IPSLCM5" ] || [ ${config_UserChoices_TagName} = "IPSLCM5A" ] || [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ] || [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ] ) ; then 
     235if ( [ ${config_UserChoices_TagName} = "IPSLCM5" ] || [ ${config_UserChoices_TagName} = "IPSLCM5A" ] || [ ${config_UserChoices_TagName} = "IPSLCM5A-MR" ] || [ ${config_UserChoices_TagName} = "ORCA2_LIM2" ] || [ ${config_UserChoices_TagName} = "ORCA2_LIM2_PISCES" ] ) ; then 
    236236    IGCM_sys_Rm ${config_UserChoices_JobName}_SE_${YEARS}_1M_diaptr.nc ;  
    237237fi 
  • trunk/libIGCM/AA_create_se

    r316 r367  
    594594    # 
    595595elif [ ${config_UserChoices_TagName} = "IPSLCM5" ]  || \ 
    596      [ ${config_UserChoices_TagName} = "IPSLCM5A" ] ; then 
     596     [ ${config_UserChoices_TagName} = "IPSLCM5A" ] || \ 
     597     [ ${config_UserChoices_TagName} = "IPSLCM5A-MR" ] ; then 
    597598    IGCM_sys_QsubPost atlas_ORCHIDEE     ; 
    598599    IGCM_sys_QsubPost atlas_LMDZ         ; 
Note: See TracChangeset for help on using the changeset viewer.