Ignore:
Timestamp:
Aug 2, 2024, 2:12:03 PM (3 months 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/phylmd/cosp2/scops.F90

    r5095 r5158  
    9494    if (ncolprint.ne.0) then
    9595       write (6,'(a)') 'frac_out_pp_rev:'
    96        do j=1,npoints,1000
     96       DO j=1,npoints,1000
    9797          write(6,'(a10)') 'j='
    9898          write(6,'(8I10)') j
     
    104104    if (ncolprint.ne.0) then
    105105       write (6,'(a)') 'last_frac_pp:'
    106        do j=1,npoints,1000
     106       DO j=1,npoints,1000
    107107          write(6,'(a10)') 'j='
    108108          write(6,'(8I10)') j
     
    139139          IF (ncolprint.ne.0) then
    140140             write (6,'(a)') 'threshold_nsf2:'
    141              do j=1,npoints,1000
     141             DO j=1,npoints,1000
    142142                write(6,'(a10)') 'j='
    143143                write(6,'(8I10)') j
     
    156156          !maxocc(1:npoints,ibox) = merge(1,0,boxpos(1:npoints,ibox) .le. conv(1:npoints,ilev))
    157157          !maxocc(1:npoints,ibox) = merge(1,0, conv(1:npoints,ilev) .gt. boxpos(1:npoints,ibox))
    158           do j=1,npoints
     158          DO j=1,npoints
    159159             if (boxpos(j,ibox).le.conv(j,ilev)) then
    160160                maxocc(j,ibox) = 1
     
    214214       ! Set last_frac to tca at this level, so as to be tca from last level next time round
    215215       if (ncolprint.ne.0) then
    216           do j=1,npoints ,1000
     216          DO j=1,npoints ,1000
    217217             write(6,'(a10)') 'j='
    218218             write(6,'(8I10)') j
Note: See TracChangeset for help on using the changeset viewer.