Changeset 86 in lmdz_wrf
- Timestamp:
- Jul 25, 2014, 11:39:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LMDZ_WRFmeas/WRFV3/lmdz/calltherm.F90
r85 r86 135 135 endif 136 136 137 ! L. Fita, LMD July 2014. Initializing tendencies 137 ! L. Fita, LMD July 2014. Initializing tendencies and variables 138 138 d_t_the = 0. 139 139 d_q_the = 0. … … 143 143 Ale = 0. 144 144 145 PRINT *,' Lluis SUm(Alp): ', SUM(Alp),' SUM Ale: ',SUM(Ale) 146 IF (SUM(Alp) /= 0.) STOP 147 IF (SUM(Ale) /= 0.) STOP 145 148 146 149 ! Incrementer le compteur de la physique
Note: See TracChangeset
for help on using the changeset viewer.