Changeset 1665 for LMDZ5/branches/testing/libf/phylmd/phyredem.F
- Timestamp:
- Oct 9, 2012, 3:35:26 PM (12 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1576-1580,1582,1584,1591-1593,1597-1598,1600,1604-1620,1622-1628
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/phyredem.F
r1458 r1665 267 267 268 268 CALL put_field("QANCIEN","QANCIEN",q_ancien) 269 269 270 CALL put_field("UANCIEN","",u_ancien) 271 272 CALL put_field("VANCIEN","",v_ancien) 273 270 274 CALL put_field("RUGMER","Longueur de rugosite sur mer", 271 275 . frugs(:,is_oce)) 272 276 273 CALL put_field("CLWCON","Eau liquide convective",clwcon (:,1))274 275 CALL put_field("RNEBCON","Nebulosite convective",rnebcon (:,1))276 277 CALL put_field("RATQS", "Ratqs",ratqs (:,1))277 CALL put_field("CLWCON","Eau liquide convective",clwcon) 278 279 CALL put_field("RNEBCON","Nebulosite convective",rnebcon) 280 281 CALL put_field("RATQS", "Ratqs",ratqs) 278 282 c 279 283 c run_off_lic_0
Note: See TracChangeset
for help on using the changeset viewer.