Closed LECOMTE-ISADEV closed 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"
are you gonna used this kind of output file ?
I'm not sure of its utility. But if it can be accessed that would be helpful.
ok
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 ?