Ignore:
Timestamp:
10/27/23 10:22:12 (9 months ago)
Author:
cetlod
Message:

CM7_work : Setting the appropriate monitoring file depending on grid and resolution and update driver consequently

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/orchidee.driver

    r6662 r6667  
    270270         
    271271    fi 
    272      
     272 
     273    # Set the appropriate monitoring file depending on grid and resolution if ICO component 
     274    if [ ${CumulPeriod} -eq 1 ] ; then 
     275       if [ ! X${config_ListOfComponents_ICO} = X ] ; then 
     276          IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_orchidee_${ResolAtm}.cfg  ${SUBMIT_DIR}/POST/monitoring01_orchidee.cfg 
     277       else 
     278          IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_orchidee_REG.cfg  ${SUBMIT_DIR}/POST/monitoring01_orchidee.cfg 
     279       fi 
     280    fi 
     281 
    273282    IGCM_debug_PopStack "SRF_Update" 
    274283} 
Note: See TracChangeset for help on using the changeset viewer.