Changeset 1428 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
May 21, 2015, 8:05:26 AM (10 years ago)
Author:
emillour
Message:

All models:

  • Bug fix on the transfer of cu and cv values from the dynamics to the physics (introduced with code reorganization in revision 1403).

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/dynlonlat_phylonlat/phystd/iniphysiq.F90

    r1422 r1428  
    8787    latfi((j-2)*ii+1+i)= rlatu(j)
    8888    lonfi((j-2)*ii+1+i)= rlonv(i)
    89     cufi((j-2)*ii+1+i) = cu((j-1)*ii+1+i)
    90     cvfi((j-2)*ii+1+i) = cv((j-1)*ii+1+i)
     89    cufi((j-2)*ii+1+i) = cu((j-1)*(ii+1)+i)
     90    cvfi((j-2)*ii+1+i) = cv((j-1)*(ii+1)+i)
    9191  ENDDO
    9292ENDDO
Note: See TracChangeset for help on using the changeset viewer.