source:
issm/oecreview/Archive/19101-20495/ISSM-20215-20216.diff@
20498
Last change on this file since 20498 was 20498, checked in by , 9 years ago | |
---|---|
File size: 882 bytes |
-
TabularUnified ../trunk-jpl/test/NightlyRun/test3015.py
24 24 md.cluster=generic('name',oshostname(),'np',3) 25 25 md.masstransport.requested_outputs=['IceVolume'] 26 26 md.verbose=verbose('autodiff',True) 27 md.toolkits.DefaultAnalysis=issmgslsolver() 27 28 28 29 #setup autodiff parameters 29 30 index=1 #this is the scalar component we are checking against … … 84 85 #retrieve directly 85 86 dVdh_ad=md.results.MasstransportSolution.AutodiffJacobian 86 87 87 print "dV/dh: analytical: {0}\n using adolc: {1}\n".format(dVdh_an,dVdh_ad)88 print "dV/dh: analytical: #16.16g\n using adolc: #16.16g\n" % (dVdh_an,dVdh_ad) 88 89 89 90 #Fields and tolerances to track changes 90 91 field_names =['dV/dh-dV/dh0']
Note:
See TracBrowser
for help on using the repository browser.