Changeset 5114 for LMDZ6/branches/Amaury_dev/libf/dyn3d
- Timestamp:
- Jul 24, 2024, 1:27:51 PM (4 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/dyn3d
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d/advtrac.f90
r5103 r5114 14 14 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_DEBUGIO 15 15 USE strings_mod, ONLY: int2str 16 USE lmdz_description, ONLY: descript 16 17 17 18 IMPLICIT NONE … … 21 22 include "comdissip.h" 22 23 include "comgeom2.h" 23 include "description.h"24 24 include "iniprint.h" 25 25 -
LMDZ6/branches/Amaury_dev/libf/dyn3d/dynetat0.F90
r5113 r5114 20 20 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 21 21 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_INCA 22 USE lmdz_description, ONLY: descript 22 23 23 24 IMPLICIT NONE … … 25 26 include "paramet.h" 26 27 include "comgeom2.h" 27 include "description.h"28 28 include "iniprint.h" 29 29 !=============================================================================== -
LMDZ6/branches/Amaury_dev/libf/dyn3d/dynredem.F90
r5103 r5114 18 18 USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itaufin, start_time 19 19 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 20 USE lmdz_description, ONLY: descript 20 21 21 22 IMPLICIT NONE … … 23 24 include "paramet.h" 24 25 include "comgeom2.h" 25 include "description.h"26 26 include "iniprint.h" 27 27 !=============================================================================== … … 165 165 err, modname, fil, msg 166 166 USE temps_mod, ONLY: itau_dyn, itaufin 167 USE lmdz_description, ONLY: descript 167 168 168 169 IMPLICIT NONE 169 170 include "dimensions.h" 170 171 include "paramet.h" 171 include "description.h"172 172 include "comgeom.h" 173 173 include "iniprint.h" -
LMDZ6/branches/Amaury_dev/libf/dyn3d/gcm.F90
r5106 r5114 19 19 20 20 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_PHYS 21 USE lmdz_description, ONLY: descript 21 22 22 23 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! … … 64 65 include "comdissnew.h" 65 66 include "comgeom.h" 66 include "description.h"67 67 include "iniprint.h" 68 68 include "tracstoke.h" -
LMDZ6/branches/Amaury_dev/libf/dyn3d/leapfrog.F90
r5113 r5114 25 25 USE strings_mod, ONLY: msg 26 26 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_PHYS 27 USE lmdz_description, ONLY: descript 27 28 28 29 IMPLICIT NONE … … 63 64 include "comdissnew.h" 64 65 include "comgeom.h" 65 include "description.h"66 66 include "iniprint.h" 67 67 include "academic.h"
Note: See TracChangeset
for help on using the changeset viewer.