Environment settings

Hi,

By comparing 5.0 with 4.9, it is found that there is no change in inlineto2d.f. The same also goes for mrgpt.f. Since I tested the two programs from 4.9, I would like to propose additional settings in the manual of SMOKE 5.0.

For inlineto2d.f, the additional environment variables are

GRIDDESC for a grid description file; and
IOAPI_GRIDNAME_1 for a grid name from GRIDDESC

For mrgpt.f, renaming is needed for the follow environment variables, otherwise the ones in the manual are not recognized by the program.

Replace FILELIST_STACK with FILELIST_S;
replace FILELIST_INLN with FILELIST_E;
replace OUTFILE_STACK with OUTFILE_S; and
replace OUTFILE_INLN with OUTFILE_E.

Moreover, REPMRGGRID and REPMERG_ADJ are not found anywhere in the code. It seems to me that the following variables must be set instead, though optional:

CREATE_REPORT ! consent to create a report, admitting either Y or N
REPORT_BY_STATE ! for the output report file

It is possible that updates in environment settings are needed for other SMOKE utility programs. Perhaps the manual can be refreshed after all programs are tested.

Thanks,
Roger

Thank you for making these suggestions. We will look into updating the manual.