Changeset 2056 for LMDZ5/branches/testing/libf/phylmd/rrtm/sucst.F90
- Timestamp:
- Jun 11, 2014, 3:46:46 PM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1998,2000-2023,2025-2029,2032,2034,2036-2049,2051-2055
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/rrtm/sucst.F90
r1999 r2056 289 289 WRITE(KULOUT,'(10(1X,E10.4))') (ESW(RTT+10._JPRB*J),J=-4,4) 290 290 WRITE(KULOUT,'(10(1X,E10.4))') (ESS(RTT+10._JPRB*J),J=-4,4) 291 call flush() !!!!! A REVOIR (MPL) les 7 lignes qui suivent291 ! call flush(0) !!!!! A REVOIR (MPL) les 7 lignes qui suivent 292 292 do j=1,9 293 293 print*,'TEST J',j … … 295 295 print*,'ES(RTT...',ES(RTT+10._JPRB*(J-5)) 296 296 enddo 297 call flush( )297 call flush(0) 298 298 299 299 WRITE(KULOUT,'(10(1X,E10.4))') (ES (RTT+10._JPRB*J),J=-4,4)
Note: See TracChangeset
for help on using the changeset viewer.