shawking / SAFEAPEX

Discussion
0 stars 0 forks source link

What is ASOL.SOT ? #10

Closed LECOMTE-ISADEV closed 5 years ago

LECOMTE-ISADEV commented 5 years ago

In the MAINPROGRAM I see :

IF(ISOL==0)THEN ..... ELSE WRITE(ASOL,'(I8.8)')NBSA(ISA) SOILFILE=ASOL//".SOT" CALL OPENV(KR(14),SOILFILE,0) END IF

What is ASOL.DAT used for ?

shawking commented 5 years ago

Do you mean ASOL.SOT? This looks like a soil output file. The APEX manual states: ISOL = "0 for normal run

0 for runs using .SOT files"

LECOMTE-ISADEV commented 5 years ago

are you gonna used this kind of output file ?

shawking commented 5 years ago

I'm not sure of its utility. But if it can be accessed that would be helpful.

LECOMTE-ISADEV commented 5 years ago

ok