Changeset 2488 for LMDZ5/branches/testing/libf/dyn3dmem/leapfrog_loc.F
- Timestamp:
- Apr 3, 2016, 12:09:34 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2458-2470,2472-2487
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/leapfrog_loc.F
r2408 r2488 1603 1603 ENDIF 1604 1604 1605 ! Ehouarn: re-compute geopotential for outputs 1606 c$OMP BARRIER 1607 c$OMP MASTER 1608 CALL geopot_loc(ip1jmp1,teta,pk,pks,phis,phi) 1609 c$OMP END MASTER 1610 c$OMP BARRIER 1611 1605 1612 #ifdef CPP_IOIPSL 1606 1613 IF (ok_dynzon) THEN … … 1638 1645 #ifdef CPP_IOIPSL 1639 1646 if (ok_dyn_ins) then 1640 CALL writehist_loc(itau,vcov,ucov,teta,p hi,q,1647 CALL writehist_loc(itau,vcov,ucov,teta,pk,phi,q, 1641 1648 & masse,ps,phis) 1642 1649 endif … … 1750 1757 1751 1758 #ifdef CPP_IOIPSL 1759 ! Ehouarn: re-compute geopotential for outputs 1760 c$OMP BARRIER 1761 c$OMP MASTER 1762 CALL geopot_loc(ip1jmp1,teta,pk,pks,phis,phi) 1763 c$OMP END MASTER 1764 c$OMP BARRIER 1765 1752 1766 IF (ok_dynzon) THEN 1753 1767 CALL bilan_dyn_loc(2,dtvr*iperiod,dtvr*day_step*periodav, … … 1774 1788 #ifdef CPP_IOIPSL 1775 1789 if (ok_dyn_ins) then 1776 CALL writehist_loc(itau,vcov,ucov,teta,p hi,q,1790 CALL writehist_loc(itau,vcov,ucov,teta,pk,phi,q, 1777 1791 & masse,ps,phis) 1778 1792 endif ! of if (ok_dyn_ins)
Note: See TracChangeset
for help on using the changeset viewer.