Changeset 1421 for trunk


Ignore:
Timestamp:
01/22/18 16:53:01 (6 years ago)
Author:
sdipsl
Message:
  • change default behaviour for config_Post_ParserXIOS. FALSE by default. If field_def and file_def are not coherent libIGCM wont do anything by default to prevent this except printing messages.
File:
1 edited

Legend:

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

    r1410 r1421  
    156156  # ParserXIOS : apply default value if not defined 
    157157  if ( [ X${config_Post_ParserXIOS} = X${NULL_STR} ] || [ X${config_Post_ParserXIOS} = X ] ) ; then 
    158     config_Post_ParserXIOS=TRUE 
     158    config_Post_ParserXIOS=FALSE 
    159159  fi 
    160160 
Note: See TracChangeset for help on using the changeset viewer.