Changeset 2114 for LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
- Timestamp:
- Sep 5, 2014, 5:42:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
r2103 r2114 240 240 USE phys_cal_mod, only : mth_len 241 241 242 242 243 IMPLICIT NONE 244 243 245 244 246 INCLUDE "temps.h" … … 1293 1295 ENDDO !nfiles 1294 1296 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1295 ! IF (nqtot.GE.3) THEN 1296 ! DO iq=3,nqtot 1297 IF (nqtot.GE.nqo+1) THEN 1297 IF (nqtot.GE.nqo+1) THEN 1298 1298 DO iq=nqo+1,nqtot 1299 1299 1300 CALL histwrite_phy(o_trac(iq-nqo), qx(:,:,iq)) 1300 1301 CALL histwrite_phy(o_dtr_vdf(iq-nqo),d_tr_cl(:,:,iq-nqo))
Note: See TracChangeset
for help on using the changeset viewer.