Ignore:
Timestamp:
03/10/22 15:38:22 (2 years ago)
Author:
aclsce
Message:

Modified to allow the monitoring to work both in icosaedral and regular configurations.

Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/DRIVER
Files:
3 edited

Legend:

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

    r6014 r6100  
    3131        RESOL_ATM_Z=${dynamico_UserChoices_RESOL_ATM_Z} 
    3232        RESOL_NBP=${dynamico_UserChoices_RESOL_NBP} 
     33    RESOL_ATM="nbp${RESOL_NBP}" 
    3334    fi 
    3435 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/DRIVER/orchidee.driver

    r5540 r6100  
    1414        DefSuffix=CWRR 
    1515    fi 
     16 
     17    # Define the resolution only if the composant ICO for DYNAMICO is set in config.card 
     18    if [ ! X${config_ListOfComponents_ICO} = X ] ; then 
     19    RESOL_SRF="nbp${RESOL_NBP}" 
     20    fi 
     21 
    1622 
    1723    IGCM_debug_PopStack "SRF_Initialize" 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/DRIVER/stomate.driver

    r4311 r6100  
    77{ 
    88    IGCM_debug_PushStack "SBG_Initialize" 
     9 
     10    # Define the resolution only if the composant ICO for DYNAMICO is set in config.card 
     11    if [ ! X${config_ListOfComponents_ICO} = X ] ; then 
     12    RESOL_SBG="nbp${RESOL_NBP}" 
     13    fi 
    914 
    1015    IGCM_debug_PopStack "SBG_Initialize" 
Note: See TracChangeset for help on using the changeset viewer.