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 12465 for NEMO/branches/UKMO/r12083_coupling_sequence/src/OCE/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2020-02-26T10:27:04+01:00 (4 years ago)
Author:
jcastill
Message:

Changes as in the original branch but updated to vn4.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/r12083_coupling_sequence/src/OCE/SBC/sbccpl.F90

    r11715 r12465  
    219219      ALLOCATE( a_i(jpi,jpj,1) , STAT=ierr(2) )  ! used in sbcice_if.F90 (done here as there is no sbc_ice_if_init) 
    220220#endif 
    221       ALLOCATE( xcplmask(jpi,jpj,0:nn_cplmodel) , STAT=ierr(3) ) 
     221      !ALLOCATE( xcplmask(jpi,jpj,nn_cplmodel) , STAT=ierr(3) )     
     222      ! Hardwire three models as nn_cplmodel has not been read in from the namelist yet.     
     223      ALLOCATE( xcplmask(jpi,jpj,0:3) , STAT=ierr(3) ) 
    222224      ! 
    223225      IF( .NOT. ln_apr_dyn ) ALLOCATE( ssh_ib(jpi,jpj), ssh_ibb(jpi,jpj), apr(jpi, jpj), STAT=ierr(4) )  
     
    333335 
    334336      !                                   ! allocate sbccpl arrays 
    335       IF( sbc_cpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_cpl_alloc : unable to allocate arrays' ) 
     337!      IF( sbc_cpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_cpl_alloc : unable to allocate arrays' ) 
    336338      
    337339      ! ================================ ! 
Note: See TracChangeset for help on using the changeset viewer.