Changeset 1782 for LMDZ5/trunk
- Timestamp:
- Jul 11, 2013, 11:20:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/hgardfou.F
r1575 r1782 57 57 DO i = 1, jbad 58 58 WRITE(lunout,*) 59 $ 'i,k,temperature,lon,lat,pourc ter, oce,lic,sic =',59 $ 'i,k,temperature,lon,lat,pourc ter,lic,oce,sic =', 60 60 $ jadrs(i),k,zt(jadrs(i)),rlon(jadrs(i)),rlat(jadrs(i)), 61 61 $ (pctsrf(jadrs(i),nsrf),nsrf=1,nbsrf) … … 78 78 DO i = 1, jbad 79 79 WRITE(lunout,*) 80 $ 'i,k,temperature,lon,lat,pourc ter, oce,lic,sic =',80 $ 'i,k,temperature,lon,lat,pourc ter,lic,oce,sic =', 81 81 $ jadrs(i),k,zt(jadrs(i)),rlon(jadrs(i)),rlat(jadrs(i)), 82 82 $ (pctsrf(jadrs(i),nsrf),nsrf=1,nbsrf) … … 104 104 DO i = 1, jbad 105 105 WRITE(lunout,*) 106 $ 'i,nsrf,temperature,lon,lat,pourc ter, oce,lic,sic ='106 $ 'i,nsrf,temperature,lon,lat,pourc ter,lic,oce,sic =' 107 107 $ ,jadrs(i),nsrf,zt(jadrs(i)),rlon(jadrs(i)),rlat(jadrs(i)) 108 108 $ ,pctsrf(jadrs(i),nsrf) … … 125 125 DO i = 1, jbad 126 126 WRITE(lunout,*) 127 $ 'i,nsrf,temperature,lon,lat,pourc ter, oce,lic,sic ='127 $ 'i,nsrf,temperature,lon,lat,pourc ter,lic,oce,sic =' 128 128 $ ,jadrs(i),nsrf,zt(jadrs(i)),rlon(jadrs(i)),rlat(jadrs(i)) 129 129 $ ,pctsrf(jadrs(i),nsrf)
Note: See TracChangeset
for help on using the changeset viewer.