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/surf_land_mod.F90

    r5144 r5158  
    178178#ifdef ISOVERIF
    179179!        WRITE(*,*) 'surf_land_mod 162'
    180         do i=1,knon
     180        DO i=1,knon
    181181          IF (iso_eau.gt.0) THEN
    182182            CALL iso_verif_egalite_choix(precip_snow(i), &
     
    191191#ifdef ISOVERIF
    192192!       WRITE(*,*) 'surf_land 169: ok_veget=',ok_veget
    193         do i=1,knon
    194          do ixt=1,ntiso
     193        DO i=1,knon
     194         DO ixt=1,ntiso
    195195           CALL iso_verif_noNaN(xtprecip_snow(ixt,i),'surf_land 146')
    196196         enddo
     
    251251#ifdef ISOVERIF
    252252     WRITE(*,*) 'surf_land 193: apres surf_land_orchidee'
    253      do i=1,knon
     253     DO i=1,knon
    254254        IF (iso_eau.gt.0) THEN
    255255             CALL iso_verif_egalite_choix(xtevap(iso_eau,i),evap(i), &
Note: See TracChangeset for help on using the changeset viewer.