Changeset 1315 for LMDZ4/trunk/libf/dyn3d
- Timestamp:
- Feb 22, 2010, 3:41:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3d/gcm.F
r1279 r1315 75 75 #include "iniprint.h" 76 76 #include "tracstoke.h" 77 #include "indicesol.h" 77 78 78 79 INTEGER longcles … … 210 211 IF (config_inca /= 'none') THEN 211 212 #ifdef INCA 212 call init_const_lmdz(nbtr,anneeref,dayref,iphysiq,day_step,nday) 213 call init_const_lmdz(nbtr,anneeref,dayref,iphysiq,day_step,nday, 214 $ nbsrf, is_oce,is_sic,is_ter,is_lic) 213 215 call init_inca_para(iim,jjm+1,klon,1,klon_mpi_para_nb,0) 214 216 #endif
Note: See TracChangeset
for help on using the changeset viewer.