Changeset 327 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Feb 4, 2002, 5:39:05 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/dyn3d/limit_netcdf.F
r325 r327 39 39 REAL phy_bil(klon,360) 40 40 REAL phy_rug(klon,360) 41 REAL phy_ice(klon ,360)41 REAL phy_ice(klon) 42 42 c 43 43 real pctsrf_t(klon,nbsrf,360) … … 622 622 DO k = 1, 360 623 623 CALL gr_dyn_fi(1, iip1, jjp1, klon, 624 . champan(1,1,k), phy_ice (1,k))624 . champan(1,1,k), phy_ice) 625 625 IF ( newlmt) THEN 626 626
Note: See TracChangeset
for help on using the changeset viewer.