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

Put dimensions.h and paramet.h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3dmem/pression_loc.f90

    r5117 r5159  
    1111  ! couches , avec  p(ij,llm +1) = 0.  et p(ij,1) = ps(ij)  .
    1212  !  ************************************************************************
    13   !
     13
     14USE lmdz_dimensions, ONLY: iim, jjm, llm, ndm
     15  USE lmdz_paramet
    1416  IMPLICIT NONE
    1517  !
    16   INCLUDE "dimensions.h"
    17   INCLUDE "paramet.h"
    18   !
     18
     19
     20
    1921  INTEGER,INTENT(IN) :: ngrid ! not used
    2022  INTEGER :: l,ij
Note: See TracChangeset for help on using the changeset viewer.