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 10268 for branches/UKMO/AMM15_v3_6_STABLE_package_collate/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2018-11-01T10:52:22+01:00 (5 years ago)
Author:
kingr
Message:

Updating ref namelist namobs to match OBS branch. Also added code to apply ssh increment in dynspg_ts which didnt make it into merged branch.

File:
1 edited

Legend:

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

    r9178 r10268  
    4646   USE agrif_opa_interp ! agrif 
    4747#endif 
     48#if defined key_asminc    
     49   USE asminc          ! Assimilation increment 
     50#endif 
    4851 
    4952   IMPLICIT NONE 
     
    459462                &                        + fwfisf(:,:) + fwfisf_b(:,:)                     ) 
    460463      ENDIF 
    461       !                                   !* Fill boundary data arrays for AGRIF 
    462       !                                   ! ------------------------------------ 
     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 
     470      !                                   !* Fill boundary data arrays with AGRIF 
     471      !                                   ! ------------------------------------- 
    463472#if defined key_agrif 
    464473         IF( .NOT.Agrif_Root() ) CALL agrif_dta_ts( kt ) 
Note: See TracChangeset for help on using the changeset viewer.