Ignore:
Timestamp:
Jun 4, 2012, 10:37:25 AM (12 years ago)
Author:
acolaitis
Message:

Code re-organization in diverse parts of the GCM code. These are NOT cosmetic changes, but are needed for compilation of the Mesoscale model in NESTED configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/moldiff.F

    r658 r690  
    294294c       *******************************************
    295295        do n=1,ncompmoldiff-1
    296           call lubksb_sp(alf,ncompmoldiff-1,ncompmoldiff-1,indx,y(1,n))
     296       call lubksb_sp(alf,ncompmoldiff-1,ncompmoldiff-1,indx,y(1,n))
    297297          do nn=1,ncompmoldiff-1
    298298            alfinv(l,nn,n)=y(nn,n)/hh
Note: See TracChangeset for help on using the changeset viewer.