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/dyn3d_common/disvert_noterre.f90

    r5134 r5158  
    9191     esig=1.
    9292
    93      do l=1,20
     93     DO l=1,20
    9494        esig=-log((1./sig1-1.)*exp(-dz0)/esig)/(llm-1.)
    9595     enddo
     
    129129
    130130     READ(99,*) scaleheight
    131      do l=1,llm
     131     DO l=1,llm
    132132        read(99,*) zsig(l)
    133133     END DO
     
    135135
    136136     sig(1) =1
    137      do l=2,llm
     137     DO l=2,llm
    138138       sig(l) = 0.5 * ( exp(-zsig(l)/scaleheight) + &
    139139             exp(-zsig(l-1)/scaleheight) )
Note: See TracChangeset for help on using the changeset viewer.