Changeset 2442 for LMDZ5/trunk/libf/dyn3dmem
- Timestamp:
- Feb 15, 2016, 10:10:39 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3dmem
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/conf_gcm.F90
r2221 r2442 326 326 CALL getin('dissip_zref',dissip_zref ) 327 327 328 ! ngroup 329 ngroup=3 330 CALL getin('ngroup',ngroup) 331 332 ! mode_top_bound : fields towards which sponge relaxation will be done: 328 333 ! top_bound sponge: only active if ok_strato=.true. and iflag_top_bound!=0 329 334 ! iflag_top_bound=0 for no sponge -
LMDZ5/trunk/libf/dyn3dmem/groupe_loc.F
r1907 r2442 22 22 #include "comvert.h" 23 23 24 25 24 ! integer ngroup 25 ! parameter (ngroup=3) 26 26 27 27 -
LMDZ5/trunk/libf/dyn3dmem/groupeun_loc.F
r1907 r2442 12 12 REAL q(iip1,sb:se,llmax) 13 13 14 15 14 ! INTEGER ngroup 15 ! PARAMETER (ngroup=3) 16 16 17 17 REAL airecn,qn … … 38 38 LOGICAL, SAVE :: first = .TRUE. 39 39 !$OMP THREADPRIVATE(first) 40 40 ! INTEGER,SAVE :: i_index(iim,ngroup) 41 41 INTEGER :: offset 42 42 ! REAL :: qsum(iim/ngroup) 43 43 44 44 IF (first) THEN … … 143 143 #include "comgeom2.h" 144 144 145 146 145 ! INTEGER ngroup 146 ! PARAMETER (ngroup=3) 147 147 148 148 REAL airen,airecn
Note: See TracChangeset
for help on using the changeset viewer.