Ejemplo n.º 1
0
eterna_path = '/scratch/bogdanm/Products/otl/eterna'
hardisp_path = '/scratch/bogdanm/Products/otl/hardisp/hardisp'
tree_options_code = 'trees_options.rw_otl'
tqdm = False
ElDepWeight = 'SqrtSin'

pbs_base = _os.path.join(
    '/scratch/bogdanm/pbs', project_name
)  #break down by project folders as gets slow on hpc with multiple files
prepare_dir_struct_dr(begin_year=_np.min(years_list),
                      end_year=_np.max(years_list),
                      tmp_dir=tmp_dir)  #prepare dir struct for dr files
project_name_construct = _project_name_construct(project_name=project_name,
                                                 PPPtype=PPPtype,
                                                 pos_s=pos_s,
                                                 wetz_s=wetz_s,
                                                 tropNom_input=tropNom_input,
                                                 ElMin=ElMin,
                                                 ambres=ambres)
prepare_dir_struct_gathers(tmp_dir=tmp_dir,
                           project_name=project_name_construct)

#generating tree files that won't be overwritten as crc32 will be the same
gen_trees(ionex_type=ionex_type,
          tmp_dir=tmp_dir,
          tree_options=tree_options,
          blq_file=blq_file,
          mode='GPS+GLONASS',
          ElDepWeight=ElDepWeight,
          ElMin=ElMin,
          pos_s=pos_s,
Ejemplo n.º 2
0
ambres = True
cache_path = '/dev/shm'  #'/scratch/bogdanm/cache'
tropNom_input = 'trop'
IONEX_products = '/scratch/bogdanm/Products/IONEX_Products'
rate = 300
eterna_path = '/scratch/bogdanm/Products/otl/eterna'
hardisp_path = '/scratch/bogdanm/Products/otl/hardisp/hardisp'
tree_options_code = 'trees_options.rw_otl'
tqdm = False
ElDepWeight = 'SqrtSin'

pbs_base = _os.path.join(
    '/scratch/bogdanm/pbs', project_name
)  #break down by project folders as gets slow on hpc with multiple files
project_name_construct = _project_name_construct(project_name, PPPtype, pos_s,
                                                 wetz_s, tropNom_input, ElMin,
                                                 ambres)
#generating tree files that won't be overwritten as crc32 will be the same
gen_trees(ionex_type=ionex_type,
          tmp_dir=tmp_dir,
          tree_options=tree_options,
          blq_file=blq_file,
          mode='GPS+GLONASS',
          ElDepWeight=ElDepWeight,
          ElMin=ElMin,
          pos_s=pos_s,
          wetz_s=wetz_s,
          PPPtype=PPPtype,
          years_list=years_list,
          cache_path=cache_path,
          VMF1_dir=VMF1_dir,