Changeset 2372 for LMDZ5/trunk/libf/dyn3d
- Timestamp:
- Oct 13, 2015, 2:41:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/gcm.F90
r2351 r2372 24 24 USE mod_const_mpi, ONLY: COMM_LMDZ 25 25 26 #ifdef INCA27 ! Only INCA needs these informations (from the Earth's physics)28 USE indice_sol_mod29 USE mod_phys_lmdz_para, ONLY : klon_mpi_para_nb30 #endif31 26 32 27 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! … … 86 81 include "iniprint.h" 87 82 include "tracstoke.h" 88 #ifdef INCA89 ! Only INCA needs these informations (from the Earth's physics)90 !include "indicesol.h"91 #endif92 83 93 84 REAL zdtvr … … 209 200 #endif 210 201 !----------------------------------------------------------------------- 211 212 IF (type_trac == 'inca') THEN213 #ifdef INCA214 call init_const_lmdz(nbtr,anneeref,dayref,iphysiq,day_step,nday, &215 nbsrf, is_oce,is_sic,is_ter,is_lic)216 call init_inca_para(iim,jjm+1,klon,1,klon_mpi_para_nb,0)217 #endif218 END IF219 202 ! 220 203 ! … … 260 243 261 244 endif ! of if (read_start) 262 263 IF (type_trac == 'inca') THEN264 #ifdef INCA265 call init_inca_dim(klon,llm,iim,jjm, &266 rlonu,rlatu,rlonv,rlatv)267 #endif268 END IF269 245 270 246
Note: See TracChangeset
for help on using the changeset viewer.