Ignore:
Timestamp:
Aug 2, 2024, 2:12:03 PM (7 weeks ago)
Author:
abarral
Message:

Add missing klon on strataer_emiss_mod.F90
Correct various missing explicit declarations
Replace tabs by spaces (tabs are not part of the fortran charset)
Continue cleaning modules
Removed unused arguments and variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv3a_compress.F90

    r5141 r5158  
    166166        omega(nn, k) = omega1(i, k)
    167167#ifdef ISO
    168         do ixt=1,ntraciso
     168        DO ixt=1,ntraciso
    169169          xt(ixt,nn,k)=xt1(ixt,i,k)
    170170          xt_wake(ixt,nn,k)=xt1_wake(ixt,i,k)
     
    218218      Alp(nn) = Alp1(i)
    219219#ifdef ISO
    220         do ixt=1,ntraciso
     220        DO ixt=1,ntraciso
    221221          xtnk(ixt,nn)=xtnk1(ixt,i)
    222222        enddo
Note: See TracChangeset for help on using the changeset viewer.