Changeset 2408 for LMDZ5/branches/testing/libf/dyn3dmem/call_calfis_mod.F90
- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/call_calfis_mod.F90
r2298 r2408 137 137 138 138 jD_cur = jD_ref + day_ini - day_ref & 139 & + itau/day_step139 & + (itau+1)/day_step 140 140 141 141 IF (planet_type .eq."generic") THEN … … 145 145 146 146 jH_cur = jH_ref + start_time + & 147 & mod(itau ,day_step)/float(day_step)147 & mod(itau+1,day_step)/float(day_step) 148 148 if (jH_cur > 1.0 ) then 149 149 jD_cur = jD_cur +1.
Note: See TracChangeset
for help on using the changeset viewer.