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/sbccpl.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/sbccpl.F90

    r10762 r10763  
    192192   !!---------------------------------------------------------------------- 
    193193   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    194    !! $Id: sbccpl.F90 8329 2017-07-13 14:14:54Z rblod $ 
     194   !! $Id$ 
    195195   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    196196   !!---------------------------------------------------------------------- 
     
    210210      ALLOCATE( a_i(jpi,jpj,1) , STAT=ierr(2) )  ! used in sbcice_if.F90 (done here as there is no sbc_ice_if_init) 
    211211#endif 
    212       !ALLOCATE( xcplmask(jpi,jpj,nn_cplmodel) , STAT=ierr(3) )    
    213       ! Hardwire three models as nn_cplmodel has not been read in from the namelist yet.    
    214       ALLOCATE( xcplmask(jpi,jpj,0:3) , STAT=ierr(3) ) 
     212      ALLOCATE( xcplmask(jpi,jpj,0:nn_cplmodel) , STAT=ierr(3) ) 
    215213      ! 
    216214      IF( .NOT. ln_apr_dyn ) ALLOCATE( ssh_ib(jpi,jpj), ssh_ibb(jpi,jpj), apr(jpi, jpj), STAT=ierr(4) )  
     
    320318 
    321319      !                                   ! allocate sbccpl arrays 
    322       !IF( sbc_cpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_cpl_alloc : unable to allocate arrays' ) 
     320      IF( sbc_cpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_cpl_alloc : unable to allocate arrays' ) 
    323321      
    324322      ! ================================ ! 
Note: See TracChangeset for help on using the changeset viewer.