Changeset 2601 for LMDZ5/trunk/libf/dyn3d_common
- Timestamp:
- Jul 24, 2016, 11:51:55 AM (8 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3d_common
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d_common/adaptdt.F
r2600 r2601 5 5 c masse) 6 6 7 ! USE control_mod8 7 USE comconst_mod, ONLY: dtvr 9 8 IMPLICIT NONE … … 14 13 include "comgeom2.h" 15 14 include "logic.h" 16 include "temps.h"17 15 include "ener.h" 18 16 include "description.h" -
LMDZ5/trunk/libf/dyn3d_common/iniconst.F90
r2600 r2601 24 24 include "dimensions.h" 25 25 include "paramet.h" 26 include "temps.h"27 26 include "iniprint.h" 28 27 -
LMDZ5/trunk/libf/dyn3d_common/initdynav.F90
r2600 r2601 11 11 USE comconst_mod, ONLY: pi 12 12 USE comvert_mod, ONLY: presnivs 13 USE temps_mod, ONLY: itau_dyn 14 13 15 implicit none 14 16 … … 37 39 include "paramet.h" 38 40 include "comgeom.h" 39 include "temps.h"40 41 include "ener.h" 41 42 include "logic.h" -
LMDZ5/trunk/libf/dyn3d_common/initfluxsto.F
r2600 r2601 11 11 USE comconst_mod, ONLY: pi 12 12 USE comvert_mod, ONLY: nivsigs 13 USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn 14 13 15 implicit none 14 16 … … 43 45 include "paramet.h" 44 46 include "comgeom.h" 45 include "temps.h"46 47 include "ener.h" 47 48 include "logic.h" -
LMDZ5/trunk/libf/dyn3d_common/inithist.F
r2600 r2601 12 12 USE comconst_mod, ONLY: pi 13 13 USE comvert_mod, ONLY: presnivs 14 USE temps_mod, ONLY: itau_dyn 15 14 16 implicit none 15 17 … … 42 44 include "paramet.h" 43 45 include "comgeom.h" 44 include "temps.h"45 46 include "ener.h" 46 47 include "logic.h" -
LMDZ5/trunk/libf/dyn3d_common/interpre.F
r2600 r2601 16 16 include "comgeom2.h" 17 17 include "logic.h" 18 include "temps.h"19 18 include "ener.h" 20 19 include "description.h" -
LMDZ5/trunk/libf/dyn3d_common/sortvarc.F
r2600 r2601 31 31 INCLUDE "ener.h" 32 32 INCLUDE "logic.h" 33 INCLUDE "temps.h"34 33 INCLUDE "iniprint.h" 35 34 -
LMDZ5/trunk/libf/dyn3d_common/traceurpole.F
r2600 r2601 11 11 include "comgeom2.h" 12 12 include "logic.h" 13 include "temps.h"14 13 include "ener.h" 15 14 include "description.h" -
LMDZ5/trunk/libf/dyn3d_common/writedynav.F90
r2600 r2601 9 9 use com_io_dyn_mod, only : histaveid, histvaveid, histuaveid 10 10 USE comconst_mod, ONLY: cpp 11 USE temps_mod, ONLY: itau_dyn 11 12 12 13 implicit none … … 33 34 include "paramet.h" 34 35 include "comgeom.h" 35 include "temps.h"36 36 include "ener.h" 37 37 include "logic.h" -
LMDZ5/trunk/libf/dyn3d_common/writehist.F
r2600 r2601 9 9 USE infotrac, ONLY : nqtot, ttext 10 10 use com_io_dyn_mod, only : histid,histvid,histuid 11 USE temps_mod, ONLY: itau_dyn 12 11 13 implicit none 12 14 … … 36 38 include "paramet.h" 37 39 include "comgeom.h" 38 include "temps.h"39 40 include "ener.h" 40 41 include "logic.h"
Note: See TracChangeset
for help on using the changeset viewer.