Ignore:
Timestamp:
06/16/15 16:06:09 (9 years ago)
Author:
sdipsl
Message:
  • remove some UserChoices? output level options : those dont have any influence on output level
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6_rc0/IPSLCM6/GENERAL/DRIVER/opa9.driver

    r2566 r2571  
    157157    done 
    158158 
    159  
    160     ##-- Output level : 3 for more 1D variables 
    161     OUTPUT_LEVEL=${opa9_UserChoices_OUTPUT_LEVEL} 
    162  
    163159    # Period Length In Days between DateBegin and first day of calendar 0001 01 01 
    164160    # Needed by OPA namelist to compute correct file names 
     
    253249    # update iodef.xml 
    254250 
    255     IGCM_debug_Print 1 'Informations into iodef.xml : V1D_ENABLE V1M_ENABLE V1Y_ENABLE OUTPUT_LEVEL' 
    256     IGCM_debug_Print 1 ${V1D_ENABLE} ${V1M_ENABLE} ${V1Y_ENABLE} ${OUTPUT_LEVEL} 
     251    IGCM_debug_Print 1 'Informations into iodef.xml : V1D_ENABLE V1M_ENABLE V1Y_ENABLE' 
     252    IGCM_debug_Print 1 ${V1D_ENABLE} ${V1M_ENABLE} ${V1Y_ENABLE} 
    257253 
    258254    sed -e "s/_1D_ENABLE_/${V1D_ENABLE}/" \ 
Note: See TracChangeset for help on using the changeset viewer.