Questions about overlapping arc #293
-
Hello, Can we achieve LEO POD across two days in GROOPS? I want to conduct overlapping arc analysis, but I found that when I extended the time setting to the second day, the result of POD was still only for the first day. What should I do if I want to implement a plan that takes 27 hours from DOY1 0:00 to DOY2 3:00 or 24 hours from DOY1 12:00 to DOY2 12:00? Thank you in advance for your feedback and help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Or, in a 24-hour day, I only select 15 hours for the experiment, such as DOY 1 0:00-15:00. Is it possible to achieve this? |
Beta Was this translation helpful? Give feedback.
-
Hi YUAN, One way to do this:
regards |
Beta Was this translation helpful? Give feedback.
-
Ah, sorry, I had forgotten the bias. With GROOPS, the bias must be constant over the processing period. I think it should work if you just take the file from the middle day. |
Beta Was this translation helpful? Give feedback.
Hi YUAN,
One way to do this:
loopTimeArc=loopTime-3/24
andloopTimeEndArc=loopTimeEnd+3/24
for additional three hours before and after.loopTimeArc
,loopTimeEndArc
, andintervalCount=1
).regards
Torsten