Changeset 492 for trunk/LMDZ.COMMON/libf/dyn3dpar/dynredem_p.F
- Timestamp:
- Jan 5, 2012, 8:28:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/dynredem_p.F
r1 r492 1 1 ! 2 ! $Id: dynredem_p.F 1 403 2010-07-01 09:02:53Z fairhead $2 ! $Id: dynredem_p.F 1577 2011-10-20 15:06:47Z fairhead $ 3 3 ! 4 4 c … … 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 ......................................................... … … 650 652 #endif 651 653 652 IF ( config_inca /= 'none') THEN654 IF (type_trac == 'inca') THEN 653 655 ! Ajout Anne pour lecture valeurs traceurs dans un fichier start_trac.nc 654 656 inquire(FILE="start_trac.nc", EXIST=exist_file) … … 667 669 do iq=1,nqtot 668 670 669 IF ( config_inca == 'none') THEN671 IF (type_trac /= 'inca') THEN 670 672 ierr = NF_INQ_VARID(nid, tname(iq), nvarid) 671 673 IF (ierr .NE. NF_NOERR) THEN … … 678 680 ierr = NF_PUT_VAR_REAL (nid,nvarid,q(1,1,iq)) 679 681 #endif 680 ELSE ! config_inca = 'chem' ou 'aero'682 ELSE ! type_trac = inca 681 683 ! lecture de la valeur du traceur dans start_trac.nc 682 684 IF (ierr_file .ne. 2) THEN … … 732 734 #endif 733 735 ENDIF ! (ierr_file .ne. 2) 734 END IF ! config_inca736 END IF ! type_trac 735 737 736 738 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.