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_config/libIGCM_config.ksh

    r1372 r1373  
    151151  if ( [ X${config_Post_AtlasIPSL} = X${NULL_STR} ] || [ X${config_Post_AtlasIPSL} = X ] ) ; then 
    152152    config_Post_AtlasIPSL=TRUE 
     153  fi 
     154 
     155  #==================================================== 
     156  # ParserXIOS : apply default value if not defined 
     157  if ( [ X${config_Post_ParserXIOS} = X${NULL_STR} ] || [ X${config_Post_ParserXIOS} = X ] ) ; then 
     158    config_Post_ParserXIOS=TRUE 
    153159  fi 
    154160 
     
    291297  echo 
    292298  IGCM_debug_Print 2 "(Re)Define R_INIT, R_BC and PeriodNb" 
     299  IGCM_debug_Print 3 "R_IN=${R_IN}" 
    293300  IGCM_debug_Print 3 "R_INIT=${R_INIT}" 
    294301  R_BC=${config_UserChoices_R_BC:=${R_IN}/BC} 
Note: See TracChangeset for help on using the changeset viewer.