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/stomate.driver

    r6662 r6667  
    1111    if [ ! X${config_ListOfComponents_ICO} = X ] ; then 
    1212       RESOL_SBG="nbp${RESOL_NBP}" 
     13    fi 
     14    # Define the resolution only if the composant ICO for DYNAMICO is set in config.card 
     15    if [ ! X${config_ListOfComponents_ICO} = X ] ; then 
     16        RESOL_SBG="nbp${RESOL_NBP}" 
    1317    fi 
    1418 
     
    119123    fi 
    120124 
     125    # Set the appropriate monitoring file depending on grid and resolution if ICO component 
     126    if [ ${CumulPeriod} -eq 1 ] ; then 
     127       if [ ! X${config_ListOfComponents_ICO} = X ] ; then 
     128          IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_stomate_${ResolAtm}.cfg  ${SUBMIT_DIR}/POST/monitoring01_stomate.cfg 
     129       else 
     130           IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_stomate_REG.cfg  ${SUBMIT_DIR}/POST/monitoring01_stomate.cfg 
     131       fi 
     132    fi 
    121133 
    122134    IGCM_debug_PopStack "SBG_Update" 
Note: See TracChangeset for help on using the changeset viewer.