modf_script.m - MATLAB script that runs all MODF creating scripts for Tiksi, Eureka, Utqiagvik for SOP1 and 2. Before running it go through all MODF creating scripts and update the name of the arctic server to your local server name. Any of the following scripts can be run individually. They haven't been turned into functions to make them easier to troubleshoot in case any changes need to be made to the code. modf_v3.m - creates Utqiagvik MODF for SOP1 modf_v3_p2.m - creates Utqiagvik MODF for SOP2 modf_v3_tiksi.m - creates Tiksi MODF for SOP1 modf_v3_tiksi_p2.m - creates Tiksi MODF for SOP2 modf_v3_eureka.m - creates Eureka MODF for SOP1 modf_v3_eureka_p2.m - creates Eureka MODF for SOP2 If changes have been made to the corresponding AM table: 1) download the updated AM table into the work directory ('arctic:\YOPP\MODF\Software\') 2) turn it into two separate excel tables - one for each SOP. (At least global attributes 'title' and 'time_coverage' will change) 3) name your excel files 'Tiksi_var_att_sop1.4' (for SOP1) and 'Tiksi_var_att_sop2.4' (for SOP2). As an alternative if you want to keep updating the version of the AM table you can name the files 'Tiksi_var_att_sop1.5' and 'Tiksi_var_att_sop2.5' and then modify the last line of code in the corresponding processing script to match your new file name. ex.: read_HK_table('Tiksi_var_att_sop1.5.xlsx','tiksi',period,MODF,FillValue)