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 9120 for branches/UKMO/dev_r8814_surge_modelling_Nemo4/NEMOGCM/NEMO/OPA_SRC/DOM/istate.F90 – NEMO

Ignore:
Timestamp:
2017-12-18T18:29:02+01:00 (6 years ago)
Author:
clne
Message:

Initial work on 2D surge configuration. Works for tide-only, no SBC yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r8814_surge_modelling_Nemo4/NEMOGCM/NEMO/OPA_SRC/DOM/istate.F90

    r7753 r9120  
    9494         !                                    ! Initialization of ocean to zero 
    9595         ! 
    96          IF( ln_tsd_init ) THEN                
     96         IF (ln_2d) THEN 
     97            tsn(:,:,:,:)= 0._wp                ! No tracers 
     98            sshb(:,:)   = 0._wp               ! set the ocean at rest 
     99            ub  (:,:,:) = 0._wp 
     100            vb  (:,:,:) = 0._wp           
     101         ELSE IF( ln_tsd_init ) THEN   
    97102            CALL dta_tsd( nit000, tsb )       ! read 3D T and S data at nit000 
    98103            ! 
Note: See TracChangeset for help on using the changeset viewer.