Changeset 989 for LMDZ4/trunk/libf/dyn3d/create_etat0_limit.F
- Timestamp:
- Aug 5, 2008, 4:54:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3d/create_etat0_limit.F
r960 r989 31 31 #include "control.h" 32 32 REAL :: masque(iip1,jjp1) 33 REAL :: pctsrf(iim*(jjm-1)+2, nbsrf)33 ! REAL :: pctsrf(iim*(jjm-1)+2, nbsrf) 34 34 35 35 c initialisation traceurs … … 64 64 65 65 c 66 CALL limit_netcdf ( interbar, extrap , oldice, masque , pctsrf)66 CALL limit_netcdf ( interbar, extrap , oldice, masque) 67 67 68 68 1 FORMAT(//)
Note: See TracChangeset
for help on using the changeset viewer.