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 7855 for branches/2015 – NEMO

Changeset 7855 for branches/2015


Ignore:
Timestamp:
2017-03-31T11:27:29+02:00 (7 years ago)
Author:
clem
Message:

debug LIM3+BDY for the capability of having LIM3 as lateral input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/BDY/bdydta.F90

    r5918 r7855  
    440440      TYPE(OBC_DATA), POINTER                ::   dta           ! short cut 
    441441#if defined key_lim3 
    442       INTEGER, DIMENSION(3) ::   zdimsz   ! number of elements in each of the 4 dimensions (i.e. i,j,t,ice-cat) for an array 
    443442      INTEGER               ::   zndims   ! number of dimensions in an array (i.e. 3 = wo ice cat; 4 = w ice cat) 
    444443      INTEGER               ::   inum,id1 ! local integer 
     
    683682               ! 
    684683               CALL iom_open  ( clname, inum ) 
    685                id1 = iom_varid( inum, bn_a_i%clvar, kdimsz=zdimsz, kndims=zndims, ldstop = .FALSE. ) 
     684               id1 = iom_varid( inum, bn_a_i%clvar, kndims=zndims, ldstop = .FALSE. ) 
    686685               CALL iom_close ( inum ) 
    687686 
Note: See TracChangeset for help on using the changeset viewer.