Step 5: Education Fate Base Model ================================= :: Todo: clean inputation using information of already graduated, in school, etc. Model Description ----------------- .. include:: Step05/code/model_info.mpp :start-after: NOTE(model, EN) :end-before: */ The new EducBaseFate.mpp Module ------------------------------- .. include:: Step05/code/EducBaseFate.mpp :start-after: NOTE(EducBaseFate, EN) :end-before: */ .. include:: Step05/code/EducBaseFate.mpp :start-after: */ :code: Initializations in the Start() Function --------------------------------------- The state educ_startpop is added to the list of variables initiated in the Start() Function. .. include:: Step05/code/PersonCore.mpp :start-after: //ADD05 :end-before: //ENDADD05 :code: Context-Specific Ranges in _CountryContext.mpp ---------------------------------------------- .. include:: Step05/code/_CountryContext.mpp :start-after: //ADD05 :end-before: //ENDADD05 :code: