Changeset 5283 for LMDZ6/trunk/libf/dyn3d
- Timestamp:
- Oct 28, 2024, 1:47:34 PM (10 days ago)
- Location:
- LMDZ6/trunk/libf/dyn3d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/fluxstokenc.f90
r5282 r5283 15 15 !cc .. Modif. P. Le Van ( 20/12/97 ) ... 16 16 ! 17 USE tracstoke_mod_h 17 18 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 18 19 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, & … … 22 23 23 24 24 include "tracstoke.h"25 25 26 26 REAL :: time_step,t_wrt, t_ops -
LMDZ6/trunk/libf/dyn3d/gcm.f90
r5282 r5283 28 28 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, & 29 29 ip1jmi1, ijp1llm, ijmllm, mvar, jcfil, jcfllm 30 USE tracstoke_mod_h 30 31 IMPLICIT NONE 31 32 … … 59 60 ! Declarations: 60 61 ! ------------- 61 include "tracstoke.h"62 62 63 63 REAL zdtvr
Note: See TracChangeset
for help on using the changeset viewer.