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/ecrad.v1.5.1/radiation_cloudless_lw.F90

    r3908 r5158  
    9595
    9696    ! Loop through columns
    97     do jcol = istartcol,iendcol
     97    DO jcol = istartcol,iendcol
    9898
    9999      ! Compute the reflectance and transmittance of all layers,
    100100      ! neglecting clouds
    101       do jlev = 1,nlev
     101      DO jlev = 1,nlev
    102102        if (config%do_lw_aerosol_scattering) then
    103103          ! Scattering case: first compute clear-sky reflectance,
Note: See TracChangeset for help on using the changeset viewer.