Ignore:
Timestamp:
Aug 2, 2024, 9:58:25 PM (3 months ago)
Author:
abarral
Message:

Put dimensions.h and paramet.h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/deposition.f90

    r5144 r5159  
    1111  USE lmdz_yomcst
    1212
     13USE lmdz_dimensions, ONLY: iim, jjm, llm, ndm
     14  USE lmdz_paramet
    1315  IMPLICIT NONE
    1416
    15   INCLUDE "dimensions.h"
     17
    1618  INCLUDE "chem.h"
    17   INCLUDE "paramet.h"
     19
    1820
    1921  !----------------------------- INPUT -----------------------------------
     
    5355    ENDDO
    5456  ENDDO
    55   !
     57
    5658END SUBROUTINE deposition
Note: See TracChangeset for help on using the changeset viewer.