Changeset 1543 for trunk/LMDZ.GENERIC/libf/dyn3d/gcm.F
- Timestamp:
- Apr 22, 2016, 9:02:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dyn3d/gcm.F
r1523 r1543 6 6 & iconser, ecritphy, idissip 7 7 ! use comgeomphy, only: initcomgeomphy 8 USE mod_const_mpi, ONLY: COMM_LMDZ 8 9 use filtreg_mod, only: inifilr 9 10 USE comvert_mod, ONLY: ap,bp … … 155 156 REAL dtetaecdt(ip1jmp1,llm) 156 157 REAL vcont(ip1jm,llm),ucont(ip1jmp1,llm) 157 REAL vnat(ip1jm,llm),unat(ip1jmp1,llm)158 158 159 159 c----------------------------------------------------------------------- … … 177 177 c----------------------------------------------------------------------- 178 178 CALL defrun_new( 99, .TRUE. ) 179 180 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!181 ! FH 2008/05/02182 ! A nettoyer. On ne veut qu'une ou deux routines d'interface183 ! dynamique -> physique pour l'initialisation184 !#ifdef CPP_PHYS185 CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))186 ! call initcomgeomphy ! now done in iniphysiq187 !#endif188 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!189 179 190 180 ! Initialize tracers … … 260 250 !#ifdef CPP_PHYS 261 251 ! CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys/nsplit_phys, 262 CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys, 252 CALL iniphysiq(iim,jjm,llm, 253 & (jjm-1)*iim+2,comm_lmdz, 254 & daysec,day_ini,dtphys, 263 255 & rlatu,rlatv,rlonu,rlonv, 264 256 & aire,cu,cv,rad,g,r,cpp,
Note: See TracChangeset
for help on using the changeset viewer.