Changeset 2819


Ignore:
Timestamp:
04/29/16 14:47:19 (8 years ago)
Author:
aclsce
Message:

Cleaning in IPSLCM6 configuration

Location:
CONFIG/UNIFORM/v6/IPSLCM6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/opa9.card

    r2795 r2819  
    55ORCA_version=${config_UserChoices_ORCA_version:-eORCA1.1} 
    66mesh_mask= n 
    7 iceflx="linear" 
    8 # OUTPUT_LEVEL=2 for standard daily outputs 
    9 # OUTPUT_LEVEL=3 for more daily outputs 
    10 OUTPUT_LEVEL=2 
    117 
    128[InitialStateFiles] 
     
    4743 
    4844[OutputText] 
    49 List=   (ocean.output, solver.stat, namelist, output.namelist.*, context_nemo.xml, field_def_nemo.xml, domain_def_nemo.xml, debug.02, out_opa.xx.out, out_opa.xx.err) 
     45List=   (ocean.output, solver.stat, namelist, output.namelist.*, context_nemo.xml, field_def_nemo.xml, domain_def_nemo.xml, out_opa.xx.out, out_opa.xx.err) 
    5046 
    5147[OutputFiles] 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/xios.card

    r2629 r2819  
    2121 
    2222[OutputText] 
    23 List=   (out_xios.x.err.* , out_xios.x.out.*) 
     23List=   (out_xios.x.err , out_xios.x.out) 
    2424 
    2525[OutputFiles] 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/opa9.driver

    r2773 r2819  
    9191    done 
    9292 
    93     ##-- Output level : 3 for more 1D variables 
    94     eval opa9_OUTPUT_LEVEL=\${opa9_UserChoices_OUTPUT_LEVEL} > /dev/null 2>&1 
    95     OUTPUT_LEVEL=${opa9_OUTPUT_LEVEL} 
    96  
    9793    # Period Length In Days between DateBegin and first day of calendar 0001 01 01 
    9894    # Needed by OPA namelist to compute correct file names  
     
    158154    # Update iodef.xml 
    159155 
    160     IGCM_debug_Print 1 'Informations into iodef.xml : V1D_ENABLE V1M_ENABLE V1Y_ENABLE OUTPUT_LEVEL' 
    161     IGCM_debug_Print 1 ${V1D_ENABLE} ${V1M_ENABLE} ${V1Y_ENABLE} ${OUTPUT_LEVEL} 
     156    IGCM_debug_Print 1 'Informations into iodef.xml : V1D_ENABLE V1M_ENABLE V1Y_ENABLE ' 
     157    IGCM_debug_Print 1 ${V1D_ENABLE} ${V1M_ENABLE} ${V1Y_ENABLE} 
    162158 
    163159    IGCM_comp_modifyXmlFile nonblocker file_def_nemo.xml 1d enabled ${V1D_ENABLE} 
Note: See TracChangeset for help on using the changeset viewer.