Changeset 2597 for LMDZ5/trunk/libf/dyn3d/groupeun.F
- Timestamp:
- Jul 22, 2016, 8:44:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/groupeun.F
r2442 r2597 3 3 ! 4 4 SUBROUTINE groupeun(jjmax,llmax,q) 5 6 USE comconst_mod, ONLY: ngroup 7 5 8 IMPLICIT NONE 6 9 7 #include "dimensions.h" 8 #include "paramet.h" 9 #include "comconst.h" 10 #include "comgeom2.h" 10 include "dimensions.h" 11 include "paramet.h" 12 include "comgeom2.h" 11 13 12 14 INTEGER jjmax,llmax … … 135 137 136 138 SUBROUTINE INIT_GROUPEUN(airen_tab, aires_tab) 139 140 USE comconst_mod, ONLY: ngroup 141 137 142 IMPLICIT NONE 138 143 139 #include "dimensions.h" 140 #include "paramet.h" 141 #include "comconst.h" 142 #include "comgeom2.h" 144 include "dimensions.h" 145 include "paramet.h" 146 include "comgeom2.h" 143 147 144 148 ! INTEGER ngroup
Note: See TracChangeset
for help on using the changeset viewer.