source: issm/oecreview/Archive/19101-20495/ISSM-20215-20216.diff@ 20498

Last change on this file since 20498 was 20498, checked in by Mathieu Morlighem, 9 years ago

CHG: done with Archive/19101-20495

File size: 882 bytes
  • TabularUnified ../trunk-jpl/test/NightlyRun/test3015.py

     
    2424md.cluster=generic('name',oshostname(),'np',3)
    2525md.masstransport.requested_outputs=['IceVolume']
    2626md.verbose=verbose('autodiff',True)
     27md.toolkits.DefaultAnalysis=issmgslsolver()
    2728
    2829#setup autodiff parameters
    2930index=1 #this is the scalar component we are checking against
     
    8485#retrieve directly
    8586dVdh_ad=md.results.MasstransportSolution.AutodiffJacobian
    8687
    87 print "dV/dh: analytical:  {0}\n       using adolc:  {1}\n".format(dVdh_an,dVdh_ad)
     88print "dV/dh: analytical:  #16.16g\n       using adolc:  #16.16g\n" % (dVdh_an,dVdh_ad)
    8889
    8990#Fields and tolerances to track changes
    9091field_names     =['dV/dh-dV/dh0']
Note: See TracBrowser for help on using the repository browser.