Ignore:
Timestamp:
06/01/21 16:26:26 (3 years ago)
Author:
acosce
Message:

In config ICOLMDZORINCA fix 2 bugs
1- in dynamico.driver calcul of nbtrac need to be done only one time and not at each period of simulations
2- in inca.card restart part was empty

File:
1 edited

Legend:

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

    r5711 r5841  
    2525 
    2626    if [ -f ${SUBMIT_DIR}/../../../bin/inca_${OptMode}_${ConfChem}.dat ];  then  
    27         eval $(grep nbtrac ${SUBMIT_DIR}/../../../bin/inca_${OptMode}_${ConfChem}.dat) || nbtrac=4 
     27        eval $(grep nbtrac ${SUBMIT_DIR}/../../../bin/inca_${OptMode}_${ConfChem}.dat) || nbtrac=1 
    2828    else 
    29         nbtrac=0 
     29        nbtrac=1 
    3030    fi 
     31    ((nbtrac=nbtrac+3)) 
    3132 
    3233 
     
    4647    fi 
    4748 
    48     if [ ${nbtrac} -ne 0 ] ; then 
    49         ((nbtrac=nbtrac+3)) 
    50         IGCM_comp_modifyDefFile nonblocker run_dynamico.def nqtot ${nbtrac} 
    51     fi 
     49 
     50    IGCM_comp_modifyDefFile nonblocker run_dynamico.def nqtot ${nbtrac} 
     51 
    5252 
    5353 
Note: See TracChangeset for help on using the changeset viewer.