Daily LEO RB Strategy
el_paso.saving_strategies.daily_leo_rb_strategy.DailyLEORBStrategy
Bases: MonthlyRBStrategy
Save PRBEM-standard LEO radiation-belt data into one NetCDF file per day.
This strategy extends MonthlyRBStrategy but splits the output into daily
files instead of monthly ones, and fixes the output variable list and file
format (NetCDF) for low-Earth-orbit radiation-belt missions.
Source code in el_paso/saving_strategies/daily_leo_rb_strategy.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | |
Methods:
el_paso.saving_strategies.daily_leo_rb_strategy.DailyLEORBStrategy.get_file_path
get_file_path
Generate the daily file path for the configured format.
Source code in el_paso/saving_strategies/daily_leo_rb_strategy.py
52 53 54 55 56 57 58 | |
el_paso.saving_strategies.daily_leo_rb_strategy.DailyLEORBStrategy.get_time_intervals_to_save
get_time_intervals_to_save
Split the requested time range into full daily intervals.
Source code in el_paso/saving_strategies/daily_leo_rb_strategy.py
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | |