Changeset 25708
- Timestamp:
 - 10/22/20 11:13:23 (5 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  issm/trunk-jpl/test/NightlyRun/test243.py (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
issm/trunk-jpl/test/NightlyRun/test243.py
r25307 r25708 65 65 66 66 nlayers = np.size(md.results.TransientSolution[0].SmbT, 1) 67 for i in range(1, np.size(md.results.TransientSolution, 0)):67 for i in range(1, len(md.results.TransientSolution)): 68 68 nlayers = np.minimum(np.size(md.results.TransientSolution[i].SmbT, 1), nlayers) 69 69 … … 74 74 field_values = [ 75 75 nlayers, 76 md.results.TransientSolution[-1].SmbDz[0, 0:nlayers] .reshape(1, -1),77 md.results.TransientSolution[-1].SmbT[0, 0:nlayers] .reshape(1, -1),78 md.results.TransientSolution[-1].SmbD[0, 0:nlayers] .reshape(1, -1),79 md.results.TransientSolution[-1].SmbRe[0, 0:nlayers] .reshape(1, -1),80 md.results.TransientSolution[-1].SmbGdn[0, 0:nlayers] .reshape(1, -1),81 md.results.TransientSolution[-1].SmbGsp[0, 0:nlayers] .reshape(1, -1),82 md.results.TransientSolution[-1].SmbA[0, 0:nlayers] .reshape(1, -1),76 md.results.TransientSolution[-1].SmbDz[0, 0:nlayers], 77 md.results.TransientSolution[-1].SmbT[0, 0:nlayers], 78 md.results.TransientSolution[-1].SmbD[0, 0:nlayers], 79 md.results.TransientSolution[-1].SmbRe[0, 0:nlayers], 80 md.results.TransientSolution[-1].SmbGdn[0, 0:nlayers], 81 md.results.TransientSolution[-1].SmbGsp[0, 0:nlayers], 82 md.results.TransientSolution[-1].SmbA[0, 0:nlayers], 83 83 md.results.TransientSolution[-1].SmbEC[0], 84 84 md.results.TransientSolution[-1].SmbMassBalance[0],  
  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)