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/rrtm/yomcoaphy.F90

    r2010 r5158  
    1616INTEGER(KIND=JPIM) :: NPHYINT      ! NPHYINT=0 -> Physics and dynamics at the same resolution
    1717                                   ! NPHYINT=1 -> Physics grid coarser than dynamics grid
    18                                    ! NPHYINT=2 -> Physics grid finer than dynamics grid
     18                   ! NPHYINT=2 -> Physics grid finer than dynamics grid
    1919TYPE(gridpoint_buffer) :: PHYS_GPPBUF
    2020CHARACTER (LEN = 32) ::   CPTABLEFIL
Note: See TracChangeset for help on using the changeset viewer.