Ignore:
Timestamp:
08/31/12 16:22:55 (12 years ago)
Author:
cholod
Message:

Update of the trunk with the vendor v3.4_r_3459_dev_r3406_LOCEAN4_XIOS

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r33 r46  
    8686   !!---------------------------------------------------------------------- 
    8787   !! NEMO/OPA 4.0 , NEMO Consortium (2011) 
    88    !! $Id: nemogcm.F90 3289 2012-01-27 14:37:34Z rblod $ 
     88   !! $Id: nemogcm.F90 3415 2012-06-15 13:29:37Z rblod $ 
    8989   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    9090   !!---------------------------------------------------------------------- 
     
    228228         CALL xios_initialize( "oceanx",local_comm=ilocal_comm ) 
    229229# else 
    230          CALL  xios_initialize( "nemo",return_comm=ilocal_comm )  
     230         CALL  xios_initialize( "nemo",return_comm=ilocal_comm ) 
    231231# endif 
    232232      ENDIF 
     
    415415         WRITE(numout,*) '      number of proc. following j     nn_jsplt   = ', nn_jsplt 
    416416         WRITE(numout,*) '      benchmark parameter (0/1)       nn_bench   = ', nn_bench 
     417         WRITE(numout,*) '      timing activated    (0/1)       nn_timing  = ', nn_timing 
    417418      ENDIF 
    418419      ! 
Note: See TracChangeset for help on using the changeset viewer.