Ignore:
Timestamp:
12/14/23 14:14:16 (6 months ago)
Author:
ssenesi
Message:

C-ESM-EP : fix default value for CesmepSlicesDuration?

File:
1 edited

Legend:

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

    r1607 r1609  
    291291          config_Post_CesmepSlices=8 
    292292      fi 
    293       if ( [ X${config_Post_CesmepSlicesDuration} != X${NULL_STR} ] && [ X${config_Post_CesmepSlicesDuration} != X ] ) ; then 
     293      if ( [ X${config_Post_CesmepSlicesDuration} != X${NULL_STR} ] && [ X${config_Post_CesmepSlicesDuration} != X ] &&\ 
     294         [ X${config_Post_CesmepSlicesDuration} != XNONE ] ) ; then 
    294295          CesmepSlicesDuration=${config_Post_CesmepSlicesDuration%Y} 
    295296      else 
Note: See TracChangeset for help on using the changeset viewer.