Opened 10 years ago

Closed 10 years ago

#639 closed defect (Done)

Added processing of angle in matlab script coarse2fine.m

Reported by: arango Owned by: arango
Priority: major Milestone: Matlab Processing Scripts
Component: Matlab Version: 3.7
Keywords: Cc:

Description

Added the processing of curvilinear angle to nesting processing script coarse2fine.m. Around line 152, we now have:

if (curvilinear),
  field_list = [field_list, 'dmde', 'dndx'];
end

if (got.angle),
  field_list = [field_list, 'angle'];
end

if (got.x_rho && got.y_rho),
  field_list = [field_list, 'x_rho', 'y_rho'];
end

Many thanks to John Wilkin for bringing this to my attention.

Change History (1)

comment:1 by arango, 10 years ago

Resolution: Done
Status: newclosed
Note: See TracTickets for help on using tickets.