Changeset 1422 for trunk/LMDZ.COMMON/libf/dyn3d/bilan_dyn.F
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/bilan_dyn.F
r1017 r1422 21 21 USE control_mod, ONLY: planet_type 22 22 USE cpdet_mod, only: tpot2t 23 USE comvert_mod, ONLY: ap,bp,presnivs 24 USE comconst_mod, ONLY: rad,omeg,pi 25 USE temps_mod, ONLY: annee_ref,day_ref 23 26 24 27 IMPLICIT NONE … … 26 29 #include "dimensions.h" 27 30 #include "paramet.h" 28 #include "comconst.h"29 #include "comvert.h"30 31 #include "comgeom2.h" 31 #include "temps.h"32 32 #include "iniprint.h" 33 33
Note: See TracChangeset
for help on using the changeset viewer.