Changeset 1707 for LMDZ5/branches/testing/libf/dyn3dmem/dynredem_loc.F
- Timestamp:
- Jan 11, 2013, 10:19:19 AM (12 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1670-1692,1694-1703,1705-1706
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/dynredem_loc.F
r1669 r1707 1 1 ! 2 ! $Id : dynredem_p.F 1299 2010-01-20 14:27:21Z fairhead$2 ! $Id$ 3 3 ! 4 4 c … … 126 126 tab_cntrl(30) = REAL(iday_end) 127 127 tab_cntrl(31) = REAL(itau_dyn + itaufin) 128 c start_time: start_time of simulation (not necessarily 0.) 129 tab_cntrl(32) = start_time 128 130 c 129 131 c ......................................................... … … 635 637 CALL dynredem_write_u(nid,"ps",ps,1) 636 638 637 IF ( config_inca == 'none') THEN639 IF (type_trac /= 'inca') THEN 638 640 DO iq=1,nqtot 639 641 CALL dynredem_write_u(nid,tname(iq),q(:,:,iq),llm)
Note: See TracChangeset
for help on using the changeset viewer.