Changeset 726 for LMDZ4/branches/V3_test/libf/dyn3d/gcm.F
- Timestamp:
- Nov 6, 2006, 4:51:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/V3_test/libf/dyn3d/gcm.F
r704 r726 58 58 #include "iniprint.h" 59 59 #include "tracstoke.h" 60 60 #include "advtrac.h" 61 61 62 62 INTEGER longcles … … 145 145 dynhistave_file = 'dyn_hist_ave.nc' 146 146 147 c initialisation Anne 148 hadv_flg(:) = 0. 149 vadv_flg(:) = 0. 150 conv_flg(:) = 0. 151 pbl_flg(:) = 0. 152 tracnam(:) = ' ' 153 nprath = 1 154 nbtrac = 0 155 mmt_adj(:,:,:,:) = 1 156 157 147 158 c-------------------------------------------------------------------------- 148 159 c Iflag_phys controle l'appel a la physique : … … 188 199 call init_phys_openmp 189 200 call InitComgeomphy 201 202 #ifdef INCA 203 call init_const_lmdz(nbtrac,anneeref,dayref,iphysiq,day_step,nday) 204 call init_inca_para(iim,jjm+1,klon2,phy_size,klon_para_nb) 205 #endif 206 190 207 c 191 208 c … … 222 239 endif 223 240 241 #ifdef INCA 242 call init_inca_dim(klon,llm,iim,jjm, 243 $ rlonu,rlatu,rlonv,rlatv) 244 #endif 224 245 225 246
Note: See TracChangeset
for help on using the changeset viewer.