Opened 8 years ago
Closed 7 years ago
#120 closed defect (fixed)
reduce_domain doesn't work when using 'direction="iDir" '
Reported by: | ssenesi | Owned by: | ymipsl |
---|---|---|---|
Priority: | major | Component: | XIOS |
Version: | 1.0 | Keywords: | |
Cc: |
Description
I got error :
[ id = 'fiou' , context = 'arpsfx' ] The axis is wrongly defined, attribute 'n_glo' must be specified"
when using a reference to this axis in an output field :
<axis_definition>
<axis id="zonal_avg_axis" > <reduce_domain operation="sum" direction="iDir" /> </axis>
</axis_definition>
while n_glo should be deduced from nj_glo of source_domain
Change History (1)
comment:1 Changed 7 years ago by ymipsl
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
fixed.