Changeset 634 for LMDZ4/branches/LMDZ4_par_0/libf/dyn3d
- Timestamp:
- May 4, 2005, 5:11:29 PM (20 years ago)
- Location:
- LMDZ4/branches/LMDZ4_par_0/libf/dyn3d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_par_0/libf/dyn3d/gcm.F
r633 r634 9 9 USE IOIPSL 10 10 #endif 11 12 USE dimphy 13 USE comgeomphy 11 14 12 15 IMPLICIT NONE … … 188 191 c 189 192 c 193 c------------------------------------ 194 c Initialisation partie parallele 195 c------------------------------------ 196 call InitDimphy 197 call InitComgeomphy 198 190 199 c----------------------------------------------------------------------- 191 200 c Initialisation des traceurs -
LMDZ4/branches/LMDZ4_par_0/libf/dyn3d/paramet.h
r524 r634 10 10 INTEGER jcfil,jcfllm 11 11 12 PARAMETER( iip1= iim+1-1/iim,iip2=iim+2,iip3=iim+3 13 s ,jjp1=jjm+1-1/jjm)12 PARAMETER( iip1= iim+1-1/iim,iip2=iim+2,iip3=iim+3) 13 PARAMETER( jjp1=jjm+1-1/jjm) 14 14 PARAMETER( llmp1 = llm+1, llmp2 = llm+2, llmm1 = llm-1 ) 15 15 PARAMETER( kftd = iim/2 -ndm )
Note: See TracChangeset
for help on using the changeset viewer.