Opened 11 years ago
Last modified 10 years ago
#326 new defect
open_loop_lcf is an integer
Reported by: | Ian Culverwell | Owned by: | Ian Culverwell |
---|---|---|---|
Priority: | normal | Milestone: | Whenever |
Component: | ropp_pp | Version: | 7.0 |
Keywords: | lcf | Cc: |
Description
... so perhaps it should be held as one in ROPP. (All "extra data" variables are currently stored as reals. Probably doesn't have any impact (it's read in with a NINT), hence its low priority.)
Should probably also change the misleading long name
OpenLoop Phase Model
to something more appropriate, like
Lost Carrier Flag.
Change history (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
But writing a whole set of "add extra integer variable" routines would be a fair bit of work for not (currently) much reward. I suggest 'parking' that aspect until we have another integer we wish to add, which would make the effort worthwhile. Leaving the ticket to be fixed "whenever".
Changing the long name is not too difficult, as it only affects ropp_io/ropp/ropp_io_read_ncdf_get.f90 and ropp_pp/tools/ropp_pp_grasrs2ropp.f90. It works OK with the latter tool:
becomes
This change has been made at r4211.