Changeset 5292 for LMDZ6/trunk/libf/dyn3dmem
- Timestamp:
- Oct 28, 2024, 4:58:32 PM (13 months ago)
- Location:
- LMDZ6/trunk/libf/dyn3dmem
- Files:
-
- 3 edited
-
friction_loc.f90 (modified) (2 diffs)
-
iniacademic_loc.f90 (modified) (2 diffs)
-
leapfrog_loc.f90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3dmem/friction_loc.f90
r5285 r5292 12 12 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 13 13 USE paramet_mod_h 14 USE academic_mod_h, ONLY: kfrict 14 15 IMPLICIT NONE 15 16 … … 25 26 ! iniacademic.F) 26 27 !======================================================================= 27 28 29 include "academic.h"30 28 31 29 ! arguments: -
LMDZ6/trunk/libf/dyn3dmem/iniacademic_loc.f90
r5285 r5292 4 4 SUBROUTINE iniacademic_loc(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 … … 38 39 39 40 40 include "academic.h"41 41 42 42 ! Arguments: -
LMDZ6/trunk/libf/dyn3dmem/leapfrog_loc.f90
r5285 r5292 45 45 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 46 46 USE paramet_mod_h 47 USE academic_mod_h, ONLY: tetarappel, knewt_t, knewt_g, clat4 47 48 IMPLICIT NONE 48 49 … … 77 78 ! Declarations: 78 79 ! ------------- 79 include "academic.h"80 81 80 REAL,INTENT(IN) :: time_0 ! not used 82 81
Note: See TracChangeset
for help on using the changeset viewer.
