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 13178 for NEMO – NEMO

Changeset 13178 for NEMO


Ignore:
Timestamp:
2020-06-29T19:14:26+02:00 (4 years ago)
Author:
jchanut
Message:

#2129, remove (stupid) remnant piece of code (forgotten when adding flag for agrif initial state interp)

File:
1 edited

Legend:

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

    r13141 r13178  
    113113         ! 
    114114         IF( ln_tsd_init ) THEN                
    115             IF( Agrif_root() ) THEN 
    116                CALL dta_tsd( nit000, ts(:,:,:,:,Kbb) )       ! read 3D T and S data at nit000 
    117                ssh(:,:,Kbb)   = 0._wp               ! set the ocean at rest 
    118                uu  (:,:,:,Kbb) = 0._wp 
    119                vv  (:,:,:,Kbb) = 0._wp   
    120             ENDIF 
     115            CALL dta_tsd( nit000, ts(:,:,:,:,Kbb) )       ! read 3D T and S data at nit000 
     116            ! 
     117            ssh(:,:,Kbb)   = 0._wp               ! set the ocean at rest 
     118            uu  (:,:,:,Kbb) = 0._wp 
     119            vv  (:,:,:,Kbb) = 0._wp   
    121120            ! 
    122121            IF( ll_wd ) THEN 
Note: See TracChangeset for help on using the changeset viewer.