Changeset 492 for trunk/LMDZ.COMMON/libf/dyn3d/dynredem.F
- Timestamp:
- Jan 5, 2012, 8:28:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/dynredem.F
r6 r492 120 120 tab_cntrl(30) = REAL(iday_end) 121 121 tab_cntrl(31) = REAL(itau_dyn + itaufin) 122 c start_time: start_time of simulation (not necessarily 0.) 123 tab_cntrl(32) = start_time 122 124 c 123 125 c ......................................................... … … 640 642 #endif 641 643 642 IF ( config_inca /= 'none') THEN644 IF (type_trac == 'inca') THEN 643 645 ! Ajout Anne pour lecture valeurs traceurs dans un fichier start_trac.nc 644 646 ierr_file = NF_OPEN ("start_trac.nc", NF_NOWRITE,nid_trac) … … 653 655 do iq=1,nqtot 654 656 655 IF ( config_inca == 'none') THEN657 IF (type_trac /= 'inca') THEN 656 658 ierr = NF_INQ_VARID(nid, tname(iq), nvarid) 657 659 IF (ierr .NE. NF_NOERR) THEN … … 665 667 ierr = NF_PUT_VAR_REAL (nid,nvarid,q(1,1,iq)) 666 668 #endif 667 ELSE ! config_inca = 'chem' ou 'aero'669 ELSE ! type_trac = inca 668 670 ! lecture de la valeur du traceur dans start_trac.nc 669 671 IF (ierr_file .ne. 2) THEN … … 729 731 #endif 730 732 ENDIF ! (ierr_file .ne. 2) 731 END IF ! config_inca733 END IF !type_trac 732 734 733 735 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.