Changeset 2442
- Timestamp:
- Feb 15, 2016, 10:10:39 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/conf_gcm.F90
r2247 r2442 297 297 CALL getin('dissip_deltaz',dissip_deltaz ) 298 298 CALL getin('dissip_zref',dissip_zref ) 299 300 ! ngroup 301 ngroup=3 302 CALL getin('ngroup',ngroup) 303 299 304 300 305 ! top_bound sponge: only active if ok_strato=.true. and iflag_top_bound!=0 -
LMDZ5/trunk/libf/dyn3d/groupe.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/dyn3d/groupeun.F
r1907 r2442 13 13 REAL q(iip1,jjmax,llmax) 14 14 15 16 15 ! INTEGER ngroup 16 ! PARAMETER (ngroup=3) 17 17 18 18 REAL airecn,qn … … 37 37 38 38 LOGICAL, SAVE :: first = .TRUE. 39 39 ! INTEGER,SAVE :: i_index(iim,ngroup) 40 40 INTEGER :: offset 41 41 ! REAL :: qsum(iim/ngroup) 42 42 43 43 IF (first) THEN … … 142 142 #include "comgeom2.h" 143 143 144 145 144 ! INTEGER ngroup 145 ! PARAMETER (ngroup=3) 146 146 147 147 REAL airen,airecn -
LMDZ5/trunk/libf/dyn3d_common/comconst.h
r1952 r2442 6 6 7 7 COMMON/comconsti/im,jm,lllm,imp1,jmp1,lllmm1,lllmp1,lcl, & 8 & iflag_top_bound,mode_top_bound 8 & iflag_top_bound,mode_top_bound,ngroup 9 9 COMMON/comconstr/dtvr,daysec, & 10 10 & pi,dtphys,dtdiss,rad,r,cpp,kappa,cotot,unsim,g,omeg & … … 32 32 ! top_bound sponge: 33 33 INTEGER iflag_top_bound ! sponge type 34 INTEGER ngroup 34 35 INTEGER mode_top_bound ! sponge mode 35 36 REAL tau_top_bound ! inverse of sponge characteristic time scale (Hz) -
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 -
LMDZ5/trunk/libf/dyn3dpar/conf_gcm.F90
r2221 r2442 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/trunk/libf/dyn3dpar/groupe_p.F
r1907 r2442 20 20 #include "comvert.h" 21 21 22 23 22 ! integer ngroup 23 ! parameter (ngroup=3) 24 24 25 25 -
LMDZ5/trunk/libf/dyn3dpar/groupeun_p.F
r1907 r2442 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.