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 10177 for branches/UKMO/CCRS_NUS_MC_STABLE/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2018-10-08T11:16:10+02:00 (6 years ago)
Author:
csanchez
Message:

Added changes to syncronize with fcm:nemo.xm/branches/UKMO/AMM15_v3_6_STABLE_package@9537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/CCRS_NUS_MC_STABLE/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r8059 r10177  
    4646   USE agrif_opa_interp ! agrif 
    4747#endif 
    48 #if defined key_asminc    
    49    USE asminc          ! Assimilation increment 
    50 #endif 
    5148 
    5249   IMPLICIT NONE 
     
    462459                &                        + fwfisf(:,:) + fwfisf_b(:,:)                     ) 
    463460      ENDIF 
    464 #if defined key_asminc 
    465       !                                         ! Include the IAU weighted SSH increment 
    466       IF( lk_asminc .AND. ln_sshinc .AND. ln_asmiau ) THEN 
    467          zssh_frc(:,:) = zssh_frc(:,:) - ssh_iau(:,:) 
    468       ENDIF 
    469 #endif 
    470461      !                                   !* Fill boundary data arrays for AGRIF 
    471462      !                                   ! ------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.