Changeset 2622 for LMDZ5/trunk/libf/dyn3d_common
- Timestamp:
- Sep 4, 2016, 8:12:02 AM (8 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3d_common
- Files:
-
- 9 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d_common/adaptdt.F
r2603 r2622 12 12 include "comdissip.h" 13 13 include "comgeom2.h" 14 include "ener.h"15 14 include "description.h" 16 15 -
LMDZ5/trunk/libf/dyn3d_common/ener_mod.F90
r2619 r2622 2 2 ! $Id$ 3 3 ! 4 ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre 5 ! veillez à n'utiliser que des ! pour les commentaires 6 ! et à bien positionner les & des lignes de continuation 7 ! (les placer en colonne 6 et en colonne 73) 8 ! 9 ! INCLUDE 'ener.h' 4 MODULE ener_mod 10 5 11 COMMON/ener/ang0,etot0,ptot0,ztot0,stot0, & 12 & ang,etot,ptot,ztot,stot,rmsdpdt , & 13 & rmsv,gtot(llmm1) 6 IMPLICIT NONE 14 7 15 REAL ang0,etot0,ptot0,ztot0,stot0, & 16 & ang,etot,ptot,ztot,stot,rmsdpdt,rmsv,gtot 8 include "dimensions.h" 9 include "paramet.h" 17 10 18 !----------------------------------------------------------------------- 11 REAL ang0,etot0,ptot0,ztot0,stot0, & 12 ang,etot,ptot,ztot,stot,rmsdpdt,rmsv,gtot(llmm1) 13 14 15 END MODULE ener_mod -
LMDZ5/trunk/libf/dyn3d_common/initdynav.F90
r2603 r2622 39 39 include "paramet.h" 40 40 include "comgeom.h" 41 include "ener.h"42 41 include "description.h" 43 42 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3d_common/initfluxsto.F
r2603 r2622 45 45 include "paramet.h" 46 46 include "comgeom.h" 47 include "ener.h"48 47 include "description.h" 49 48 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3d_common/inithist.F
r2603 r2622 44 44 include "paramet.h" 45 45 include "comgeom.h" 46 include "ener.h"47 46 include "description.h" 48 47 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3d_common/interpre.F
r2603 r2622 15 15 include "comdissip.h" 16 16 include "comgeom2.h" 17 include "ener.h"18 17 include "description.h" 19 18 -
LMDZ5/trunk/libf/dyn3d_common/sortvarc.F
r2603 r2622 9 9 USE comconst_mod, ONLY: dtvr, daysec, g, rad, omeg 10 10 USE logic_mod, ONLY: read_start 11 11 USE ener_mod, ONLY: etot,ptot,ztot,stot,ang, 12 & etot0,ptot0,ztot0,stot0,ang0, 13 & rmsdpdt,rmsv 12 14 IMPLICIT NONE 13 15 … … 31 33 INCLUDE "paramet.h" 32 34 INCLUDE "comgeom.h" 33 INCLUDE "ener.h"34 35 INCLUDE "iniprint.h" 35 36 -
LMDZ5/trunk/libf/dyn3d_common/traceurpole.F
r2603 r2622 10 10 include "comdissip.h" 11 11 include "comgeom2.h" 12 include "ener.h"13 12 include "description.h" 14 13 -
LMDZ5/trunk/libf/dyn3d_common/writedynav.F90
r2603 r2622 34 34 include "paramet.h" 35 35 include "comgeom.h" 36 include "ener.h"37 36 include "description.h" 38 37 include "iniprint.h" -
LMDZ5/trunk/libf/dyn3d_common/writehist.F
r2603 r2622 38 38 include "paramet.h" 39 39 include "comgeom.h" 40 include "ener.h"41 40 include "description.h" 42 41 include "iniprint.h"
Note: See TracChangeset
for help on using the changeset viewer.