Changeset 783


Ignore:
Timestamp:
11/21/18 16:10:59 (5 years ago)
Author:
jisesh
Message:

devel/unstructured : fix XIOS info for curvilinear meshes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/dynamico/xios.py

    r760 r783  
    9898        # primal mesh 
    9999        own = mesh.primal_own_loc 
    100         lon_i, lat_i = [ x[own]*radian for x in mesh.lon_i, mesh.lat_i ] 
     100        lon_i, lat_i = [ x[own] for x in mesh.lon_i, mesh.lat_i ] 
    101101        primal_i, primal_j = [ x[own] for x in mesh.primal_i, mesh.primal_j ] 
    102102        setup_curvilinear('domaingroup','i', mesh.nx, mesh.ny, mesh.displ, 
Note: See TracChangeset for help on using the changeset viewer.