Changeset 972 for LMDZ4/trunk/libf/phylmd/cv3a_compress.F
- Timestamp:
- Jun 19, 2008, 12:24:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/cv3a_compress.F
r879 r972 123 123 124 124 if (nn.ne.ncum) then 125 print*,' strange!nn not equal to ncum: ',nn,ncum125 print*,'WARNING nn not equal to ncum: ',nn,ncum 126 126 stop 127 127 endif … … 150 150 150 continue 151 151 152 if (nn.ne.ncum) then 153 print*,'WARNING nn not equal to ncum: ',nn,ncum 154 stop 155 endif 156 152 157 RETURN 153 158 END
Note: See TracChangeset
for help on using the changeset viewer.