Changeset 2221 for LMDZ5/trunk/libf/dyn3dmem/gcm.F
- Timestamp:
- Mar 9, 2015, 7:38:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/gcm.F
r2180 r2221 83 83 #endif 84 84 85 INTEGER longcles86 PARAMETER ( longcles = 20 )87 REAL clesphy0( longcles )88 SAVE clesphy089 90 91 92 85 REAL zdtvr 93 86 … … 172 165 c 173 166 ! Ehouarn: dump possibility of using defrun 174 !#ifdef CPP_IOIPSL 175 CALL conf_gcm( 99, .TRUE. , clesphy0 ) 167 CALL conf_gcm( 99, .TRUE. ) 176 168 if (mod(iphysiq, iperiod) /= 0) call abort_gcm("conf_gcm", 177 169 s "iphysiq must be a multiple of iperiod", 1) 178 !#else179 ! CALL defrun( 99, .TRUE. , clesphy0 )180 !#endif181 170 c 182 171 c … … 547 536 548 537 c$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/,/logici/,/logicl/) 549 CALL leapfrog_loc(ucov,vcov,teta,ps,masse,phis,q,clesphy0, 550 . time_0) 538 CALL leapfrog_loc(ucov,vcov,teta,ps,masse,phis,q,time_0) 551 539 c$OMP END PARALLEL 552 540
Note: See TracChangeset
for help on using the changeset viewer.