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 4486 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DYN/sshwzv.F90 – NEMO

Ignore:
Timestamp:
2014-02-05T12:23:56+01:00 (10 years ago)
Author:
jchanut
Message:

Finalize Time split and AGRIF (tickets #106 and #107) + ticket #1240

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DYN/sshwzv.F90

    r4370 r4486  
    113113      ssha(:,:) = (  sshb(:,:) - z2dt * ( z1_rau0 * ( emp_b(:,:) + emp(:,:) ) + zhdiv(:,:) )  ) * tmask(:,:,1) 
    114114 
     115#if ! defined key_dynspg_ts 
     116      ! These lines are not necessary with time splitting since 
     117      ! boundary condition on sea level is set during ts loop 
    115118#if defined key_agrif 
    116119      CALL agrif_ssh( kt ) 
    117120#endif 
    118121#if defined key_bdy 
    119       ! bg jchanut tschanges 
    120       ! These lines are not necessary with time splitting since 
    121       ! boundary condition on sea level is set during ts loop 
    122122      IF (lk_bdy) THEN 
    123123         CALL lbc_lnk( ssha, 'T', 1. ) ! Not sure that's necessary 
     
    125125      ENDIF 
    126126#endif 
    127       ! end jchanut tschanges 
     127#endif 
     128 
    128129#if defined key_asminc 
    129130      !                                                ! Include the IAU weighted SSH increment 
Note: See TracChangeset for help on using the changeset viewer.