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 2292 for branches/DEV_r1879_FCM/NEMOGCM/NEMO/OPA_SRC/OBC/obcini.F90 – NEMO

Ignore:
Timestamp:
2010-10-19T12:15:40+02:00 (14 years ago)
Author:
smasson
Message:

update DEV_r1879_FCM for additional tests...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1879_FCM/NEMOGCM/NEMO/OPA_SRC/OBC/obcini.F90

    r2204 r2292  
    7070 
    7171      ! convert DOCTOR namelist name into the OLD names 
    72       nbobc    = 0 
    7372      nobc_dta = nn_obcdta 
    7473      cffile   = cn_obcdta 
     
    430429         END DO 
    431430      END IF 
     431 
    432432      IF( lp_obc_west ) THEN ! ... West open boundary lateral surface 
    433433         DO ji = niw0, niw1 
     
    437437         END DO 
    438438      END IF 
     439 
    439440      IF( lp_obc_north ) THEN ! ... North open boundary lateral surface 
    440441         DO jj = njn0, njn1 
Note: See TracChangeset for help on using the changeset viewer.