Ignore:
Timestamp:
02/15/19 14:19:13 (5 years ago)
Author:
jgipsl
Message:

Now have one run_icosa.def per resolution of NBP.

File:
1 edited

Legend:

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

    r4281 r4284  
    3131 
    3232    IGCM_comp_modifyDefFile blocker run_icosa.def run_length $(( ${PeriodLengthInDays} * 86400 )) 
    33  
    34     if [ X${RESOL_NBP} == X40 ] || [ X${RESOL_NBP} == X20 ]; then 
    35       IGCM_comp_modifyDefFile nonblocker run_icosa.def   nbp       ${RESOL_NBP} 
    36       IGCM_comp_modifyDefFile nonblocker run_icosa.def   nsplit_i  $(( ${RESOL_NBP} / 10 )) 
    37       IGCM_comp_modifyDefFile nonblocker run_icosa.def   nsplit_j  $(( ${RESOL_NBP} / 10 )) 
    38       IGCM_comp_modifyDefFile nonblocker run_icosa.def   llm       79 
    39       IGCM_debug_Print 1 "Maximum nubmer of MPI for resolution nbp=${RESOL_NBP} is $(( ${RESOL_NBP} * ${RESOL_NBP} / 10 ))" 
    40     else 
    41       IGCM_debug_Print 1 "nbp=${RESOL_NBP} is set in dynamico.card" 
    42       IGCM_debug_Exit "This resolution has not been prepared in dynamico.driver"  
    43       IGCM_debug_Verif_Exit 
    44     fi 
    45  
    4633 
    4734    # Add include of context xml files for DYNAMICO in iodef.xml 
Note: See TracChangeset for help on using the changeset viewer.