Changeset 5134 for LMDZ6/branches/Amaury_dev/libf/dyn3d/leapfrog.F90
- Timestamp:
- Jul 26, 2024, 5:56:37 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d/leapfrog.F90
r5128 r5134 28 28 USE lmdz_iniprint, ONLY: lunout, prt_level 29 29 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 31 33 32 34 IMPLICIT NONE … … 63 65 ! ------------- 64 66 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" 70 70 71 71 REAL, INTENT(IN) :: time_0 ! not used … … 686 686 ! For some Grads outputs of fields 687 687 IF (output_grads_dyn) THEN 688 include"write_grads_dyn.h"688 INCLUDE "write_grads_dyn.h" 689 689 endif 690 690 endif ! of if (leapf.OR.(.NOT.leapf.AND.(.NOT.forward))) … … 806 806 ! For some Grads outputs 807 807 IF (output_grads_dyn) THEN 808 include"write_grads_dyn.h"808 INCLUDE "write_grads_dyn.h" 809 809 endif 810 810
Note: See TracChangeset
for help on using the changeset viewer.