Changeset 127 for trunk/libf/dyn3dpar/leapfrog_p.F
- Timestamp:
- May 24, 2011, 1:26:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libf/dyn3dpar/leapfrog_p.F
r124 r127 271 271 272 272 CALL pression ( ip1jmp1, ap, bp, ps, p ) 273 if ( planet_type.eq."earth") then273 if (disvert_type==1) then 274 274 CALL exner_hyb( ip1jmp1, ps, p,alpha,beta, pks, pk, pkf ) 275 else 275 else ! we assume that we are in the disvert_type==2 case 276 276 CALL exner_milieu( ip1jmp1, ps, p, beta, pks, pk, pkf ) 277 277 endif … … 751 751 752 752 c$OMP BARRIER 753 if ( planet_type.eq."earth") then754 CALL exner_hyb_p( ip1jmp1, ps, p,alpha,beta,pks, pk, pkf )755 else 756 CALL exner_milieu_p( ip1jmp1, ps, p, beta, pks, pk, pkf )753 if (disvert_type==1) then 754 CALL exner_hyb_p( ip1jmp1, ps, p,alpha,beta,pks, pk, pkf ) 755 else ! we assume that we are in the disvert_type==2 case 756 CALL exner_milieu_p( ip1jmp1, ps, p, beta, pks, pk, pkf ) 757 757 endif 758 758 c$OMP BARRIER … … 1105 1105 CALL pression_p ( ip1jmp1, ap, bp, ps, p ) 1106 1106 c$OMP BARRIER 1107 if ( planet_type.eq."earth") then1107 if (disvert_type==1) then 1108 1108 CALL exner_hyb_p( ip1jmp1, ps, p,alpha,beta, pks, pk, pkf ) 1109 else 1109 else ! we assume that we are in the disvert_type==2 case 1110 1110 CALL exner_milieu_p( ip1jmp1, ps, p, beta, pks, pk, pkf ) 1111 1111 endif
Note: See TracChangeset
for help on using the changeset viewer.