Ignore:
Timestamp:
Jul 26, 2024, 5:56:37 PM (3 months ago)
Author:
abarral
Message:

Replace academic.h, alpale.h, comdissip.h, comdissipn.h, comdissnew.h by modules
Remove unused clesph0.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/leapfrog.F90

    r5128 r5134  
    2828  USE lmdz_iniprint, ONLY: lunout, prt_level
    2929  USE lmdz_ssum_scopy, ONLY: scopy, ssum
    30 
     30  USE lmdz_academic, ONLY: tetarappel, knewt_t, kfrict, knewt_g, clat4
     31  USE lmdz_comdissnew, ONLY: lstardis, nitergdiv, nitergrot, niterh, tetagdiv, &
     32          tetagrot, tetatemp, coefdis, vert_prof_dissip
    3133
    3234  IMPLICIT NONE
     
    6365  !   -------------
    6466
    65   include "dimensions.h"
    66   include "paramet.h"
    67   include "comdissnew.h"
    68   include "comgeom.h"
    69   include "academic.h"
     67  INCLUDE "dimensions.h"
     68  INCLUDE "paramet.h"
     69  INCLUDE "comgeom.h"
    7070
    7171  REAL, INTENT(IN) :: time_0 ! not used
     
    686686        ! For some Grads outputs of fields
    687687        IF (output_grads_dyn) THEN
    688           include "write_grads_dyn.h"
     688          INCLUDE "write_grads_dyn.h"
    689689        endif
    690690      endif ! of if (leapf.OR.(.NOT.leapf.AND.(.NOT.forward)))
     
    806806        ! For some Grads outputs
    807807        IF (output_grads_dyn) THEN
    808           include "write_grads_dyn.h"
     808          INCLUDE "write_grads_dyn.h"
    809809        endif
    810810
Note: See TracChangeset for help on using the changeset viewer.