Ignore:
Timestamp:
Oct 14, 2016, 2:57:28 PM (8 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2640:2664 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/Dust/phytracr_spl_mod.F90

    r2641 r2669  
    11701170       !print *,nbtr
    11711171       do it=1,nbtr
    1172         print *, it, tname(it+2)
    1173         if (tname(it+2) == 'PREC' ) then
     1172        print *, it, tname(it+nqo)
     1173        if (tname(it+nqo) == 'PREC' ) then
    11741174            id_prec=it
    11751175        endif
    1176         if (tname(it+2) == 'FINE' ) then
     1176        if (tname(it+nqo) == 'FINE' ) then
    11771177            id_fine=it
    11781178        endif
    1179         if (tname(it+2) == 'COSS' ) then
     1179        if (tname(it+nqo) == 'COSS' ) then
    11801180            id_coss=it
    11811181        endif
    1182         if (tname(it+2) == 'CODU' ) then
     1182        if (tname(it+nqo) == 'CODU' ) then
    11831183            id_codu=it
    11841184        endif
    1185         if (tname(it+2) == 'SCDU' ) then
     1185        if (tname(it+nqo) == 'SCDU' ) then
    11861186            id_scdu=it
    11871187        endif
     
    26212621         call iophys_ecrit('fav'//str2,1,'SOURCE','',source_tr(:,it))
    26222622      enddo
    2623 #endif
    2624 
    26252623      do it=1,nbtr
    26262624         write(str2,'(i2.2)') it
    26272625         call iophys_ecrit('TRB'//str2,klev,'SOURCE','',tr_seri(:,:,it))
    26282626      enddo
     2627#endif
    26292628
    26302629
     
    26502649
    26512650#ifdef IOPHYS_DUST
    2652 
    26532651      do it=1,nbtr
    26542652         write(str2,'(i2.2)') it
     
    26762674!
    26772675#ifdef IOPHYS_DUST
    2678 !
    26792676      print *,'INPUT TO PRECUREMISSION'
    26802677         call iophys_ecrit('ftsol',4,'ftsol','',ftsol)
Note: See TracChangeset for help on using the changeset viewer.