Ignore:
Timestamp:
05/24/11 16:56:31 (13 years ago)
Author:
aclsce
Message:

Modifications to have the same iodef.xml for all IPSLCM5A
configurations : use of DBIO_ENABLE parameter defined in pisced.card
(false for EXP00, true for the others)

Location:
CONFIG/IPSLCM/IPSLCM5A/Chistorical
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5A/Chistorical/COMP/pisces.card

    r1032 r1437  
    33 
    44[UserChoices] 
     5DBIO_ENABLE=y 
    56 
    67[InitialStateFiles] 
  • CONFIG/IPSLCM/IPSLCM5A/Chistorical/COMP/pisces.driver

    r1316 r1437  
    5959    fi 
    6060 
     61    ##-- Enable dbio output file 
     62    DBIO_ENABLE=".FALSE."  
     63    eval pisces_DBIO_ENABLE=\${pisces_UserChoices_DBIO_ENABLE} > /dev/null 2>&1 
     64    if [ "${pisces_DBIO_ENABLE}" = "y" ]; then 
     65        DBIO_ENABLE=".TRUE." 
     66    fi 
     67 
     68    # update iodef.xml 
     69 
     70    echo 'Informations into iodef.xml : DBIO_ENABLE' 
     71    echo ${DBIO_ENABLE} 
     72 
     73    sed -e "s/<DBIO_ENABLE>/${DBIO_ENABLE}/" \ 
     74        iodef.xml > iodef.xml.tmp 
     75 
     76    IGCM_sys_Mv iodef.xml.tmp iodef.xml 
     77 
    6178    ##-- GHG forcing for the current year. Normally constant 
    6279    PathCO2log=${SUBMIT_DIR} 
  • CONFIG/IPSLCM/IPSLCM5A/Chistorical/PARAM/iodef.xml

    r1384 r1437  
    658658..............................................  dbio_T   ................................................. 
    659659          --> 
    660        <file id="ORCA2_1m_dbio_T" description="Marine Biogeochemical Fields : Additional AR5 variables" > 
     660       <file id="ORCA2_1m_dbio_T" description="Marine Biogeochemical Fields : Additional AR5 variables" enabled="<DBIO_ENABLE>" > 
    661661          <field ref="PHYT"        /> 
    662662          <field ref="ZOOT"        /> 
Note: See TracChangeset for help on using the changeset viewer.