Changeset 5292 for LMDZ6/trunk/libf/dyn3d
- Timestamp:
- Oct 28, 2024, 4:58:32 PM (10 days ago)
- Location:
- LMDZ6/trunk/libf/dyn3d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/friction.f90
r5285 r5292 11 11 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 12 12 USE paramet_mod_h 13 USE academic_mod_h, ONLY: kfrict 13 14 IMPLICIT NONE 14 15 … … 24 25 ! iniacademic.F) 25 26 !======================================================================= 26 27 28 include "academic.h"29 27 30 28 ! arguments: -
LMDZ6/trunk/libf/dyn3d/iniacademic.f90
r5285 r5292 4 4 SUBROUTINE iniacademic(vcov,ucov,teta,q,masse,ps,phis,time_0) 5 5 6 USE iniprint_mod_h 6 USE academic_mod_h 7 USE iniprint_mod_h 7 8 USE comgeom_mod_h 8 9 USE filtreg_mod, ONLY: inifilr … … 37 38 38 39 39 include "academic.h"40 40 41 41 ! Arguments: -
LMDZ6/trunk/libf/dyn3d/leapfrog.F90
r5285 r5292 29 29 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 30 30 USE paramet_mod_h 31 USE academic_mod_h, ONLY: tetarappel, knewt_t, knewt_g, clat4 31 32 IMPLICIT NONE 32 33 … … 61 62 ! Declarations: 62 63 ! ------------- 63 include "academic.h"64 64 65 65 REAL,INTENT(IN) :: time_0 ! not used
Note: See TracChangeset
for help on using the changeset viewer.