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 9629 for NEMO/trunk/src – NEMO

Changeset 9629 for NEMO/trunk/src


Ignore:
Timestamp:
2018-05-24T11:39:21+02:00 (6 years ago)
Author:
jamesharle
Message:

Inserted missing code for bdy interp, #2088.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/BDY/bdydta.F90

    r9598 r9629  
    700700      ENDDO 
    701701 
     702      DO jfld = 1, nb_bdy_fld_sum 
     703         bf(jfld)%igrd = igrid(jfld) 
     704         bf(jfld)%ibdy = ibdy(jfld) 
     705      ENDDO 
     706 
    702707      ! Initialise local boundary data arrays 
    703708      ! nn_xxx_dta=0 : allocate space - will be filled from initial conditions later 
Note: See TracChangeset for help on using the changeset viewer.