You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Geofac checks the input INFILE for consistently in /NUMBER OF VARIABLES/ value from global attributes and the actual number of variables which has one additional variable TFLAG. This cause Geofac to crash with the following message as example:
forrtl: severe (408): fort: (2): Subscript #1 of the array VTYPESET has value 63 which is greater than the upper bound of 62
Image PC Routine Line Source
geofac 0000000000929C46 Unknown Unknown Unknown
geofac 0000000000409FEC descset_ 249 descset.f
geofac 0000000000401394 MAIN__ 109 geofac.f
geofac 0000000000401252 Unknown Unknown Unknown
geofac 0000000000AFC111 Unknown Unknown Unknown
geofac 000000000040111E Unknown Unknown Unknown
Geofac specifically looks for variable IFAC in GEOMASK file but currently there is no mention of this required variable in the SMOKE User Manual
The text was updated successfully, but these errors were encountered:
Geofac in the released SMOKE 5.0 is not functional. Even if the someone managed to get it run, no emission control factor was applied to the input gridded emission and the output file is essentially identical to the input file.
Geofac checks the input INFILE for consistently in
/NUMBER OF VARIABLES/
value from global attributes and the actual number of variables which has one additional variable TFLAG. This cause Geofac to crash with the following message as example:Geofac specifically looks for variable
IFAC
in GEOMASK file but currently there is no mention of this required variable in the SMOKE User ManualThe text was updated successfully, but these errors were encountered: