Changeset 1606


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

For C-ESM-EP : handle a reference simulation and ensure that CesmepSlicesDuration? <=

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/ins_job

    r1605 r1606  
    197197#- 
    198198 
    199  
    200199if [ X"${SYSTEM}" == "Xirene" ] ; then 
    201200 
     
    746745                ${MailAdress} ${config_UserChoices_DateBegin//-/} \ 
    747746                ${config_Post_Cesmep} ${CesmepPeriod} ${config_Post_CesmepSlices} \ 
    748                 $components $CENTER ${config_Post_CesmepSlicesDuration} 
     747                $components $CENTER ${config_Post_CesmepSlicesDuration} \ 
     748                ${config_Post_CesmepReferences}  
    749749            [ $? -ne 0 ] && echo -e "\nERROR : cannot configure C-ESM-EP run" && exit 5 
    750750        else 
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r1604 r1606  
    295295      else 
    296296          CesmepSlicesDuration=$CesmepPeriod 
     297      fi 
     298      if [ $CesmepSlicesDuration -gt $CesmepPeriod ]; then  
     299          IGCM_debug_Exit "C-ESM-EP : you cannot set a CesmepSlicesDuration ($CesmepSlicesDuration) longer than CesmepPeriod ($CesmepPeriod)" 
     300      fi 
     301      if [ X${config_Post_CesmepReferences} = X${NULL_STR} ] || [ X${config_Post_CesmepReferences} = XNONE ] || \ 
     302             [ X${config_Post_CesmepReferences} = X ] ; then  
     303          config_Post_CesmepReferences=NONE  
    297304      fi 
    298305  fi 
Note: See TracChangeset for help on using the changeset viewer.