Changeset 5281 for LMDZ6/trunk/libf/dyn3d/groupeun.f90
- Timestamp:
- Oct 28, 2024, 11:17:48 AM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/groupeun.f90
r5272 r5281 4 4 SUBROUTINE groupeun(jjmax,llmax,q) 5 5 6 USE comgeom2_mod_h 6 7 USE comconst_mod, ONLY: ngroup 7 8 … … 13 14 14 15 15 include "comgeom2.h"16 16 17 17 INTEGER :: jjmax,llmax … … 141 141 SUBROUTINE INIT_GROUPEUN(airen_tab, aires_tab) 142 142 143 USE comgeom2_mod_h 143 144 USE comconst_mod, ONLY: ngroup 144 145 … … 150 151 151 152 152 include "comgeom2.h"153 153 154 154 ! INTEGER ngroup
Note: See TracChangeset
for help on using the changeset viewer.