Changeset 23735
- Timestamp:
- 02/15/19 15:31:07 (6 years ago)
- Location:
- issm/trunk-jpl/src/m/qmu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/qmu/dakota_in_write.py
r23716 r23735 247 247 param_write(fidi,'\t','direct','','\n',params) 248 248 param_write(fidi,'\t ','analysis_driver',' = \'','\'\n',params) 249 if IssmConfig('_DAKOTA_VERSION_') < 6:249 if float(IssmConfig('_DAKOTA_VERSION_')[0]) < 6: 250 250 param_write(fidi,'\t ','evaluation_static_scheduling','','\n',params) 251 251 else: -
issm/trunk-jpl/src/m/qmu/rlev_write.py
r23716 r23735 39 39 function to write response levels 40 40 ''' 41 from response_function import *41 from response_function import response_function 42 42 43 43 if len(dresp) == 0 or len(fieldnames(dresp[0])) == 0:
Note:
See TracChangeset
for help on using the changeset viewer.