Changeset 3947 for LMDZ6/trunk/libf
- Timestamp:
- Jun 21, 2021, 5:15:02 PM (3 years ago)
- Location:
- LMDZ6/trunk/libf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/leapfrog.F
r3416 r3947 748 748 749 749 CLOSE(99) 750 if (ok_guide) then 751 ! set ok_guide to false to avoid extra output 752 ! in following forward step 753 ok_guide=.false. 754 endif 750 755 !!! Ehouarn: Why not stop here and now? 751 756 ENDIF ! of IF (itau.EQ.itaufin) … … 868 873 & vcov,ucov,teta,q,masse,ps) 869 874 ! endif ! of if (planet_type.eq."earth") 875 if (ok_guide) then 876 ! set ok_guide to false to avoid extra output 877 ! in following forward step 878 ok_guide=.false. 879 endif 870 880 ENDIF ! of IF(itau.EQ.itaufin) 871 881 -
LMDZ6/trunk/libf/dyn3dmem/leapfrog_loc.F
r3865 r3947 1538 1538 c$OMP END MASTER 1539 1539 1540 if (ok_guide) then 1541 ! set ok_guide to false to avoid extra output 1542 ! in following forward step 1543 ok_guide=.false. 1544 endif 1545 1540 1546 #ifdef INCA 1541 1547 if (type_trac == 'inca' .OR. type_trac == 'inco') then … … 1681 1687 & vcov,ucov,teta,q,masse,ps) 1682 1688 ! endif ! of if (planet_type.eq."earth") 1689 if (ok_guide) then 1690 ! set ok_guide to false to avoid extra output 1691 ! in following forward step 1692 ok_guide=.false. 1693 endif 1683 1694 1684 1695 ! CLOSE(99) … … 1827 1838 . vcov,ucov,teta,q,masse,ps) 1828 1839 ! endif ! of if (planet_type.eq."earth") 1840 if (ok_guide) then 1841 ! set ok_guide to false to avoid extra output 1842 ! in following forward step 1843 ok_guide=.false. 1844 endif 1845 1829 1846 ENDIF ! of IF(itau.EQ.itaufin) 1830 1847
Note: See TracChangeset
for help on using the changeset viewer.