Changeset 6668 for CONFIG/UNIFORM


Ignore:
Timestamp:
10/27/23 10:35:10 (7 months ago)
Author:
cetlod
Message:

CM7_work : Minor changes

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

Legend:

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

    r6667 r6668  
    660660          IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_lmdz_REG.cfg  ${SUBMIT_DIR}/POST/monitoring01_lmdz.cfg 
    661661       else 
    662           IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_lmdz_${ResolAtm}.cfg  ${SUBMIT_DIR}/POST/monitoring01_lmdz.cfg 
     662          IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_lmdz_ICO${RESOL_NBP}.cfg  ${SUBMIT_DIR}/POST/monitoring01_lmdz.cfg 
    663663       fi 
    664664    fi 
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/orchidee.driver

    r6667 r6668  
    1717    # Define the resolution only if the composant ICO for DYNAMICO is set in config.card 
    1818    if [ ! X${config_ListOfComponents_ICO} = X ] ; then 
     19        RESOL_NBP=${dynamico_UserChoices_RESOL_NBP} 
    1920        RESOL_SRF="nbp${RESOL_NBP}" 
    2021    fi 
     
    274275    if [ ${CumulPeriod} -eq 1 ] ; then 
    275276       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          IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_orchidee_ICO${RESOL_NBP}.cfg  ${SUBMIT_DIR}/POST/monitoring01_orchidee.cfg 
    277278       else 
    278279          IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_orchidee_REG.cfg  ${SUBMIT_DIR}/POST/monitoring01_orchidee.cfg 
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/stomate.driver

    r6667 r6668  
    1010    # Define the resolution only if the composant ICO for DYNAMICO is set in config.card 
    1111    if [ ! X${config_ListOfComponents_ICO} = X ] ; then 
     12       RESOL_NBP=${dynamico_UserChoices_RESOL_NBP} 
    1213       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}" 
    1714    fi 
    1815 
     
    126123    if [ ${CumulPeriod} -eq 1 ] ; then 
    127124       if [ ! X${config_ListOfComponents_ICO} = X ] ; then 
    128           IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_stomate_${ResolAtm}.cfg  ${SUBMIT_DIR}/POST/monitoring01_stomate.cfg 
     125          IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_stomate_ICO${RESOL_NBP}.cfg  ${SUBMIT_DIR}/POST/monitoring01_stomate.cfg 
    129126       else 
    130127           IGCM_sys_Cp ${SUBMIT_DIR}/POST/monitoring01_stomate_REG.cfg  ${SUBMIT_DIR}/POST/monitoring01_stomate.cfg 
Note: See TracChangeset for help on using the changeset viewer.