Sender: cisco@marine.unc.edu Organization: Marine Sciences X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i686) X-Status: Hello again, I forgot to attach the file. Here goes the message again, with the file attached. Sorry, but at present, I have no semblance of a brain left. ============================================= Craig, Dennis and Jim, As part of the plotting of the FCAST outputs, we agreed to include daily (24 hour) averages of the variables. I attach below the a file that has 1) the needed changes in OUTPUTQ4 (look for the string "cFEW24h", and 2) subroutine average24h To include these in your CRUISE_Q4.USER.f simply cut and paste into the appropriate places in OUTPUTQ4 and add subroutine average24h to CRUISE_Q4.USER.f (I included it right after SUBROUTINE OUTPUTQ4). This will output 24-hour average icq4 files called: DAY01_avg.icq4 DAY02_avg.icq4 through DAY14_avg.icq4 It's not the prettiest coding job - but it works. I will try to make it prettier as we go along. Finally, YOU NEED TO ADD TO FCAST_1.0.run the following THREE lines: 1) AFTER mv ITER_* CRUISE_Q4.1/ ADD mv DAY* CRUISE_Q4.1/ 2) AFTER mv ITER_* CRUISE_Q4.2/ ADD mv DAY* CRUISE_Q4.2/ 3) AFTER mv ITER_* CRUISE_Q4.3/ ADD mv DAY* CRUISE_Q4.3/ Cisco. ========================= [ Attachment (text/plain): "SUBS.for.24hourAvg" 20463 bytes Character set: us-ascii ]