-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I have a CRHM user that is running a CRHM group prj. The group prj has 150 groups, ie. from Grp@A to GrpET, and when the group prj finished simulation and saved output, the variables in Sub052_Grp@AZ , Sub078_Grp@BZ, Sub104_Grp@CZ, Sub130_Grp@DZ cannot be saved in the output. I think there is some code missing in crhmcode that handles the large number of groups, ie. missing code to build and read these groups. I attached the group prj along with obs files used here
obs_files_CMFD_20072008.zip
Borland CRHM had this issue before it was fixed in February 2019. I am not the original programmer that fixed this, but I believe there are two files in borland_source folder:
CRHMmain.cpp (https://github.com/srlabUsask/crhmcode/blob/master/borland_source/CRHMmain.cpp)
Common.cpp (https://github.com/srlabUsask/crhmcode/blob/master/borland_source/Common.cpp)
In both files, there are codes for GroupEnding. I am not sure how these are coded in crhmcode.