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 2002 for branches/dev_1784_ASM/NEMO/OPA_SRC/DYN/sshwzv.F90 – NEMO

Ignore:
Timestamp:
2010-07-09T14:19:55+02:00 (14 years ago)
Author:
djlea
Message:

Adding ASM assimilation code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_1784_ASM/NEMO/OPA_SRC/DYN/sshwzv.F90

    r1756 r2002  
    55   !!============================================================================== 
    66   !! History :  3.1  !  2009-02  (G. Madec, M. Leclair)  Original code 
     7   !!            3.3  !  2010-05  (K. Mogensen, A. Weaver, M. Martin, D. Lea) Assimilation interface 
    78   !!---------------------------------------------------------------------- 
    89 
     
    2728   USE diaar5, ONLY :   lk_diaar5 
    2829   USE iom 
     30   USE asminc          ! Assimilation increment 
    2931 
    3032   IMPLICIT NONE 
     
    187189      ENDIF 
    188190 
     191! Include the IAU weighted SSH increment 
     192      IF( ( lk_asminc ).AND.( ln_sshinc ).AND.( ln_asmiau ) ) THEN 
     193         CALL ssh_asm_inc( kt ) 
     194         ssha(:,:) = ssha(:,:) + z2dt * ssh_iau(:,:) 
     195      ENDIF 
     196 
    189197      !                                           !------------------------------! 
    190198      !                                           !     Now Vertical Velocity    ! 
Note: See TracChangeset for help on using the changeset viewer.