Changeset 2552 for LMDZ5/trunk
- Timestamp:
- Jun 9, 2016, 11:36:22 AM (8 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_cal_mod.F90
r2551 r2552 76 76 year_len = ioget_year_len(year_cur) 77 77 78 print *,'phys_cal_update: jH_cur, hour ',jH_cur, hour79 80 78 END SUBROUTINE phys_cal_update 81 79 -
LMDZ5/trunk/libf/phylmd/time_phylmdz_mod.F90
r2551 r2552 96 96 ! Update elapsed time since begining of run: 97 97 current_time=current_time+pdtphys/rday 98 print *,'update_time: start_time, current_time ', start_time, current_time99 98 100 99 ! Compute corresponding Julian date and update calendar
Note: See TracChangeset
for help on using the changeset viewer.