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/SBC/sbcmod.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/SBC/sbcmod.F90

    r10762 r10763  
    6868   !!---------------------------------------------------------------------- 
    6969   !! NEMO/OPA 4.0 , NEMO-consortium (2016)  
    70    !! $Id: sbcmod.F90 7822 2017-03-22 13:31:08Z clem $ 
     70   !! $Id$ 
    7171   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    7272   !!---------------------------------------------------------------------- 
     
    290290      !                             !* OASIS initialization 
    291291      ! 
    292       IF( lk_oasis ) THEN  
    293          IF( sbc_cpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_cpl_alloc : unable to allocate arrays' )   
    294          CALL sbc_cpl_init( nn_ice )   ! Must be done before: (1) first time step  
    295                                        !                      (2) the use of nn_fsbc  
    296       ENDIF 
     292      IF( lk_oasis )   CALL sbc_cpl_init( nn_ice )   ! Must be done before: (1) first time step 
     293      !                                              !                      (2) the use of nn_fsbc 
    297294      !     nn_fsbc initialization if OPA-SAS coupling via OASIS 
    298295      !     SAS time-step has to be declared in OASIS (mandatory) -> nn_fsbc has to be modified accordingly 
Note: See TracChangeset for help on using the changeset viewer.