New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10763 for NEMO/branches/UKMO/r8395_coupling_sequence/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2019-03-15T13:10:04+01:00 (5 years ago)
Author:
jcastill
Message:

Remove svn keywords properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/r8395_coupling_sequence/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r10762 r10763  
    9090   USE lbcnfd , ONLY  : isendto, nsndto, nfsloop, nfeloop   ! Setup of north fold exchanges  
    9191   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    92    USE sbccpl 
    9392#if defined key_iomput 
    9493   USE xios           ! xIOserver 
     
    106105   !!---------------------------------------------------------------------- 
    107106   !! NEMO/OPA 3.7 , NEMO Consortium (2016) 
    108    !! $Id: nemogcm.F90 7761 2017-03-06 17:58:35Z clem $ 
     107   !! $Id$ 
    109108   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    110109   !!---------------------------------------------------------------------- 
     
    182181#else 
    183182            IF ( .NOT. ln_diurnal_only ) THEN  
    184                IF (lk_oasis) CALL sbc_cpl_snd( istp )  ! Coupling to atmos 
    185183               CALL stp( istp )                 ! standard time stepping  
    186                ! We don't couple on the final timestep because  
    187                ! our restart file has already been written  
    188                ! and contains all the necessary data for a  
    189                ! restart. sbc_cpl_snd could be called here  
    190                ! but it would require  
    191                ! a) A test to ensure it was not performed  
    192                !    on the very last time-step  
    193                ! b) the presence of another call to  
    194                !    sbc_cpl_snd call prior to the main DO loop  
    195                ! This solution produces identical results  
    196                ! with fewer lines of code. 
    197184            ELSE  
    198185               CALL stp_diurnal( istp )        ! time step only the diurnal SST  
     
    317304      IF( Agrif_Root() ) THEN 
    318305         IF( lk_oasis ) THEN 
    319             CALL cpl_init( "toyoce", ilocal_comm )                               ! nemo local communicator given by oasis 
     306            CALL cpl_init( "oceanx", ilocal_comm )                               ! nemo local communicator given by oasis 
    320307            CALL xios_initialize( "not used"       ,local_comm= ilocal_comm )    ! send nemo communicator to xios 
    321308         ELSE 
     
    328315      IF( lk_oasis ) THEN 
    329316         IF( Agrif_Root() ) THEN 
    330             CALL cpl_init( "toyoce", ilocal_comm )          ! nemo local communicator given by oasis 
     317            CALL cpl_init( "oceanx", ilocal_comm )          ! nemo local communicator given by oasis 
    331318         ENDIF 
    332319         ! Nodes selection (control print return in cltxt) 
     
    529516                            CALL dia_tmb_init  ! TMB outputs 
    530517                            CALL dia_25h_init  ! 25h mean  outputs 
    531       
    532       IF (nstop > 0) THEN  
    533         CALL CTL_STOP('STOP','Critical errors in NEMO initialisation')  
    534       END IF  
    535518      ! 
    536519   END SUBROUTINE nemo_init 
Note: See TracChangeset for help on using the changeset viewer.