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

    r5134 r5158  
    99INCLUDE "paramet.h"
    1010
    11       REAL ang0,etot0,ptot0,ztot0,stot0,                        &
    12                 ang,etot,ptot,ztot,stot,rmsdpdt,rmsv,gtot(llmm1)
     11      REAL ang0,etot0,ptot0,ztot0,stot0,            &
     12        ang,etot,ptot,ztot,stot,rmsdpdt,rmsv,gtot(llmm1)
    1313
    1414
Note: See TracChangeset for help on using the changeset viewer.