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 236 for trunk/NEMO/OPA_SRC/DOM/dommsk.F90 – NEMO

Ignore:
Timestamp:
2005-03-22T11:17:23+01:00 (19 years ago)
Author:
opalod
Message:

CT : BUGFIX170 : correction of a bug which occurs near Gibraltar and Bab El Mandeb straits in the ORCA 2� configuration when using partial-steps and the MUSCL or TVD advection scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/dommsk.F90

    r62 r236  
    381381         ! 
    382382         IF( n_cla == 0 ) THEN 
    383             !                                ! Gibraltar strait and Gulf of Cadiz 
    384             ij0 = 101   ;   ij1 = 102 
    385             ii0 = 137   ;   ii1 = 140   ;   fmask( mi0(ii0):mi1(ii1) , mj0(ij0):mj1(ij1) , 1:jpk ) = 14.7e0 
    386             !                                ! Bab el Mandeb strait 
    387             ij0 =  87   ;   ij1 =  88 
    388             ii0 = 162   ;   ii1 = 163   ;   fmask( mi0(ii0):mi1(ii1) , mj0(ij0):mj1(ij1) , 1:jpk ) = 20.0e0 
    389383            !                                ! Sound  strait 
    390384            ij0 = 116   ;   ij1 = 117 
Note: See TracChangeset for help on using the changeset viewer.