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 11080 for branches/UKMO/r8395_India_uncoupled/NEMOGCM/NEMO/OPA_SRC/BDY/bdydta.F90 – NEMO

Ignore:
Timestamp:
2019-06-06T15:32:24+02:00 (5 years ago)
Author:
jcastill
Message:

Latest changes from Jason

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r8395_India_uncoupled/NEMOGCM/NEMO/OPA_SRC/BDY/bdydta.F90

    r10684 r11080  
    759759      ENDDO 
    760760 
     761      DO jfld = 1, nb_bdy_fld_sum 
     762         bf(jfld)%igrd = igrid(jfld) 
     763         bf(jfld)%ibdy = ibdy(jfld) 
     764      ENDDO 
     765 
    761766      ! Initialise local boundary data arrays 
    762767      ! nn_xxx_dta=0 : allocate space - will be filled from initial conditions later 
Note: See TracChangeset for help on using the changeset viewer.