Ignore:
Timestamp:
07/13/11 15:00:36 (13 years ago)
Author:
lfairhead
Message:

Changes to the IPSLCM5B picontrol configuration to:

  • update it with respect to the IPSLCM5A picontrol configuration
  • take into account the NP physics LMDZ package
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5B/piControl/COMP/pisces.driver

    r972 r1511  
    6060    fi 
    6161 
     62    ##-- Enable dbio output file 
     63    DBIO_ENABLE=".FALSE."  
     64    eval pisces_DBIO_ENABLE=\${pisces_UserChoices_DBIO_ENABLE} > /dev/null 2>&1 
     65    if [ "${pisces_DBIO_ENABLE}" = "y" ]; then 
     66        DBIO_ENABLE=".TRUE." 
     67    fi 
     68 
     69    # update iodef.xml 
     70 
     71    echo 'Informations into iodef.xml : DBIO_ENABLE' 
     72    echo ${DBIO_ENABLE} 
     73 
     74    sed -e "s/<DBIO_ENABLE>/${DBIO_ENABLE}/" \ 
     75        iodef.xml > iodef.xml.tmp 
     76 
     77    IGCM_sys_Mv iodef.xml.tmp iodef.xml 
     78 
    6279    ##-- Update namelist_top and namelist_pisces  
    6380 
Note: See TracChangeset for help on using the changeset viewer.