Changeset 21772
- Timestamp:
- 06/30/17 09:08:09 (8 years ago)
- Location:
- issm/trunk-jpl/src/m/classes
- Files:
-
- 1 added
- 3 edited
-
timeadaptation.m (added)
-
timestepping.js (modified) (1 diff)
-
timestepping.m (modified) (1 diff)
-
timestepping.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/timestepping.js
r20896 r21772 54 54 scale = md.constants.yts; 55 55 56 WriteData(fid,prefix,'name','md.timestepping.type','data',1,'format','Integer'); 56 57 WriteData(fid,prefix,'object',this,'fieldname','start_time','format','Double','scale',scale); 57 58 WriteData(fid,prefix,'object',this,'fieldname','final_time','format','Double','scale',scale); -
issm/trunk-jpl/src/m/classes/timestepping.m
r20896 r21772 64 64 65 65 scale = md.constants.yts; 66 WriteData(fid,prefix,'name','md.timestepping.type','data',1,'format','Integer'); 66 67 WriteData(fid,prefix,'object',self,'fieldname','start_time','format','Double','scale',scale); 67 68 WriteData(fid,prefix,'object',self,'fieldname','final_time','format','Double','scale',scale); -
issm/trunk-jpl/src/m/classes/timestepping.py
r21049 r21772 66 66 67 67 yts=md.constants.yts 68 WriteData(fid,prefix,'name','md.timestepping.type','data',1,'format','Integer'); 68 69 WriteData(fid,prefix,'object',self,'fieldname','start_time','format','Double','scale',yts) 69 70 WriteData(fid,prefix,'object',self,'fieldname','final_time','format','Double','scale',yts)
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)