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_ice_optics_fu.F90

    r4489 r5158  
    7373! Added for DWD (2020)
    7474!NEC$ shortloop
    75     do jb = 1, nb
     75    DO jb = 1, nb
    7676      od(jb) = iwp_gm_2 * (coeff(jb,1) + coeff(jb,2) * inv_de_um)
    7777      scat_od(jb) = od(jb) * (1.0_jprb - (coeff(jb,3) + de_um*(coeff(jb,4) &
     
    124124! Added for DWD (2020)
    125125!NEC$ shortloop
    126     do jb = 1, nb
     126    DO jb = 1, nb
    127127      od(jb) = iwp_gm_2 * (coeff(jb,1) + inv_de_um*(coeff(jb,2) &
    128128         &  + inv_de_um*coeff(jb,3)))
Note: See TracChangeset for help on using the changeset viewer.