Ignore:
Timestamp:
05/17/10 17:47:53 (14 years ago)
Author:
mafoipsl
Message:

More CMIP5 and IPSL output variables (daily and monthly) for NEMO OPA9 and LIM2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5A/EXP00/COMP/opa9.driver

    r972 r1021  
    113113    done 
    114114 
     115 
     116    ##-- Output level : 3 for more 1D variables 
     117    eval opa9_OUTPUT_LEVEL=\${opa9_UserChoices_OUTPUT_LEVEL} > /dev/null 2>&1 
     118    OUTPUT_LEVEL=${opa9_OUTPUT_LEVEL} 
     119 
     120 
    115121    # Period Length In Days between DateBegin and first day of calendar 0001 01 01 
    116122    # Needed by OPA namelist to compute correct file names  
     
    198204    # update iodef.xml 
    199205 
     206    echo 'Informations into iodef.xml : V1D_ENABLE V5D_ENABLE V1M_ENABLE V1Y_ENABLE OUTPUT_LEVEL' 
     207    echo ${V1D_ENABLE} ${V5D_ENABLE} ${V1M_ENABLE} ${V1Y_ENABLE} ${OUTPUT_LEVEL} 
     208 
    200209    sed -e "s/<1D_ENABLE>/${V1D_ENABLE}/" \ 
    201210        -e "s/<5D_ENABLE>/${V5D_ENABLE}/" \ 
    202211        -e "s/<1M_ENABLE>/${V1M_ENABLE}/" \ 
    203212        -e "s/<1Y_ENABLE>/${V1Y_ENABLE}/" \ 
     213        -e "s/<OUTPUT_LEVEL>/${OUTPUT_LEVEL}/" \ 
    204214        iodef.xml > iodef.xml.tmp 
    205215 
Note: See TracChangeset for help on using the changeset viewer.