Changeset 5134 for LMDZ6/branches/Amaury_dev/libf/dyn3d/friction.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/friction.F90
r5128 r5134 8 8 USE comconst_mod, ONLY: pi 9 9 USE lmdz_iniprint, ONLY: lunout, prt_level 10 10 USE lmdz_academic, ONLY: tetarappel, knewt_t, kfrict, knewt_g, clat4 11 11 12 12 IMPLICIT NONE … … 24 24 !======================================================================= 25 25 26 include "dimensions.h" 27 include "paramet.h" 28 include "comgeom2.h" 29 include "academic.h" 26 INCLUDE "dimensions.h" 27 INCLUDE "paramet.h" 28 INCLUDE "comgeom2.h" 30 29 31 30 ! arguments:
Note: See TracChangeset
for help on using the changeset viewer.