Ignore:
Timestamp:
Oct 28, 2024, 11:17:48 AM (4 days ago)
Author:
abarral
Message:

Turn comgeom.h comgeom2.h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3d_common/nxgrad_gam.f90

    r5272 r5281  
    1212  !   x  et y    sont des arguments de sortie pour le s-prog
    1313  !
     14  USE comgeom_mod_h
    1415  USE dimensions_mod, ONLY: iim, jjm, llm, ndm
    1516USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, &
     
    1920
    2021
    21   INCLUDE "comgeom.h"
    2222  INTEGER :: klevel
    2323  REAL :: rot( ip1jm,klevel ),x( ip1jmp1,klevel ),y(ip1jm,klevel )
Note: See TracChangeset for help on using the changeset viewer.