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/phylmd/pbl_surface_mod.F90

    r5153 r5158  
    22092209        ! we assume that the eddy diffsivity coefficient for
    22102210        ! suspended particles is a fraction of Kh
    2211         do k = 1, klev
    2212           do j = 1, knon
     2211        DO k = 1, klev
     2212          DO j = 1, knon
    22132213            ycoefqbs(j, k) = ycoefh(j, k) * zeta_bs
    22142214          enddo
     
    25282528               'pbl_surface 1095a: apres surf_landice')
    25292529               ENDDO
    2530                 do ixt=1,niso
     2530                DO ixt=1,niso
    25312531                   CALL iso_verif_noNaN(yxtsol(ixt,j), &
    25322532        'pbl_surface 1095b: apres surf_landice')
     
    25362536#ifdef ISOVERIF
    25372537             !WRITE(*,*) 'pbl_surface_mod 1060: sortie surf_landice'
    2538              do j=1,knon
     2538             DO j=1,knon
    25392539               IF (iso_eau >= 0) THEN
    25402540                 CALL iso_verif_egalite(yxtsnow(iso_eau,j), &
Note: See TracChangeset for help on using the changeset viewer.