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/phylmdiso/lmdz_concvl.F90

    r5158 r5159  
    6666  USE lmdz_clesphys
    6767  USE lmdz_conema3
    68 
    6968  USE lmdz_yomcst
     69  USE lmdz_yomcst2
     70  USE lmdz_cv3_inip, ONLY: cv3_inip
    7071
    7172  IMPLICIT NONE
     
    298299!$OMP THREADPRIVATE(itap, igout)
    299300
    300  include "YOMCST2.h"
    301 
    302301  IF (first) THEN
    303302! Allocate some variables LF 04/2008
     
    347346
    348347    IF (iflag_con==3) THEN
    349 !      CALL cv3_inicp()
    350348      CALL cv3_inip()
    351349    END IF
Note: See TracChangeset for help on using the changeset viewer.