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 4148 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2013-11-04T13:54:28+01:00 (10 years ago)
Author:
cetlod
Message:

merge in trunk changes between r3853 and r3940 and commit the changes, see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

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