Ignore:
Timestamp:
Nov 18, 2015, 3:12:46 PM (9 years ago)
Author:
Laurent Fairhead
Message:

Modifications from 2274 that were somehow lost
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dynlonlat_phylonlat/phymar/iniphysiq_mod.F90

    r2383 r2396  
    146146        latfi_glo((j-2)*ii+1+i)= rlatu(j)
    147147        lonfi_glo((j-2)*ii+1+i)= rlonv(i)
    148         cufi_glo((j-2)*ii+1+i) = cu((j-1)*ii+1+i)
    149         cvfi_glo((j-2)*ii+1+i) = cv((j-1)*ii+1+i)
     148        cufi_glo((j-2)*ii+1+i) = cu((j-1)*(ii+1)+i)
     149        cvfi_glo((j-2)*ii+1+i) = cv((j-1)*(ii+1)+i)
    150150        boundslonfi_glo(k,north_east)=rlonu(i)
    151151        boundslatfi_glo(k,north_east)=rlatv(j-1)
Note: See TracChangeset for help on using the changeset viewer.