Changeset 960 for LMDZ4/trunk/libf/dyn3d/create_etat0_limit.F
- Timestamp:
- May 27, 2008, 6:46:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3d/create_etat0_limit.F
r822 r960 29 29 #include "indicesol.h" 30 30 #include "advtrac.h" 31 cym#include "dimphy.h" 31 #include "control.h" 32 32 REAL :: masque(iip1,jjp1) 33 33 REAL :: pctsrf(iim*(jjm-1)+2, nbsrf) … … 43 43 mmt_adj(:,:,:,:) = 1 44 44 45 IF (config_inca /= 'none') THEN 45 46 #ifdef INCA 46 call init_const_lmdz(nbtrac,anneeref,dayref,iphysiq,day_step,nday) 47 print *, 'nbtrac =' , nbtrac 47 call init_const_lmdz(nbtrac,anneeref,dayref,iphysiq,day_step,nday) 48 48 #endif 49 print *, 'nbtrac =' , nbtrac 50 END IF 49 51 50 52 CALL Init_Phys_lmdz(iim,jjp1,llm,nqmx-2,1,(jjm-1)*iim+2)
Note: See TracChangeset
for help on using the changeset viewer.