Changeset 5134 for LMDZ6/branches/Amaury_dev/libf/dyn3dmem/advtrac_loc.f90
- Timestamp:
- Jul 26, 2024, 5:56:37 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3dmem/advtrac_loc.f90
r5128 r5134 21 21 USE lmdz_description, ONLY: descript 22 22 USE lmdz_libmath, ONLY: minmax 23 23 USE lmdz_comdissip, ONLY: coefdis, tetavel, tetatemp, gamdissip, niterdis 24 24 25 25 IMPLICIT NONE 26 26 27 include "dimensions.h" 28 include "paramet.h" 29 include "comdissip.h" 30 include "comgeom2.h" 27 INCLUDE "dimensions.h" 28 INCLUDE "paramet.h" 29 INCLUDE "comgeom2.h" 31 30 32 31 !---------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.