Closed LECOMTE-ISADEV closed 5 years ago
ok i've got it the MPS and MFT are for one simulation The size of .dat the file has no effect, because only usefull line is read in NFTBL = SUBPROGRAM READS FERTILIZER TABLE TO DETERMINE PARAMETERS OF INPUT FERTILIZER PSTTBL = SUBPROGRAM READS PESTICIDE TABLE TO DETERMINE PESTICIDE PARAMETERS Same method for tillage TILTBL = SUBPROGRAM READS EQUIPMENT TABLE TO DETERMINE PARAMETERS OF INPUT OPERATIONS AND COMPUTES OPERATION COSTS(EQUIPMENT + TRACTOR)
We have initialized MPS = 60; // MPS = MAX # PESTICIDES MFT = 60; // MFT = MAX # FERTILIZER But in PEST.DAT there is 322 lines and in FERTCOM.DAT there is 72 lines What do we do ?