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 3914 – NEMO

Changeset 3914


Ignore:
Timestamp:
2013-06-12T22:17:48+02:00 (11 years ago)
Author:
smasson
Message:

trunk:bugfix in array allocation in sbccpl, see ticket #1110

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r3680 r3914  
    388388      ! 
    389389      IF( TRIM( sn_rcv_tau%cldes ) /= 'oce and ice' ) THEN        ! 'oce and ice' case ocean stress on ocean mesh used 
    390          srcv(jpr_itx1:jpr_itz2)%laction = .FALSE.    ! ice components not received 
     390         srcv(jpr_itz1:jpr_itz2)%laction = .FALSE.    ! ice components not received (itx1 and ity1 used later) 
    391391         srcv(jpr_itx1)%clgrid = 'U'                  ! ocean stress used after its transformation 
    392392         srcv(jpr_ity1)%clgrid = 'V'                  ! i.e. it is always at U- & V-points for i- & j-comp. resp. 
     
    911911      !!                 third  as  2 components on the cp_ice_msh point  
    912912      !! 
    913       !!                In 'oce and ice' case, only one vector stress field  
     913      !!                Except in 'oce and ice' case, only one vector stress field  
    914914      !!             is received. It has already been processed in sbc_cpl_rcv 
    915915      !!             so that it is now defined as (i,j) components given at U- 
    916       !!             and V-points, respectively. Therefore, here only the third 
     916      !!             and V-points, respectively. Therefore, only the third 
    917917      !!             transformation is done and only if the ice-grid is a 'I'-grid.  
    918918      !! 
Note: See TracChangeset for help on using the changeset viewer.