Ignore:
Timestamp:
Oct 24, 2024, 4:25:39 PM (8 days ago)
Author:
abarral
Message:

Move dimensions.h into a module
Nb: doesn't compile yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dynphy_lonlat/calfis.f90

    r5268 r5271  
    3535  USE comvert_mod, ONLY: preff, presnivs
    3636  USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_PHYS
    37 
     37  USE dimensions_mod, ONLY: iim, jjm, llm, ndm
    3838  IMPLICIT NONE
    3939  !=======================================================================
     
    9090  !    ------------------
    9191
    92   include "dimensions.h"
    9392  include "paramet.h"
    9493
Note: See TracChangeset for help on using the changeset viewer.