Ignore:
Timestamp:
11/07/14 14:32:14 (10 years ago)
Author:
aclsce
Message:

CM6_rc0 default configuration is now :

  • 1Y as period lenght
  • Use of 1 XIOS serveur by default
  • Configuration with 4 ATM OMP by default (Curie configuration)
  • No CPL outputs
  • time_counter_bounds as attribute of output files written by XIOS-1.0
  • cleaning
Location:
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/oasis.driver

    r2343 r2362  
    6969    (( LagOce = 86400 / ORCA_NPDT_JOUR )) 
    7070 
     71    ## Use of Lucia ## 
     72    lucia_ok="" 
     73    if [ ${oasis_UserChoices_Lucia} = y ] ; then 
     74        lucia_ok="-1" 
     75    fi 
     76     
    7177    ############ Update Parameter Files   ############## 
    7278    sed -e "s/<total_time>/${D_JOB_SEC}/" \ 
     79        -e "s/<lucia_ok>/${lucia_ok}/" \ 
    7380        -e "s/<output_mode>/${CPL_OutputVar}/g" \ 
    7481        -e "s/<freq_coupling>/${FreqCoupling}/g" \ 
     
    101108    fi 
    102109 
    103     /ccc/scratch/cont003/dsm/p86caub/LUCIA/lucia 
     110    ## Use of Lucia ## 
     111    if [ ${oasis_UserChoices_Lucia} = y ] ; then 
     112        echo "Use of LUCIA" 
     113    #   To be changed  
     114    #   On Curie 
     115    #   /ccc/scratch/cont003/dsm/p86caub/LUCIA/lucia 
     116    #   On Ada 
     117    #   /linkhome/rech/psl/rpsl035/LUCIA/lucia 
     118    fi 
    104119 
    105120    echo FINALIZE CPL !!! 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/iodef.xml

    r2343 r2362  
    1616         
    1717     <!-- We must have buffer_size > jpi*jpj*jpk*8 (with jpi and jpj the subdomain size) --> 
    18           <variable id="buffer_size"               type="integer">50000000</variable> 
     18          <variable id="buffer_size"               type="integer">10000000</variable> 
    1919          <variable id="buffer_server_factor_size" type="integer">2</variable> 
    2020          <variable id="info_level"                type="integer">1</variable> 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namcouple_ORCA1xLMD144142

    r2307 r2362  
    4040# 
    4141 $NLOGPRT 
    42    2 -1 
     42   2 <lucia_ok> 
    4343 $END 
    4444#  
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namcouple_ORCA1xLMD9695

    r2307 r2362  
    4040# 
    4141 $NLOGPRT 
    42    2 -1 
     42   2 <lucia_ok> 
    4343 $END 
    4444#  
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namcouple_ORCA2xLMD144142

    r2307 r2362  
    4040# 
    4141 $NLOGPRT 
    42    2 
     42   2 <lucia_ok> 
    4343 $END 
    4444#  
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namcouple_ORCA2xLMD9695

    r2307 r2362  
    4040# 
    4141 $NLOGPRT 
    42    2 
     42   2 <lucia_ok> 
    4343 $END 
    4444#  
Note: See TracChangeset for help on using the changeset viewer.