Changeset 1676 for LMDZ5/trunk/libf/dyn3dpar/leapfrog_p.F
- Timestamp:
- Nov 8, 2012, 9:03:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/leapfrog_p.F
r1671 r1676 710 710 jD_cur = jD_ref + day_ini - day_ref 711 711 $ + itau/day_step 712 713 IF (planet_type .eq."generic") THEN 714 ! AS: we make jD_cur to be pday 715 jD_cur = int(day_ini + itau/day_step) 716 ENDIF 717 712 718 jH_cur = jH_ref + start_time + & 713 719 & mod(itau,day_step)/float(day_step)
Note: See TracChangeset
for help on using the changeset viewer.