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 5155 for branches – NEMO

Changeset 5155 for branches


Ignore:
Timestamp:
2015-03-18T12:13:53+01:00 (9 years ago)
Author:
pabouttier
Message:

Add missing lbc_lnk_adj in tangent and adjoint routines of dyn_spg_flt_tam module; See Ticket #1267

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/OPATAM_SRC/DYN/dynspg_flt_tam.F90

    r4597 r5155  
    167167      ELSE                       ! fixed volume  (add the surface pressure gradient + unweighted time stepping) 
    168168         ! 
     169         CALL lbc_lnk(sshn_tl,'T',1.) 
    169170         DO jj = 2, jpjm1              ! Surface pressure gradient (now) 
    170171            DO ji = fs_2, fs_jpim1   ! vector opt. 
     
    568569            END DO 
    569570         END DO 
     571         CALL lbc_lnk_adj(sshn_ad,'T',1.) 
    570572      ENDIF 
    571573 
     
    808810            gcx_tl (:,:) = zgcx_tlin (:,:)   ;   gcxb_tl(:,:) = zgcxb_tlin(:,:) 
    809811 
    810             CALL sol_mat( istp ) ! for nitend, it is not called in _tan so it is still set to the nit000 case    
     812            CALL sol_mat( istp ) ! for nitend, it is not called in _tan so it is still set to the nit000 case 
    811813            CALL dyn_spg_flt_tan( istp, indic ) 
    812814 
     
    945947         & ) 
    946948      DEALLOCATE( zgcx_tlin , zgcx_tlout , zgcx_adin , zgcx_adout,  & 
    947          & zgcxb_tlin, zgcxb_tlout, zgcxb_adin, zgcxb_adout         )  
     949         & zgcxb_tlin, zgcxb_tlout, zgcxb_adin, zgcxb_adout         ) 
    948950   END SUBROUTINE dyn_spg_flt_adj_tst 
    949951 
Note: See TracChangeset for help on using the changeset viewer.