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/cosp/gases.F90

    r5099 r5158  
    126126  sumo = 0.
    127127  aux1 = 1.1*e_th
    128   do i=1,nbands_o2
     128  DO i=1,nbands_o2
    129129    aux2 = f/v0(i)
    130130    aux3 = v0(i)-f
     
    151151  sumo = 0.
    152152  aux1 = 4.8*e_th
    153   do i=1,nbands_h2o
     153  DO i=1,nbands_h2o
    154154    aux2 = f/v1(i)
    155155    aux3 = v1(i)-f
Note: See TracChangeset for help on using the changeset viewer.