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 4694 for branches/2014/dev_r4621_NOC4_BDY_VERT_INTERP/NEMOGCM/NEMO/OPA_SRC/BDY/bdydta.F90 – NEMO

Ignore:
Timestamp:
2014-06-26T12:22:40+02:00 (10 years ago)
Author:
jamesharle
Message:

Update of fldread to handle depth information in BDY files and addition of an interpolation routine. Updated BDY code to handle T/S BDY interpolation on the fly. Conservative remapping of U/V still to be coded. Not compiled or test yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4621_NOC4_BDY_VERT_INTERP/NEMOGCM/NEMO/OPA_SRC/BDY/bdydta.F90

    r4608 r4694  
    341341                     jend = jstart + dta%nread(1) - 1 
    342342                     CALL fld_read( kt=kt, kn_fsbc=1, sd=bf(jstart:jend), & 
    343                                   & map=nbmap_ptr(jstart:jend), kt_offset=time_offset ) 
     343                                  & map=nbmap_ptr(jstart:jend), kt_offset=time_offset, jpk_bdy=nb_jpk_bdy ) 
    344344                  ENDIF 
    345345                  ! If full velocities in boundary data then split into barotropic and baroclinic data 
     
    746746      ENDDO 
    747747 
     748      DO jfld = 1, nb_bdy_fld_sum 
     749               bf(jfld)%igrd = igrid(jfld)  
     750               bf(jfld)%ibdy = ibdy(jfld)  
     751      ENDDO 
     752 
    748753      ! Initialise local boundary data arrays 
    749754      ! nn_xxx_dta=0 : allocate space - will be filled from initial conditions later 
Note: See TracChangeset for help on using the changeset viewer.