Changeset 6674


Ignore:
Timestamp:
11/15/23 16:21:08 (7 months ago)
Author:
acosce
Message:

Setting the appropriate monitoring file depending on grid and resolution and update driver consequently for the chemistry (use same modification than rev [6667])

Location:
CONFIG/UNIFORM/v7/IPSLCM7/GENERAL
Files:
2 added
1 edited

Legend:

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

    r6545 r6674  
    539539 
    540540 
     541    # Set the appropriate monitoring file depending on grid and resolution if ICO component 
     542    if [ ${CumulPeriod} -eq 1 ] ; then 
     543       if [ X${config_ListOfComponents_ICO} = X ] ; then 
     544          IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_inca_REG.cfg  ${SUBMIT_DIR}/POST/monitoring01_inca.cfg 
     545       else 
     546          IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_inca_ICO${RESOL_NBP}.cfg  ${SUBMIT_DIR}/POST/monitoring01_inca.cfg 
     547       fi 
     548    fi 
     549 
    541550    IGCM_debug_PopStack "CHM_Update" 
    542551} 
Note: See TracChangeset for help on using the changeset viewer.