Changeset 1795 for LMDZ5/branches/testing/libf/phylmd/hgardfou.F
- Timestamp:
- Jul 18, 2013, 10:20:28 AM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1747-1749,1751,1753-1767,1769,1771-1772,1774-1776,1778-1794
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/hgardfou.F
r1664 r1795 2 2 ! $Id$ 3 3 SUBROUTINE hgardfou (t,tsol,text) 4 use dimphy 5 use phys_state_var_mod 4 USE dimphy 5 USE phys_state_var_mod 6 USE indice_sol_mod 6 7 IMPLICIT none 7 8 c====================================================================== … … 10 11 #include "dimensions.h" 11 12 #include "YOMCST.h" 12 #include "indicesol.h"13 13 #include "iniprint.h" 14 14 REAL t(klon,klev), tsol(klon,nbsrf) … … 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.