Ignore:
Timestamp:
07/11/23 15:41:04 (12 months ago)
Author:
acosce
Message:

update driver and def to be use with inca model

File:
1 edited

Legend:

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

    r6417 r6545  
    2424 
    2525 
    26     if [ -f ${SUBMIT_DIR}/../../../bin/inca_${OptMode}_${ConfChem}.dat ];  then  
    27         eval $(grep nbtrac ${SUBMIT_DIR}/../../../bin/inca_${OptMode}_${ConfChem}.dat) || nbtrac=1 
     26    if [ -f ${SUBMIT_DIR}/../../../bin/inca_${ConfChem}.dat ];  then  
     27        eval $(grep nbtrac ${SUBMIT_DIR}/../../../bin/inca_${ConfChem}.dat) || nbtrac=1 
    2828    else 
    2929        nbtrac=1 
Note: See TracChangeset for help on using the changeset viewer.