Changeset 2221 for LMDZ5/trunk/libf/dyn3d/gcm.F
- Timestamp:
- Mar 9, 2015, 7:38:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/gcm.F
r2151 r2221 90 90 !#include "indicesol.h" 91 91 #endif 92 INTEGER longcles93 PARAMETER ( longcles = 20 )94 REAL clesphy0( longcles )95 SAVE clesphy096 97 98 92 99 93 REAL zdtvr … … 175 169 c --------------------------------------- 176 170 c 177 ! Ehouarn: dump possibility of using defrun 178 !#ifdef CPP_IOIPSL 179 CALL conf_gcm( 99, .TRUE. , clesphy0 ) 171 CALL conf_gcm( 99, .TRUE.) 180 172 if (mod(iphysiq, iperiod) /= 0) call abort_gcm("conf_gcm", 181 173 s "iphysiq must be a multiple of iperiod", 1) 182 !#else183 ! CALL defrun( 99, .TRUE. , clesphy0 )184 !#endif185 174 186 175 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! … … 530 519 531 520 532 CALL leapfrog(ucov,vcov,teta,ps,masse,phis,q,clesphy0, 533 . time_0) 521 CALL leapfrog(ucov,vcov,teta,ps,masse,phis,q,time_0) 534 522 535 523 END
Note: See TracChangeset
for help on using the changeset viewer.