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 13103 for NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/src/OCE/DOM/istate.F90 – NEMO

Ignore:
Timestamp:
2020-06-12T13:44:47+02:00 (4 years ago)
Author:
rblod
Message:

ticket #2129 : merge trunk@13100 and correct a bug in bathy connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/src/OCE/DOM/istate.F90

    r13026 r13103  
    2424   USE dom_oce        ! ocean space and time domain  
    2525   USE daymod         ! calendar 
    26    USE divhor         ! horizontal divergence            (div_hor routine) 
    2726   USE dtatsd         ! data temperature and salinity   (dta_tsd routine) 
    2827   USE dtauvd         ! data: U & V current             (dta_uvd routine) 
     
    131130         uu   (:,:,:,Kmm)   = uu  (:,:,:,Kbb) 
    132131         vv   (:,:,:,Kmm)   = vv  (:,:,:,Kbb) 
    133          hdiv(:,:,jpk) = 0._wp               ! bottom divergence set one for 0 to zero at jpk level 
    134          CALL div_hor( 0, Kbb, Kmm )         ! compute interior hdiv value   
    135 !!gm                                    hdiv(:,:,:) = 0._wp 
    136132 
    137133!!gm POTENTIAL BUG : 
Note: See TracChangeset for help on using the changeset viewer.