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 3849 for branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfgls.F90 – NEMO

Ignore:
Timestamp:
2013-03-26T11:45:16+01:00 (11 years ago)
Author:
trackstand2
Message:

Merge branch 'partitioner'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfgls.F90

    r3432 r3849  
    14331433      ! 
    14341434      INTEGER ::   jit, jk   ! dummy loop indices 
    1435       INTEGER ::   id1, id2, id3, id4, id5, id6, id7, id8 
     1435      INTEGER ::   id1, id2, id3, id4, id5, id6 
    14361436      INTEGER ::   ji, jj, ikbu, ikbv 
    14371437      REAL(wp)::   cbx, cby 
     
    14481448            id6 = iom_varid( numror, 'mxln' , ldstop = .FALSE. ) 
    14491449            ! 
    1450             IF( MIN( id1, id2, id3, id4, id5, id6, id7, id8 ) > 0 ) THEN        ! all required arrays exist 
     1450            IF( MIN( id1, id2, id3, id4, id5, id6 ) > 0 ) THEN        ! all required arrays exist 
    14511451               CALL iom_get( numror, jpdom_autoglo, 'en'    , en     ) 
    14521452               CALL iom_get( numror, jpdom_autoglo, 'avt'   , avt    ) 
Note: See TracChangeset for help on using the changeset viewer.