Changeset 1609


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

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

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/ins_job

    r1606 r1609  
    745745                ${MailAdress} ${config_UserChoices_DateBegin//-/} \ 
    746746                ${config_Post_Cesmep} ${CesmepPeriod} ${config_Post_CesmepSlices} \ 
    747                 $components $CENTER ${config_Post_CesmepSlicesDuration} \ 
     747                $components $CENTER ${CesmepSlicesDuration} \ 
    748748                ${config_Post_CesmepReferences}  
    749749            [ $? -ne 0 ] && echo -e "\nERROR : cannot configure C-ESM-EP run" && exit 5 
  • 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.