Changeset 110 for trunk/libf/dyn3dpar/disvert_noterre.F
- Timestamp:
- Apr 15, 2011, 3:44:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libf/dyn3dpar/disvert_noterre.F
r109 r110 199 199 c Specifique. Ce choix est spécifié ici ET dans exner_hyb.F 200 200 201 DO l = 1, llm 201 DO l = 1, llm-1 202 202 aps(l) = 0.5 *( ap(l) +ap(l+1)) 203 203 bps(l) = 0.5 *( bp(l) +bp(l+1)) 204 204 ENDDO 205 205 206 206 c if (hybrid) then 207 207 aps(llm) = aps(llm-1)**2 / aps(llm-2) 208 208 bps(llm) = 0.5*(bp(llm) + bp(llm+1)) 209 210 211 212 209 c else 210 c bps(llm) = bps(llm-1)**2 / bps(llm-2) 211 c aps(llm) = 0. 212 c end if 213 213 214 214 PRINT *,' BPs '
Note: See TracChangeset
for help on using the changeset viewer.