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 5930 for trunk/NEMOGCM/NEMO/TOP_SRC/trcsub.F90 – NEMO

Ignore:
Timestamp:
2015-11-26T17:07:10+01:00 (8 years ago)
Author:
jchanut
Message:

#1620 Merge free surface simplification into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/trcsub.F90

    r5836 r5930  
    502502      z1_rau0 = 0.5 / rau0 
    503503      ssha(:,:) = (  sshb(:,:) - z2dt * ( z1_rau0 * ( emp_b(:,:) + emp(:,:) ) + zhdiv(:,:) )  ) * tmask(:,:,1) 
    504 #if ! defined key_dynspg_ts 
     504 
    505505      ! These lines are not necessary with time splitting since 
    506506      ! boundary condition on sea level is set during ts loop 
     
    512512      CALL lbc_lnk( ssha, 'T', 1. )  
    513513#endif 
    514 #endif 
    515  
    516514 
    517515      !                                           !------------------------------! 
Note: See TracChangeset for help on using the changeset viewer.