Changeset 2471 for LMDZ5/branches/testing/libf/dyn3dpar
- Timestamp:
- Mar 18, 2016, 12:09:23 PM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2436-2457
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dpar/conf_gcm.F90
r2258 r2471 324 324 CALL getin('dissip_deltaz',dissip_deltaz ) 325 325 CALL getin('dissip_zref',dissip_zref ) 326 327 ! ngroup 328 ngroup=3 329 CALL getin('ngroup',ngroup) 326 330 327 331 ! top_bound sponge: only active if ok_strato=.true. and iflag_top_bound!=0 -
LMDZ5/branches/testing/libf/dyn3dpar/groupe_p.F
r1910 r2471 20 20 #include "comvert.h" 21 21 22 23 22 ! integer ngroup 23 ! parameter (ngroup=3) 24 24 25 25 -
LMDZ5/branches/testing/libf/dyn3dpar/groupeun_p.F
r1910 r2471 12 12 REAL q(iip1,jjmax,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.