Changeset 3802 for LMDZ6/trunk/libf
- Timestamp:
- Jan 16, 2021, 7:57:49 PM (4 years ago)
- Location:
- LMDZ6/trunk/libf/dyn3dmem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3dmem/conf_gcm.F90
r3579 r3802 345 345 ngroup=3 346 346 CALL getin('ngroup',ngroup) 347 if (mod(iim, 2**ngroup) /= 0) & 348 call abort_gcm("conf_gcm", 'iim must be multiple of 2**ngroup', 1) 349 if (2**ngroup > jjm + 1) & 350 call abort_gcm("conf_gcm", '2**ngroup must be <= jjm + 1', 1) 347 351 348 352 ! mode_top_bound : fields towards which sponge relaxation will be done: -
LMDZ6/trunk/libf/dyn3dmem/groupe_loc.F
r2600 r3802 40 40 c$OMP THREADPRIVATE(firstcall) 41 41 42 data firstcall/.true./43 42 integer ijb,ije,jjb,jje 44 43 45 if (firstcall) then46 if(mod(iim,2**ngroup).ne.0) stop'probleme du nombre ede point'47 firstcall=.false.48 endif49 50 44 c Champs 1D 51 45
Note: See TracChangeset
for help on using the changeset viewer.