Release date: 2022-10-23
All available fixes and improvements for this release are listed below with instructions on how to implement them.
To implement these changes, you need a Fortran compiler (specified with the environment variable "F_VERS") and the Make utility. To ensure that the Makefile containing all dependencies of the source files is up-to-date you should run '${EXE}/makemake.pl -r $C' ('perl %EXE%\makemake.pl -r %C%' on Windows) previously.
A detailed description on the compilation can be found in the README_INSTALL.TXT file in the $DOC directory (%DOC% on windows), or in the installation guides in Help->Readme.
If you run into a problem, please contact us.
B_00: Bug
Date: 15-Dec-2022
Description: CCRNXO in mode 'Concatenate files, any naming convention' did not consider the output file name given by the panel option BSWOUT.
Affected platforms: All platforms
Correction: Download the modified versions of O_CCRNXO.f90 and P_CCRNXO.f90 to the library directory $LG (%LG% on Windows) and compile it using 'CBERN CCRNXO' ('perl %EXE%\cbern.pl CCRNXO' on Windows).
Download to $LG (%LG%):
O_CCRNXO.f90
Download to $LG (%LG%):
P_CCRNXO.f90
B_01: Bug
Date: 25-Jan-2023
Description: Solve several issues regarding error reporting, reading and writing of antenna azimuth corrections from the station information file into the SINEX result file.
Affected platforms: All platforms
Correction: Download the modified version of D_STACRX.f90, NEQPRE.f90, PRISTA.f to the library directory $LG (%LG% on Windows) and compile the related programs using 'CBERN ALL' ('perl %EXE%\cbern.pl ALL' on Windows).
Download to $LG (%LG%):
PRISTA.f
Download to $LG (%LG%):
NEQPRE.f90
Download to $LG (%LG%):
D_STACRX.f90
B_02: Improvement
Date: 10-Feb-2023
Description: The deletion file from RESCHK starts with blank characters. They make the deletion in the BPE script more complex than needed. They are not written anymore.
Affected platforms: All platforms
Correction: Download the modified version of RESCHK.f90 to the program directory $FG (%FG% on Windows) and compile it using 'CBERN RESCHK' ('perl %EXE%\cbern.pl RESCHK' on Windows)
Download to $FG (%FG%):
RESCHK.f90
B_03: Bug
Date: 16-Feb-2023
Description: If the measurements on all frequencies have been deleted subsequent GPSEST
runs will fail. This happens for instance when executing PPP with enabled options for "Ignore measurements with antenna
calib. method" in RXOBV3.
Affected platforms: All platforms
Correction: Download the modified version of UPDMEA.f90 to the library directory $LG (%LG% on Windows) and compile the realated program using 'CBERN RXOBV3' ('perl %EXE%\cbern.pl RXOBV3' on Windows).
Download to $LG (%LG):
UPDMEA.f90
B_04: Bug
Date: 24-Feb-2023
Description: Troposphere SINEX result file, version 2.0, do not report the used "OCEAN TIDE LOADING MODEL" filename.
Affected platforms: All platforms
Remarks: We are grateful to Christina Kempe from Lantmäteriet, Sweden for pointing us to this problem.
Correction: Download the modified version of D_MODEL.f90 to the library directory $LG (%LG% on Windows) and compile the related programs using 'CBERN ALL' ('perl %EXE%\cbern.pl ALL' on Windows).
Download to $LG (%LG%):
D_MODEL.f90
B_05: Bug
Date: 01-Mar-2023
Description: ATX2PCV: The "Special Missing Value Handling" request may not be handled correctly for the first receiver antenna if no input PCV file is provided.
Affected platforms: All platforms
Correction: Download the modified version of ATX2PCV.f90 to the program directory $FG (%FG% on Windows) and compile the program using 'CBERN ATX2PCV' ('perl %EXE%\cbern.pl ATX2PCV' on Windows).
Download to $FG (%FG%):
ATX2PCV.f90
B_06: Bug
Date: 15-May-2023
Description: Potential illegal array access when long station IDs are extracted.
It depends on the compiler and operating system whether and how this error appears.
Affected platforms: All platforms
Correction: Download the modified version of D_STACRX.f90 to the library directory
$LG (%LG% on Windows) and compile the related programs using 'CBERN ALL' ('perl %EXE%\cbern.pl ALL' on Windows).
Download to $LG (%LG%):
D_STACRX.f90
B_07: Bug
Date: 12-May-2023
Description: Ambiguity resolution strategy (Sigma) bug: Wrong fixes w.r.t. reference ambiguity may
have effects in the decimeter range.
Affected platforms: All platforms
Correction: Download the modified Version ARSTR3.f to $LG and compile the related program GPSEST using
'CBERN GPSEST' ('perl %EXE%\cbern.pl GPSEST' on windows).
Download to $LG (%LG%):
ARSTR3.f
B_08: Bug
Date: 12-May-2023
Description: If an OSB file does not contain a satellite number the reading was not done in an
appropriate way (effect ranges between no correction and segmentation fault, depending on the compiler).
Apart from the improvement of the reading, a message is issued if a requested bias type is not provided.
Affected platforms: All platforms
Correction: Download the modified version of RDOSBFL.g90 and OSBCOR.f90 to the library directory
$LG (%LG% on Windows) and compile all relevant programs using 'CBERN ALL' ('perl %EXE%\cbern.pl ALL' on Windows).
Download to $LG (%LG%):
RDOSBFL.f90
Download to $LG (%LG%):
OSBCOR.f90
B_09: Improvement
Date: 12-May-2023
Description: Consider a time window when importing Bias SINEX into Bernese OSB format.
Affected platforms: All platforms
Correction: Download the modified version of BIA2OSB.INP to the panel directory $PAN (%PAN% on Windows);
BIA2OSB.HLP to the help directory $HLP (%HLP% on Windows); P_BIA2OSB.f90, BIARDOPT.f90, READBIASNX.f90 to the library directory
$LG (%LG% on Windows); BIA2OSB.f90 to the program directory $FG (%FG% on Windows) and compile the related program
using 'CBERN BIA2OSB' ('perl %EXE%\cbern.pl BIA2OSB' on Windows).
Do not forget to distribute the new input panel to all user accounts using Menu > Configure > Update program input files (including the BPEs).
Download to $LG (%LG%):
P_BIA2OSB.f90
Download to $LG (%LG%):
BIARDOPT.f90
Download to $LG (%LG%):
READBIASNX.f90
Download to $FG (%FG%):
BIA2OSB.f90
Download to $PAN (%PAN%):
BIA2OSB.INP
Download to $HLP (%HLP%):
BIA2OSB.HLP
B_10: Bug
Date: 12-May-2023
Description: The copy scripts responsible to get product files from the DATAPOOL area into the campaign were
not able to handle ION files with long file names. This concerns the PPP.PCF, RNX2SNX.PCF, CLKDET.PCF and the IONDET.PCF.
Affected platforms: All platforms
Correction: Download the modified versions of the copy scripts to your $SCR (%SCR% on windows) and to
all user specific script directories $U/SCRIPT (%U%\SCRIPT).
If you have made changes to the scripts, you will have to merge these changes into your scripts manually.
The changes are identical for all 4 scripts.
Download to $$SCR (%SCR%):
PPP_COP,
R2S_COP,
CLK_COP,
ION_COP