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 3915 for branches/2012 – NEMO

Changeset 3915 for branches/2012


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r3413 r3915  
    382382      ! 
    383383      IF( TRIM( sn_rcv_tau%cldes ) /= 'oce and ice' ) THEN        ! 'oce and ice' case ocean stress on ocean mesh used 
    384          srcv(jpr_itx1:jpr_itz2)%laction = .FALSE.    ! ice components not received 
     384         srcv(jpr_itz1:jpr_itz2)%laction = .FALSE.    ! ice components not received (itx1 and ity1 used later) 
    385385         srcv(jpr_itx1)%clgrid = 'U'                  ! ocean stress used after its transformation 
    386386         srcv(jpr_ity1)%clgrid = 'V'                  ! i.e. it is always at U- & V-points for i- & j-comp. resp. 
     
    899899      !!                 third  as  2 components on the cp_ice_msh point  
    900900      !! 
    901       !!                In 'oce and ice' case, only one vector stress field  
     901      !!                Except in 'oce and ice' case, only one vector stress field  
    902902      !!             is received. It has already been processed in sbc_cpl_rcv 
    903903      !!             so that it is now defined as (i,j) components given at U- 
    904       !!             and V-points, respectively. Therefore, here only the third 
     904      !!             and V-points, respectively. Therefore, only the third 
    905905      !!             transformation is done and only if the ice-grid is a 'I'-grid.  
    906906      !! 
Note: See TracChangeset for help on using the changeset viewer.