- Timestamp:
- Aug 5, 2008, 4:54:10 PM (16 years ago)
- Location:
- LMDZ4/trunk/libf/dyn3d
- Files:
-
- 2 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(//) -
LMDZ4/trunk/libf/dyn3d/limit_netcdf.F
r762 r989 4 4 C 5 5 C 6 SUBROUTINE limit_netcdf(interbar, extrap, oldice, masque , pctsrf)6 SUBROUTINE limit_netcdf(interbar, extrap, oldice, masque) 7 7 USE dimphy 8 use phys_state_var_mod , ONLY : pctsrf 8 9 IMPLICIT none 9 10 c … … 44 45 c 45 46 real pctsrf_t(klon,nbsrf,360) 46 real pctsrf(klon,nbsrf) 47 47 48 REAL verif 48 49
Note: See TracChangeset
for help on using the changeset viewer.