Ignore:
Timestamp:
12/14/16 23:39:49 (8 years ago)
Author:
sdipsl
Message:
  • add an option to inhibate xios_parser.py behaviour.
  • purge_simulation will also remove run.card, Script_Output* and Debug/
  • R_IN printed in Script_Output and included in AA_job as comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh

    r1339 r1373  
    635635        IGCM_debug_Print 1 "${compname} XIOS XMLs are consistent" 
    636636      else 
    637         IGCM_debug_Print 1 "${compname} XIOS XMLs ARE NOT consistent. Try to fix it:" 
    638         IGCM_debug_Print 3 "${libIGCM}/libIGCM_post/xios_parser.py -v modify --field ${FieldDef[*]} --file ${FileDef[*]}" 
    639         ${libIGCM}/libIGCM_post/xios_parser.py -vv modify --field ${FieldDef[*]} --file ${FileDef[*]} 
    640         [ $? != 0 ] &&  IGCM_debug_Exit "Failed to fix XIOS xml files for ${compname}" 
     637        IGCM_debug_Print 1 "${compname} XIOS XMLs ARE NOT consistent" 
     638        if [ X${config_Post_ParserXIOS} = XTRUE ]  ; then 
     639          IGCM_debug_Print 1 "Try to fix it:" 
     640          IGCM_debug_Print 3 "${libIGCM}/libIGCM_post/xios_parser.py -v modify --field ${FieldDef[*]} --file ${FileDef[*]}" 
     641          ${libIGCM}/libIGCM_post/xios_parser.py -vv modify --field ${FieldDef[*]} --file ${FileDef[*]} 
     642          [ $? != 0 ] &&  IGCM_debug_Exit "Failed to fix XIOS xml files for ${compname}" 
     643        fi 
    641644      fi 
    642645    fi 
Note: See TracChangeset for help on using the changeset viewer.