2011-10-12 10:25:57,391-0500 DEBUG Loader arguments: [-config, ./cf.properties, -sites.file, ./fusion-coasters.xml, -tc.file, ./tc.data, ./amwg_stats.swift, -workdir=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/, -sig=1, -test_inst=-1, -test_case=b40.1850.track1.2deg.003, -test_djf=NEXT, -test_path=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/, -test_nyrs=1, -test_begin=501, -test_djf_climo=0, -test_jja_climo=0, -test_son_climo=1, -test_mam_climo=1, -test_ann_climo=0, -test_mon_climo=0, -test_path_climo=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003/, -plot_ANN_climo=0, -plot_DJF_climo=0, -plot_JJA_climo=0, -plot_MON_climo=0, -plot_MAM_climo=1, -plot_SON_climo=1, -all_sets=1, -set_1=0, -set_2=0, -set_3=0, -set_4=0, -set_4a=0, -set_5=0, -set_6=0, -set_7=0, -set_8=0, -set_9=0, -set_10=0, -set_11=0, -set_12=0, -set_13=1, -set_14=0, -set_15=0, -cntl=OBS, -obs_data=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//obs_data, -custom_names=1, -casenames=False, -case1=null, -case2=null, -diag_code=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code, -plots=ANN,DJF,JJA, -plots=ANN,DJF,JJA, -plot_type=ps, -version=110909, -color_type=COLOR, -time_stamp=False, -web_pages=0, -imageType=png, -webdir=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs, -rgb_file=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//rgb/bluered.rgb, -mg_micro=0, -paleo=False, -land_mask1=1, -land_mask2=1, -tick_marks=1, -sig_plot=False, -sig_lvl=null, -diffs=False, -significance=1, -diaghome=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift/, -cam_data=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//cam35_data, -cam_base=ccsm3_5, -ncarg_root=/fusion/gpfs/home/mickelso/ncl, -strip_off_vars=0, -test_var_list=CLDHGH,CLDICE,CLDLIQ,CLDMED,CLDLOW,CLDTOT,CLOUD,DCQ,DTCOND,DTV,FICE,FLDS,FLNS,FLNSC,FLNT,FLNTC,FLUT,FLUTC,FSDS,FSDSC,FSNS,FSNSC,FSNTC,FSNTOA,FSNTOAC,FSNT,ICEFRAC,LANDFRAC,LHFLX,LWCF,OCNFRAC,OMEGA,OMEGAT,PBLH,PRECC,PRECL,PRECSC,PRECSL,PS,PSL,Q,QFLX,QRL,QRS,RELHUM,SHFLX,SNOWHICE,SNOWHLND,SOLIN,SRFRAD,SWCF,T,TAUX,TAUY,TGCLDIWP,TGCLDLWP,TMQ,TREFHT,TS,U,UU,V,VD01,VQ,VT,VU,VV,Z3, -non_time_vars=gw,hyam,hybm,hyai,hybi,P0] 2011-10-12 10:25:57,391-0500 DEBUG Loader Max heap: 257294336 2011-10-12 10:25:57,678-0500 DEBUG textfiles BEGIN SWIFTSCRIPT: #SwiftScript version # Version 0.1 type file; string null = "NULL"; string yes = "0"; string no = "1"; #==================================================================================== #==================================================================================== # USER MODIFY #==================================================================================== #==================================================================================== #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # TEST CASE #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int test_DJF_climo = @toint(@arg("test_djf_climo",yes)); int test_JJA_climo = @toint(@arg("test_jja_climo",yes)); int test_ANN_climo = @toint(@arg("test_ann_climo",yes)); int test_MON_climo = @toint(@arg("test_mon_climo",yes)); int test_MAM_climo = @toint(@arg("test_mam_climo",yes)); int test_SON_climo = @toint(@arg("test_son_climo",yes)); #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Start reading in all the command-line arguements #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ string test_djf = @arg("test_djf","NEXT");trace(@strcat("test_djf: ",@arg("test_djf"))); string test_prefix = @arg("test_case");trace(@strcat("test_case: ",@arg("test_case"))); string test_path =@arg("test_path");trace(@strcat("test_path: ",@arg("test_path"))); int test_begin = @toint(@arg("test_begin"));trace(@strcat("test_begin: ",@arg("test_begin"))); int test_nyrs = @toint(@arg("test_nyrs"));trace(@strcat("test_nyrs: ",@arg("test_nyrs"))); int years_to_test[] = [test_begin : test_begin + test_nyrs - 1 : 1]; int test_inst = @toint(@arg("test_inst","-1")); trace(@strcat("test_inst: ",test_inst)); string workdir = @arg("workdir"); trace(@strcat("workdir: ",@arg("workdir"))); string test_path_climo = @arg("test_path_climo"); string conv_test; string test_out; string test_out_climo; if ( test_inst >= 0) { conv_test = @strcat(test_prefix,".cam2.",test_inst,".h0."); test_out = @strcat(workdir,"/",@strcat(test_prefix,".",test_inst)); test_out_climo = @strcat(test_path_climo,"/",@strcat(test_prefix,".",test_inst)); } else { conv_test = @strcat(test_prefix,".cam2.h0."); test_out = @strcat(workdir,"/",test_prefix); test_out_climo = @strcat(test_path_climo,"/",test_prefix); } int significance = @toint(@arg("sig",no)); int weight_months = 0; int strip_off_vars = @toint(@arg("strip_off_vars")); string test_var_list = @strcat(@arg("test_var_list")); string non_time_vars = @strcat(@arg("non_time_vars")); #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # CNTL CASE #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int cntl_DJF_climo = @toint(@arg("cntl_djf_climo",no)); int cntl_JJA_climo = @toint(@arg("cntl_jja_climo",no)); int cntl_ANN_climo = @toint(@arg("cntl_ann_climo",no)); int cntl_MON_climo = @toint(@arg("cntl_mon_climo",no)); int cntl_MAM_climo = @toint(@arg("cntl_mam_climo",no)); int cntl_SON_climo = @toint(@arg("cntl_son_climo",no)); string cntl_djf = @arg("cntl_djf","NEXT");trace(@strcat("cntl_djf: ",@arg("cntl_djf","NEXT"))); string cntl_prefix = @arg("cntl_case","dummy"); if(cntl_prefix != null) {trace(@strcat("cntl_case: ",cntl_prefix));} string cntl_path =@arg("cntl_path",test_path); if(cntl_path != null) {trace(@strcat("cntl_path: ",cntl_path));} int cntl_begin = @toint(@arg("cntl_begin","-1")); if(cntl_begin >=0) {trace(@strcat("cntl_begin: ",cntl_begin));} int cntl_nyrs = @toint(@arg("cntl_nyrs","-1")); if(cntl_nyrs >0) {trace(@strcat("cntl_nyrs: ",cntl_nyrs));} int cntl_years_to_test[] = [cntl_begin : cntl_begin + cntl_nyrs - 1 : 1]; int cntl_inst = @toint(@arg("cntl_inst","-1")); # trace(@strcat("cntl_inst: ",cntl_inst)); string cntl_path_climo = @arg("cntl_path_climo",test_path_climo); string conv_cntl; string cntl_out; string cntl_out_climo; if ( cntl_inst >= 0) { conv_cntl = @strcat(cntl_prefix,".cam2.",cntl_inst,".h0."); cntl_out = @strcat(workdir,"/",@strcat(cntl_prefix,".",cntl_inst)); cntl_out_climo = @strcat(cntl_path_climo,"/",@strcat(cntl_prefix,".",cntl_inst)); } else { conv_cntl = @strcat(cntl_prefix,".cam2.h0."); cntl_out = @strcat(workdir,"/",cntl_prefix); cntl_out_climo = @strcat(cntl_path_climo,"/",cntl_prefix); } trace(@strcat("cntl_out_climo: ",cntl_out_climo)); trace(@strcat("cntl_out: ", cntl_out)); string cntl_in = @strcat(cntl_path,cntl_prefix); string dummy_message_cntl = "CNTL=USER"; string dummy_message_paleo = "PALEO=FALSE"; string cntl = @strcat(@arg("cntl")); string obs_data = @strcat(@arg("obs_data")); #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # PLOTTING #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int plot_ANN_climo = @toint(@arg("plot_ANN_climo")); int plot_DJF_climo = @toint(@arg("plot_DJF_climo")); int plot_MAM_climo = @toint(@arg("plot_MAM_climo")); int plot_JJA_climo = @toint(@arg("plot_JJA_climo")); int plot_SON_climo = @toint(@arg("plot_SON_climo")); int plot_MON_climo = @toint(@arg("plot_MON_climo")); int all_sets = @toint(@arg("all_sets")); int set_1 = @toint(@arg("set_1")); int set_2 = @toint(@arg("set_2")); int set_3 = @toint(@arg("set_3")); int set_4 = @toint(@arg("set_4")); int set_4a = @toint(@arg("set_4a")); int set_5 = @toint(@arg("set_5")); int set_6 = @toint(@arg("set_6")); int set_7 = @toint(@arg("set_7")); int set_8 = @toint(@arg("set_8")); int set_9 = @toint(@arg("set_9")); int set_10 = @toint(@arg("set_10")); int set_11 = @toint(@arg("set_11")); int set_12 = @toint(@arg("set_12")); int set_13 = @toint(@arg("set_13")); int set_14 = @toint(@arg("set_14")); int set_15 = @toint(@arg("set_15")); string custom_names = @strcat(@arg("custom_names")); string casenames = @strcat(@arg("casenames")); string case1 = @strcat(@arg("case1")); string case2 = @strcat(@arg("case2")); string diag_code = @strcat(@arg("diag_code"),"/");trace(@strcat("diag_code: ",diag_code)); string diaghome = @strcat(@arg("diaghome")); string plot_type = @strcat(@arg("plot_type")); string dversion = @strcat(@arg("version")); string color_type = @strcat(@arg("color_type")); string time_stamp = @strcat(@arg("time_stamp")); string imageType = @strcat(@arg("imageType")); string web_pages = @strcat(@arg("web_pages")); string webdir = @strcat(@arg("webdir")); string rgb_file = @strcat(@arg("rgb_file")); string mg_micro = @strcat(@arg("mg_micro")); string paleo = @strcat(@arg("paleo"));trace(@strcat("paleo: ",paleo)); string land_mask1 = @strcat(@arg("land_mask1")); string land_mask2 = @strcat(@arg("land_mask2")); string tick_marks = @strcat(@arg("tick_marks")); string sig_plot = @strcat(@arg("sig_plot")); string sig_lvl = @strcat(@arg("sig_lvl")); string diffs = @strcat(@arg("diffs")); string cam_data = @strcat(@arg("cam_data")); string cam_base = @strcat(@arg("cam_base")); string ncarg_root = @strcat(@arg("ncarg_root")); string plots[] = @strsplit(@arg("plots"),","); foreach word in plots{ trace(@strcat("plots: ",word)); } #==================================================================================== #==================================================================================== # APPLICATIONS #==================================================================================== #==================================================================================== #Formats and returns Yr_prnt variable based on number of digits (string yrstr)yearprint(int yr) { if(yr<10) { yrstr = @strcat("000",yr); } if(yr >= 10 && yr <100) { yrstr=@strcat("00",yr); } if(yr >= 100 && yr<1000) { yrstr=@strcat("0",yr); } if(yr >= 1000) { yrstr=@strcat(yr); } } (string mstr)monthprint(int m) { if(m<10) { mstr = @strcat("0",m); } else { mstr = @strcat(m); } } (file out)Save_Unweighted_Variables(string file_name, string n_t_var, string t_path) { app {ncks "-C" "-O" "-v" n_t_var @strcat(t_path,file_name) @filename(out);} } (file out)Append_NonTimeDep_Vars( string n_t_var, file input1, file input2) { app {Append_ncks_csh n_t_var @input1 @input2 @out;} } (file out)Sum_Monthly_Files(string f[]) { app {ncea "-O" f @out;} } (file out)Sum_Wgt_Files(file f1, file f2, file f3) { app {ncea "-O" "-y" "ttl" @f1 @f2 @f3 @filename(out);} } (file out)Sum_Wgt_Files_12Months(file f1, file f2, file f3, file f4, file f5, file f6, file f7, file f8, file f9, file f10, file f11, file f12) { app {ncea "-O" "-y" "ttl" @f1 @f2 @f3 @f4 @f5 @f6 @f7 @f8 @f9 @f10 @f11 @f12 @out;} } (file out)Edit_File_Attributes(string var, file input) { app {ncatted "-O" "-a" @strcat("yrs_averaged,global,c,c,",var) @filename(input) @filename(out);} } (file out)Edit_File_Attributes2(string var, string input) { app {ncatted "-O" "-a" @strcat("yrs_averaged,global,c,c,",var) input @filename(out);} } (file out)Edit_File_Attributes3(string var, file input[]) { app {ncatted "-O" "-a" @strcat("yrs_averaged,global,c,c,",var) @filename(input) @filename(out);} } (file out)Apply_Weights(string n_t_var, string weights, string f) { app {ncflint "-O" "-C" "-x" "-v" n_t_var "-w" @strcat(weights,",0.0") f f @filename(out);} } (file out)Apply_Weights_strip(string var_list, string weights, string f) { app {ncflint "-O" "-c" "-v" var_list "-w" @strcat(weights,",0.0") f f @filename(out);} } (file out)Ensemble_Averages(file f[]) { app {ncea "-O" @filenames(f) @filename(out);} } (file out)Calc_Climo_File2(string f[]) { app {ncea "-O" f @filename(out);} } (file out)Calc_Significance(file f[]) { app {ncrcat "-O" @filenames(f) @filename(out);} } (file out)dummy_file(string message) { app {dummy_file_csh message @filename(out);} } (file out) plot_ncl(string wkdirL, string compareL, string seasonL, string case_namesL, string ncdf_modeL, string infile1L, string outfile1L, string infile2L, string outfile2L, string case1L, string case2L, string dversionL, string plot_typeL, string color_typeL, string time_stampL, string obs_dataL, string rgb_fileL, string mg_microL, string paleoL, string tick_marksL, string sig_plotL, string sig_lvlL, string means1L, string varfile1L, string means2L, string varfile2L, string varmodeL, string paleocoast1L, string paleocoast2L, string diffsL, string ncdf_djf_modeL, string ncdf_jja_modeL, string ncdf_ann_modeL, string cam_dataL, string cam_baseL, string diaghomeL, string setNumL, string imageTypeL, string web_pagesL,string diag_codeL, string webdirL, string nclFileL, string test_plotvarsL, string cntl_plotvarsL, string WKD, string SEA, string ncarg_rootL, file paleo1L, file paleo2L, string tarPathL, string setWD, string tarName, file testin, file cntlin) { app{run_ncl_csh wkdirL compareL seasonL case_namesL ncdf_modeL infile1L outfile1L infile2L outfile2L case1L case2L dversionL plot_typeL color_typeL time_stampL obs_dataL rgb_fileL mg_microL paleoL tick_marksL sig_plotL sig_lvlL means1L varfile1L means2L varfile2L varmodeL paleocoast1L paleocoast2L diffsL ncdf_djf_modeL ncdf_jja_modeL ncdf_ann_modeL cam_dataL cam_baseL diaghomeL nclFileL setNumL imageTypeL web_pagesL diag_codeL webdirL test_plotvarsL cntl_plotvarsL WKD SEA ncarg_rootL tarPathL setWD tarName @filename(out);} } (file out) plot_ncl2SEAS(string wkdirL, string compareL, string seasonL, string case_namesL, string ncdf_modeL, string infile1L, string outfile1L, string infile2L, string outfile2L, string case1L, string case2L, string dversionL, string plot_typeL, string color_typeL, string time_stampL, string obs_dataL, string rgb_fileL, string mg_microL, string paleoL, string tick_marksL, string sig_plotL, string sig_lvlL, string means1L, string varfile1L, string means2L, string varfile2L, string varmodeL, string paleocoast1L, string paleocoast2L, string diffsL, string ncdf_djf_modeL, string ncdf_jja_modeL, string ncdf_ann_modeL, string cam_dataL, string cam_baseL, string diaghomeL, string setNumL, string imageTypeL, string web_pagesL,string diag_codeL, string webdirL, string nclFileL, string test_plotvarsL, string cntl_plotvarsL, string WKD, string SEA, string ncarg_rootL, file paleo1L, file paleo2L, string tarPathL, string setWD, string tarName, file testinDJF, file cntlDJF, file testinJJA, file cntlJJA) { app{run_ncl_csh wkdirL compareL seasonL case_namesL ncdf_modeL infile1L outfile1L infile2L outfile2L case1L case2L dversionL plot_typeL color_typeL time_stampL obs_dataL rgb_fileL mg_microL paleoL tick_marksL sig_plotL sig_lvlL means1L varfile1L means2L varfile2L varmodeL paleocoast1L paleocoast2L diffsL ncdf_djf_modeL ncdf_jja_modeL ncdf_ann_modeL cam_dataL cam_baseL diaghomeL nclFileL setNumL imageTypeL web_pagesL diag_codeL webdirL test_plotvarsL cntl_plotvarsL WKD SEA ncarg_rootL tarPathL setWD tarName @filename(out);} } (file out) plot_ncl3SEAS(string wkdirL, string compareL, string seasonL, string case_namesL, string ncdf_modeL, string infile1L, string outfile1L, string infile2L, string outfile2L, string case1L, string case2L, string dversionL, string plot_typeL, string color_typeL, string time_stampL, string obs_dataL, string rgb_fileL, string mg_microL, string paleoL, string tick_marksL, string sig_plotL, string sig_lvlL, string means1L, string varfile1L, string means2L, string varfile2L, string varmodeL, string paleocoast1L, string paleocoast2L, string diffsL, string ncdf_djf_modeL, string ncdf_jja_modeL, string ncdf_ann_modeL, string cam_dataL, string cam_baseL, string diaghomeL, string setNumL, string imageTypeL, string web_pagesL,string diag_codeL, string webdirL, string nclFileL, string test_plotvarsL, string cntl_plotvarsL, string WKD, string SEA, string ncarg_rootL, file paleo1L, file paleo2L, string tarPathL, string setWD, string tarName, file testinDJF, file cntlDJF, file testinJJA, file cntlJJA, file testinANN, file cntlANN) { app{run_ncl_csh wkdirL compareL seasonL case_namesL ncdf_modeL infile1L outfile1L infile2L outfile2L case1L case2L dversionL plot_typeL color_typeL time_stampL obs_dataL rgb_fileL mg_microL paleoL tick_marksL sig_plotL sig_lvlL means1L varfile1L means2L varfile2L varmodeL paleocoast1L paleocoast2L diffsL ncdf_djf_modeL ncdf_jja_modeL ncdf_ann_modeL cam_dataL cam_baseL diaghomeL nclFileL setNumL imageTypeL web_pagesL diag_codeL webdirL test_plotvarsL cntl_plotvarsL WKD SEA ncarg_rootL tarPathL setWD tarName @filename(out);} } (file out) plot_nclMon(string wkdirL, string compareL, string seasonL, string case_namesL, string ncdf_modeL, string infile1L, string outfile1L, string infile2L, string outfile2L, string case1L, string case2L, string dversionL, string plot_typeL, string color_typeL, string time_stampL, string obs_dataL, string rgb_fileL, string mg_microL, string paleoL, string tick_marksL, string sig_plotL, string sig_lvlL, string means1L, string varfile1L, string means2L, string varfile2L, string varmodeL, string paleocoast1L, string paleocoast2L, string diffsL, string ncdf_djf_modeL, string ncdf_jja_modeL, string ncdf_ann_modeL, string cam_dataL, string cam_baseL, string diaghomeL, string setNumL, string imageTypeL, string web_pagesL,string diag_codeL, string webdirL, string nclFileL, file file1, file file2, file file3, file file4, file file5, file file6, file file7, file file8, file file9, file file10, file file11, file file12, file file13, file file14, file file15, file file16, file file17, file file18, file file19, file file20, file file21, file file22, file file23, file file24, string test_plotvarsL, string cntl_plotvarsL, string WKD, string SEA, string ncarg_rootL, string tarPathL, string setWD, string tarName) { app{run_ncl_csh wkdirL compareL seasonL case_namesL ncdf_modeL infile1L outfile1L infile2L outfile2L case1L case2L dversionL plot_typeL color_typeL time_stampL obs_dataL rgb_fileL mg_microL paleoL tick_marksL sig_plotL sig_lvlL means1L varfile1L means2L varfile2L varmodeL paleocoast1L paleocoast2L diffsL ncdf_djf_modeL ncdf_jja_modeL ncdf_ann_modeL cam_dataL cam_baseL diaghomeL nclFileL setNumL imageTypeL web_pagesL diag_codeL webdirL test_plotvarsL cntl_plotvarsL WKD SEA ncarg_rootL tarPathL setWD tarName @filename(out);} } (file out) plot_paleo_ncl(file inputF, string file_inputS, string data_fileL, string land_maskL, string ncarg_rootL, string diag_codeL) { app{plot_paleo_csh file_inputS data_fileL land_maskL diag_codeL ncarg_rootL @filename(out);} } #========================================================================================= # Procedures #========================================================================================= (file out)Calc_Climo_File(file input[]) { out = Ensemble_Averages(input); } (file climo2[])CalcMonthlyClimatology(int nyrs, string conv, int begin, string path, string out,int years[]) { #----------------------------------------------------------------------- # CALC MONTHLY CLIMATOLOGY #----------------------------------------------------------------------- if(nyrs == 1) { string yr_prnt = @strcat(conv,yearprint(begin)); int m[]=[1,2,3,4,5,6,7,8,9,10,11,12]; foreach month in m { string mfile_name= @strcat(path,yr_prnt,"-",monthprint(month),".nc"); climo2[month-1]=Edit_File_Attributes2(@strcat(begin),mfile_name); } } else { int yr_cnt = begin; int yr_end = begin + nyrs-1; string ave_yrs = @strcat(yr_cnt,"-",yr_end); int m[]=[1,2,3,4,5,6,7,8,9,10,11,12]; foreach month in m { string mname[]; foreach year in years { string yr_prnt = @strcat(conv,yearprint(year)); mname[year] = @strcat(path,yr_prnt,"-",monthprint(month),".nc"); } file climo; climo = Calc_Climo_File2(mname); climo2[month-1]=Edit_File_Attributes(ave_yrs,climo); } } } (file climo2)ComputeAveragesAndClimo(string monthDigits[], int m[], string SEA, string conv, string path, string out, int begin, int nyrs, string weights[], int monthCount, file unWgt_fileL, int years_to_testL[], int weight_monthsL, string non_time_varsL, int significanceL, string djf, int strip_off_varsL, string test_var_listL){ int yr_end = begin + nyrs - 1; string ave_yrs = @strcat(begin,"-",yr_end); file average[]; #Yearly Average File file appended[]; #Yearly average file with non-time-dependent variables appended (if weights apply) file means; #==================================================================================== # COMPUTE AVERAGES #==================================================================================== foreach year in years_to_testL { #Perform for each year to be tested string yr_prnt = @strcat(conv,yearprint(year)); #Year (formatted by calling yearprint method) file wgt_files[]; if(begin >= 1) { string names[]; if (SEA == "DJF"){ #Get the correct year for the files to grab string yr_last_prnt = @strcat(conv,yearprint(year-1)); #Last year string yr_next_prnt = @strcat(conv,yearprint(year+1)); #Next year if(djf == "PREV") { #Use last year's December, this year's January/February names=[@strcat(path,yr_last_prnt,"-12.nc"),@strcat(path,yr_prnt,"-01.nc"),@strcat(path,yr_prnt,"-02.nc")]; } if(djf == "NEXT") { #Use this year's December, next year's January/February names=[@strcat(path,yr_prnt,"-12.nc"),@strcat(path,yr_next_prnt,"-01.nc"),@strcat(path,yr_next_prnt,"-02.nc")]; } } else { foreach month in m { names[month-1] = @strcat(path,yr_prnt,"-",monthDigits[month-1],".nc"); } } file files[]; if(weight_monthsL == 0) { #Applied Weights #Apply weights to each monthly file foreach month in m { #Use corresponding weight file as ncflint output if(strip_off_varsL == 0) { wgt_files[month-1]=Apply_Weights_strip(test_var_listL, weights[month-1], @strcat("/",@files[month-1])); } else { wgt_files[month-1]=Apply_Weights(non_time_varsL, weights[month-1], @strcat("/",@files[month-1])); } } #Sum weight files to create average file if (monthCount == 3) { appended[year] = Sum_Wgt_Files(wgt_files[0],wgt_files[1],wgt_files[2]); } else { appended[year] = Sum_Wgt_Files_12Months(wgt_files[0],wgt_files[1],wgt_files[2],wgt_files[3],wgt_files[4], wgt_files[5],wgt_files[6],wgt_files[7],wgt_files[8],wgt_files[9],wgt_files[10],wgt_files[11]); } #Append Non-time-dependent variables average[year]=Append_NonTimeDep_Vars(non_time_varsL, unWgt_fileL, appended[year]); } else { #If weights don't apply, sum monthly files without applying weights average[year] = Sum_Monthly_Files(names); } } } #End foreach(years) #==================================================================================== # COMPUTE CLIMATOLOGY #==================================================================================== if(nyrs == 1) { climo2=Edit_File_Attributes3(@strcat(begin), average); } if(nyrs > 1) { file climo; climo=Calc_Climo_File(average); climo2=Edit_File_Attributes(ave_yrs,climo); if(significanceL == 0) {means = Calc_Significance(average);} } } set1 (string workdirL, string cntlL, string seasonL, string casenamesL, string test_outL, string cntl_outL, file test_inputL, file cntl_inputFL, string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL, string webdirL, string ncarg_rootL, string diaghomeL, file paleo1L, file paleo2L){ string nclfileL = @strcat("/",diag_codeL,"tables.ncl"); string test_plotvarsL=@strcat("/",test_outL,"_",seasonL,"_plotvars_set1.nc"); string cntl_plotvarsL=@strcat("/",cntl_outL,"_",seasonL,"_plotvars_set1.nc"); string ncdf_modeL = "create"; # # Set variables not used in this set # string rgb_fileL = "null"; string mg_microL = "null"; string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string diffsL = "null"; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string cntl_inputFLS; if(cntlL == "OBS"){ cntl_inputFLS = obs_dataL; }else{ cntl_inputFLS = @filename(cntl_inputFL); } string tarF = @strcat("set1_",seasonL,".tar"); string setWD = @strcat(webdirL,"/set1/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF = plot_ncl(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,@filename(test_inputL),test_plotvarsL,cntl_inputFLS,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL,"set1","asc",web_pagesL,diag_codeL,webdirL,nclfileL, test_plotvarsL,cntl_plotvarsL,workdirL,seasonL, ncarg_rootL,paleo1L,paleo2L,tarPath,setWD,tarF,test_inputL,cntl_inputFL); } set2 (string workdirL, string cntlL, string seasonL, string casenamesL, string test_outL, string cntl_outL, file test_inputL, file cntl_inputFL, string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL, string webdirL, string ncarg_rootL, string diaghomeL, file paleo1L, file paleo2L){ string nclfile1L = @strcat("/",diag_codeL,"plot_oaht.ncl"); string test_plotvarsL=@strcat("/",test_outL,"_",seasonL,"_plotvars_set2-OAHT.nc"); string cntl_plotvarsL=@strcat("/",cntl_outL,"_",seasonL,"_plotvars_set2-OAHT.nc"); string ncdf_modeL = "create"; # # Set variables not used in this set # string rgb_fileL = "null"; string mg_microL = "null"; string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string diffsL = "null"; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string cntl_inputFLS; if(cntlL == "OBS"){ cntl_inputFLS = obs_dataL; }else{ cntl_inputFLS = @filename(cntl_inputFL); } string tarF1 = @strcat("set2_a.tar"); string setWD1 = @strcat(webdirL,"/set2/"); string tarPath1 = @strcat(setWD1,tarF1); file finishF1; finishF1 = plot_ncl(workdirL,cntlL,seasonL, casenamesL,ncdf_modeL,@filename(test_inputL), test_plotvarsL,cntl_inputFLS,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL, color_typeL,time_stampL,obs_dataL, rgb_fileL,mg_microL, paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L, varmodeL,paleocoast1L,paleocoast2L, diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL, "set2",imageTypeL,web_pagesL,diag_codeL,webdirL, nclfile1L,test_plotvarsL, cntl_plotvarsL,workdirL,seasonL,ncarg_rootL,paleo1L,paleo2L, tarPath1,setWD1,tarF1,test_inputL,cntl_inputFL); string nclfile2L = @strcat("/",diag_codeL,"plot_oft.ncl"); string test_plotvars2L=@strcat("/",test_outL,"_",seasonL,"_plotvars_set2-OFT.nc"); string cntl_plotvars2L=@strcat("/",cntl_outL,"_",seasonL,"_plotvars_set2-OFT.nc"); string tarF2 = @strcat("set2_b.tar"); string setWD2 = @strcat(webdirL,"/set2/"); string tarPath2 = @strcat(setWD2,tarF2); file finishF2; finishF2 = plot_ncl(workdirL,cntlL,seasonL, casenamesL,ncdf_modeL,@filename(test_inputL), test_plotvars2L,cntl_inputFLS,cntl_plotvars2L, case1L,case2L,dversionL,plot_typeL, color_typeL,time_stampL,obs_dataL, rgb_fileL,mg_microL, paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L, varmodeL,paleocoast1L,paleocoast2L, diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL, "set2",imageTypeL,web_pagesL,diag_codeL,webdirL, nclfile2L,test_plotvars2L, cntl_plotvars2L,workdirL,seasonL,ncarg_rootL,paleo1L,paleo2L, tarPath2,setWD2,tarF2,test_inputL,cntl_inputFL); } set3 (string workdirL, string cntlL, string seasonL, string casenamesL, string test_outL, string cntl_outL, file test_inputL, file cntl_inputFL, string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL, string webdirL,string ncarg_rootL, string diaghomeL, file paleo1L, file paleo2L){ string nclfileL = @strcat("/",diag_codeL,"plot_zonal_lines.ncl"); string test_plotvarsL=@strcat(test_outL,"_",seasonL,"_plotvars_set3.nc"); string cntl_plotvarsL=@strcat(cntl_outL,"_",seasonL,"_plotvars_set3.nc"); string ncdf_modeL = "create"; # # Set variables not used in this set # string rgb_fileL = "null"; string mg_microL = "null"; string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string diffsL = "null"; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string cntl_inputFLS; if(cntlL == "OBS"){ cntl_inputFLS = obs_dataL; }else{ cntl_inputFLS = @filename(cntl_inputFL); } string tarF = @strcat("set3_",seasonL,".tar"); string setWD = @strcat(webdirL,"/set3/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF = plot_ncl(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,@filename(test_inputL),test_plotvarsL,cntl_inputFLS,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL,"set3",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL, test_plotvarsL,cntl_plotvarsL,workdirL,seasonL, ncarg_rootL,paleo1L,paleo2L,tarPath,setWD,tarF,test_inputL,cntl_inputFL); } set4 (string workdirL, string cntlL, string seasonL, string casenamesL, string test_outL, string cntl_outL, file test_inputL, file cntl_inputFL, string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string rgb_fileL, string mg_microL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL,string webdirL, string ncarg_rootL, string diaghomeL, file paleo1L, file paleo2L){ string nclfileL = @strcat("/",diag_codeL,"plot_vertical_cons.ncl"); string test_plotvarsL=@strcat(test_outL,"_",seasonL,"_plotvars_set4.nc"); string cntl_plotvarsL=@strcat(cntl_outL,"_",seasonL,"_plotvars_set4.nc"); string ncdf_modeL = "create"; # # Set variables not used in this set # string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string diffsL = "null"; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string cntl_inputFLS; if(cntlL == "OBS"){ cntl_inputFLS = obs_dataL; }else{ cntl_inputFLS = @filename(cntl_inputFL); } string tarF = @strcat("set4_",seasonL,".tar"); string setWD = @strcat(webdirL,"/set4/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF = plot_ncl(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,@filename(test_inputL),test_plotvarsL,cntl_inputFLS,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL,"set4",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL, test_plotvarsL,cntl_plotvarsL,workdirL,seasonL, ncarg_rootL,paleo1L,paleo2L,tarPath,setWD,tarF,test_inputL,cntl_inputFL); } set4a (string workdirL, string cntlL, string seasonL, string casenamesL, string test_outL, string cntl_outL, file test_inputL, file cntl_inputFL, string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string rgb_fileL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL,string webdirL, string ncarg_rootL, string diaghomeL, file paleo1L, file paleo2L){ string nclfileL = @strcat("/",diag_codeL,"plot_vertical_xz_cons.ncl"); string test_plotvarsL=@strcat(test_outL,"_",seasonL,"_plotvars_set4a.nc"); string cntl_plotvarsL=@strcat(cntl_outL,"_",seasonL,"_plotvars_set4a.nc"); string cntl_inputFLS; if(cntlL == "OBS"){ cntl_inputFLS = obs_dataL; }else{ cntl_inputFLS = @filename(cntl_inputFL); } string ncdf_modeL = "create"; # # Set variables not used in this set # string mg_microL = "null"; string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string diffsL = "null"; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string tarF = @strcat("set4a_",seasonL,".tar"); string setWD = @strcat(webdirL,"/set4a/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF = plot_ncl(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,@filename(test_inputL),test_plotvarsL,cntl_inputFLS,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL,"set4a",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL, test_plotvarsL,cntl_plotvarsL,workdirL,seasonL, ncarg_rootL,paleo1L,paleo2L,tarPath,setWD,tarF,test_inputL,cntl_inputFL); } set5 (string workdirL, string cntlL, string seasonL, string casenamesL, string test_outL, string cntl_outL, file test_inputL, file cntl_inputFL, string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string rgb_fileL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL,string webdirL, string paleoL, file paleofile1L, file paleofile2L, string mg_microL, string diffsL, string tick_marksL, string sig_plotL, int significanceL, string sig_lvlL,string ncarg_rootL, string diaghomeL){ string nclfileL = @strcat("/",diag_codeL,"plot_surfaces_cons.ncl"); string test_plotvarsL=@strcat(test_outL,"_",seasonL,"_plotvars_set5.nc"); string cntl_plotvarsL=@strcat(cntl_outL,"_",seasonL,"_plotvars_set5.nc"); string ncdf_modeL = "create"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string cntl_inputFLS; if(cntlL == "OBS"){ cntl_inputFLS = obs_dataL; }else{ cntl_inputFLS = @filename(cntl_inputFL); } if (significanceL==0){ means1L = @strcat(test_outL,"_",seasonL,"_means.nc"); varfile1L = @strcat(test_outL,"_",seasonL,"_variance.nc"); means2L = @strcat(cntl_outL,"_",seasonL,"_means.nc"); varfile2L = @strcat(cntl_outL,"_",seasonL,"_variance.nc"); } string varmodeL = "create"; # # Set variables not used in this set # string paleocoast1L = test_outL; string paleocoast2L = cntl_outL; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string tarF = @strcat("set5_",seasonL,".tar"); string setWD = @strcat(webdirL,"/set5_6/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF = plot_ncl(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,@filename(test_inputL),test_plotvarsL,cntl_inputFLS,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL,"set5",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL, test_plotvarsL,cntl_plotvarsL,workdirL,seasonL, ncarg_rootL,paleofile1L,paleofile2L,tarPath,setWD,tarF,test_inputL,cntl_inputFL); } set6 (string workdirL, string cntlL, string seasonL, string casenamesL, string test_outL, string cntl_outL, file test_inputL, file cntl_inputFL, string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string rgb_fileL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL,string webdirL, string paleoL, file paleofile1L, file paleofile2L, string mg_microL, string diffsL, string tick_marksL, string sig_plotL, int significanceL, string sig_lvlL, string ncarg_rootL, string diaghomeL){ string nclfileL = @strcat("/",diag_codeL,"plot_surfaces_vecs.ncl"); string test_plotvarsL=@strcat(test_outL,"_",seasonL,"_plotvars_set6.nc"); string cntl_plotvarsL=@strcat(cntl_outL,"_",seasonL,"_plotvars_set6.nc"); string ncdf_modeL = "create"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string cntl_inputFLS; if(cntlL == "OBS"){ cntl_inputFLS = obs_dataL; }else{ cntl_inputFLS = @filename(cntl_inputFL); } if (significanceL==0){ means1L = @strcat(test_outL,"_",seasonL,"_means_set6.nc"); varfile1L = @strcat(test_outL,"_",seasonL,"_variance_set6.nc"); means2L = @strcat(cntl_outL,"_",seasonL,"_means_set6.nc"); varfile2L = @strcat(cntl_outL,"_",seasonL,"_variance_set6.nc"); } string varmodeL = "create"; # # Set variables not used in this set # string paleocoast1L = test_outL; string paleocoast2L = cntl_outL; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string tarF = @strcat("set6_",seasonL,".tar"); string setWD = @strcat(webdirL,"/set5_6/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF = plot_ncl(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,@filename(test_inputL),test_plotvarsL,cntl_inputFLS,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL,"set6",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL, test_plotvarsL,cntl_plotvarsL,workdirL,seasonL, ncarg_rootL,paleofile1L,paleofile2L,tarPath,setWD,tarF,test_inputL,cntl_inputFL); } set7 (string workdirL, string cntlL, string seasonL, string casenamesL, string test_outL, string cntl_outL, file test_inputL, file cntl_inputFL, string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string rgb_fileL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL,string webdirL, string paleoL, file paleofile1L, file paleofile2L, string mg_microL, string diffsL, string tick_marksL, string sig_plotL, int significanceL, string sig_lvlL,string ncarg_rootL, string diaghomeL){ string nclfileL = @strcat("/",diag_codeL,"plot_polar_cons.ncl"); string test_plotvarsL=@strcat(test_outL,"_",seasonL,"_plotvars_set7cons.nc"); string cntl_plotvarsL=@strcat(cntl_outL,"_",seasonL,"_plotvars_set7cons.nc"); string ncdf_modeL = "create"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string means1_2L = "null"; string varfile1_2L = "null"; string means2_2L = "null"; string varfile2_2L = "null"; if (significanceL==0){ means1L = @strcat(test_outL,"_",seasonL,"_means_set7cons.nc"); varfile1L = @strcat(test_outL,"_",seasonL,"_variance_set7cons.nc"); means2L = @strcat(cntl_outL,"_",seasonL,"_means_set7cons.nc"); varfile2L = @strcat(cntl_outL,"_",seasonL,"_variance_set7cons.nc"); } string varmodeL = "create"; # # Set variables not used in this set # string paleocoast1L = test_outL; string paleocoast2L = cntl_outL; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string cntl_inputFLS; if(cntlL == "OBS"){ cntl_inputFLS = obs_dataL; }else{ cntl_inputFLS = @filename(cntl_inputFL); } string tarF1 = @strcat("set7_a",seasonL,".tar"); string setWD1 = @strcat(webdirL,"/set7/"); string tarPath1 = @strcat(setWD1,tarF1); file finishF1; finishF1 = plot_ncl(workdirL,cntlL,seasonL, casenamesL,ncdf_modeL,@filename(test_inputL), test_plotvarsL,cntl_inputFLS,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL, color_typeL,time_stampL,obs_dataL, rgb_fileL,mg_microL, paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L, varmodeL,paleocoast1L,paleocoast2L, diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL, "set7",imageTypeL,web_pagesL,diag_codeL,webdirL, nclfileL,test_plotvarsL, cntl_plotvarsL,workdirL,seasonL,ncarg_rootL, paleofile1L, paleofile2L,tarPath1,setWD1,tarF1,test_inputL,cntl_inputFL); string nclfile2L = @strcat("/",diag_codeL,"plot_polar_vecs.ncl"); string test_plotvars2L=@strcat(test_outL,"_",seasonL,"_plotvars_set7vecs.nc"); string cntl_plotvars2L=@strcat(cntl_outL,"_",seasonL,"_plotvars_set7vecs.nc"); if (significanceL==0){ means1_2L = @strcat(test_outL,"_",seasonL,"_means_set7vecs.nc"); varfile1_2L = @strcat(test_outL,"_",seasonL,"_variance_set7vecs.nc"); means2_2L = @strcat(cntl_outL,"_",seasonL,"_means_set7vecs.nc"); varfile2_2L = @strcat(cntl_outL,"_",seasonL,"_variance_set7vecs.nc"); } string tarF2 = @strcat("set7_b",seasonL,".tar"); string setWD2 = @strcat(webdirL,"/set7/"); string tarPath2 = @strcat(setWD2,tarF2); file finishF2; finishF2 = plot_ncl(workdirL,cntlL,seasonL, casenamesL,ncdf_modeL,@filename(test_inputL), test_plotvars2L,cntl_inputFLS,cntl_plotvars2L, case1L,case2L,dversionL,plot_typeL, color_typeL,time_stampL,obs_dataL, rgb_fileL,mg_microL, paleoL,tick_marksL,sig_plotL,sig_lvlL, means1_2L,varfile1_2L,means2_2L,varfile2_2L, varmodeL,paleocoast1L,paleocoast2L, diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL, "set7",imageTypeL,web_pagesL,diag_codeL,webdirL, nclfile2L,test_plotvars2L, cntl_plotvars2L,workdirL,seasonL,ncarg_rootL, paleofile1L, paleofile2L,tarPath2,setWD2,tarF2,test_inputL,cntl_inputFL); } set8 (string workdirL, string cntlL, string casenamesL, string test_outL, string cntl_outL, file test_climoL[], file cntl_climoL[], string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string color_typeL, string rgb_fileL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL, string webdirL, string ncarg_rootL, string test_out_climoL, string cntl_out_climoL, string diaghomeL){ string nclfileL = @strcat("/",diag_codeL,"plot_ann_cycle.ncl"); string test_inputL = test_out_climoL; string cntl_inputFL; if(cntlL == "OBS"){ cntl_inputFL = obs_dataL; }else{ cntl_inputFL = cntl_out_climoL; } string test_plotvarsL=@strcat(test_outL,"_MONTHS_plotvars_set8.nc"); string cntl_plotvarsL=@strcat(cntl_outL,"_MONTHS_plotvars_set8.nc"); string ncdf_modeL = "create"; # # Set variables not used in this set # string seasonL= "null"; string mg_microL = "null"; string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string diffsL = "null"; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string tarF = @strcat("set8.tar"); string setWD = @strcat(webdirL,"/set8/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF=plot_nclMon(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,test_inputL,test_plotvarsL,cntl_inputFL,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL, "set8",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL,test_climoL[0],test_climoL[1],test_climoL[2],test_climoL[3],test_climoL[4], test_climoL[5],test_climoL[6],test_climoL[7],test_climoL[8],test_climoL[9],test_climoL[10],test_climoL[11], cntl_climoL[0],cntl_climoL[1],cntl_climoL[2],cntl_climoL[3],cntl_climoL[4],cntl_climoL[5],cntl_climoL[6],cntl_climoL[7], cntl_climoL[8],cntl_climoL[9],cntl_climoL[10], cntl_climoL[11],test_plotvarsL,cntl_plotvarsL,workdirL,seasonL,ncarg_rootL,tarPath,setWD,tarF); } set9(string workdirL, string cntlL, string casenamesL, string test_outL, string cntl_outL, file test_djf_climoL, file test_jja_climoL, file cntl_djf_climoL, file cntl_jja_climoL, string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string color_typeL, string rgb_fileL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL, string webdirL, string paleoL, string ncdf_djf_modeL, string ncdf_jja_modeL, file paleofile1L, file paleofile2L, string ncarg_rootL, string test_out_climoL, string cntl_out_climoL, string diaghomeL){ string nclfileL = @strcat("/",diag_codeL,"plot_seasonal_diff.ncl"); string test_inputL = test_out_climoL; string cntl_inputFL; if(cntlL == "OBS"){ cntl_inputFL = obs_dataL; }else{ cntl_inputFL = cntl_out_climoL; } string test_plotvarsL = @strcat(test_outL,"_set9"); string cntl_plotvarsL = @strcat(cntl_outL,"_set9"); string ncdf_modeL = "create"; string paleocoast1L = test_outL; string paleocoast2L = cntl_outL; # # Set variables not used in this set # string seasonL= "null"; string mg_microL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string diffsL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string tarF = @strcat("set9.tar"); string setWD = @strcat(webdirL,"/set9/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF = plot_ncl2SEAS(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,test_inputL,test_plotvarsL,cntl_inputFL,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL,"set9",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL, test_plotvarsL,cntl_plotvarsL,workdirL,seasonL, ncarg_rootL,paleofile1L,paleofile2L,tarPath,setWD,tarF, test_djf_climoL,cntl_djf_climoL,test_jja_climoL,cntl_jja_climoL); } set10 (string workdirL, string cntlL, string casenamesL, string test_outL, string cntl_outL, file test_climoL[], file cntl_climoL[], string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL, string webdirL, string ncarg_rootL, string test_out_climoL, string cntl_out_climoL, string diaghomeL){ string nclfileL = @strcat("/",diag_codeL,"plot_seas_cycle.ncl"); string test_plotvarsL=@strcat(test_outL,"_set10"); string cntl_plotvarsL=@strcat(cntl_outL,"_set10"); string test_inputL = test_out_climoL; string cntl_inputL; if(cntlL == "OBS"){ cntl_inputL = obs_dataL; }else{ cntl_inputL = cntl_out_climoL; } string ncdf_modeL = "create"; # # Set variables not used in this set # string seasonL = "null"; string rgb_fileL = "null"; string mg_microL = "null"; string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string diffsL = "null"; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string tarF = @strcat("set10.tar"); string setWD = @strcat(webdirL,"/set10/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF=plot_nclMon(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,test_inputL,test_plotvarsL,cntl_inputL,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL, "set10",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL,test_climoL[0],test_climoL[1],test_climoL[2],test_climoL[3],test_climoL[4], test_climoL[5],test_climoL[6],test_climoL[7],test_climoL[8],test_climoL[9],test_climoL[10],test_climoL[11], cntl_climoL[0],cntl_climoL[1],cntl_climoL[2],cntl_climoL[3],cntl_climoL[4],cntl_climoL[5],cntl_climoL[6],cntl_climoL[7], cntl_climoL[8],cntl_climoL[9],cntl_climoL[10], cntl_climoL[11],test_plotvarsL,cntl_plotvarsL,workdirL,seasonL,ncarg_rootL,tarPath,setWD,tarF); } set11 (string workdirL, string cntlL, string casenamesL, string test_outL, string cntl_outL, file test_ANN_climoFL, file test_DJF_climoFL, file test_JJA_climoFL, file cntl_ANN_climoFL, file cntl_DJF_climoFL, file cntl_JJA_climoFL, string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL, string webdirL, string rgb_fileL, int plot_mon_climoL, string ncarg_rootL, string test_out_climoL, string cntl_out_climoL, string diaghomeL, file paleo1L, file paleo2L){ string nclfileL = @strcat("/",diag_codeL,"plot_swcflwcf.ncl"); string test_plotvarsL=@strcat(test_outL,"_set11"); string cntl_plotvarsL=@strcat(cntl_outL,"_set11"); string test_inputL = test_out_climoL; string cntl_inputL; if(cntlL == "OBS"){ cntl_inputL = obs_dataL; }else{ cntl_inputL = cntl_out_climoL; } string ncdf_modeL = "create"; string ncdf_djf_modeL = "create"; string ncdf_jja_modeL = "create"; string ncdf_ann_modeL = "create"; # # Set variables not used in this set # string seasonL = "null"; string mg_microL = "null"; string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string diffsL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string tarF1 = @strcat("set11_a.tar"); string setWD1 = @strcat(webdirL,"/set11/"); string tarPath1 = @strcat(setWD1,tarF1); file finishF1; finishF1 = plot_ncl3SEAS(workdirL,cntlL,seasonL, casenamesL,ncdf_modeL,@strcat("/",@filename(test_inputL)), test_plotvarsL,cntl_inputL,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL, color_typeL,time_stampL,obs_dataL, rgb_fileL,mg_microL, paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L, varmodeL,paleocoast1L,paleocoast2L, diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL, "set11",imageTypeL,web_pagesL,diag_codeL,webdirL, nclfileL,test_plotvarsL, cntl_plotvarsL,workdirL,seasonL,ncarg_rootL, paleo1L, paleo2L,tarPath1,setWD1,tarF1,test_DJF_climoFL,cntl_DJF_climoFL, test_JJA_climoFL,cntl_JJA_climoFL,test_ANN_climoFL,cntl_ANN_climoFL); if (plot_mon_climoL == 0) { string nclfile2L = @strcat("/",diag_codeL,"plot_cycle_eq.ncl"); string test_plotvars2L=@strcat(test_outL,"_set11_cycle_eq"); string cntl_plotvars2L=@strcat(cntl_outL,"_set11_cycle_eq"); string tarF2 = @strcat("set11_b.tar"); string setWD2 = @strcat(webdirL,"/set11/"); string tarPath2 = @strcat(setWD2,tarF2); file finishF2; finishF2 = plot_ncl3SEAS(workdirL,cntlL,seasonL, casenamesL,ncdf_modeL,@strcat("/",@filename(test_inputL)), test_plotvars2L,cntl_inputL,cntl_plotvars2L, case1L,case2L,dversionL,plot_typeL, color_typeL,time_stampL,obs_dataL, rgb_fileL,mg_microL, paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile2L,means2L,varfile2L, varmodeL,paleocoast1L,paleocoast2L, diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL, "set11",imageTypeL,web_pagesL,diag_codeL,webdirL, nclfile2L,test_plotvars2L, cntl_plotvars2L,workdirL,seasonL,ncarg_rootL, paleo1L, paleo2L,tarPath2,setWD2,tarF2,test_DJF_climoFL,cntl_DJF_climoFL, test_JJA_climoFL,cntl_JJA_climoFL,test_ANN_climoFL,cntl_ANN_climoFL); } } set12 (string workdirL, string cntlL, string casenamesL, string test_outL, string cntl_outL, file test_climoL[], file cntl_climoL[], string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL, string webdirL, string ncarg_rootL, string test_out_climoL, string cntl_out_climoL, string diaghomeL){ string nclfileL = @strcat("/",diag_codeL,"profiles.ncl"); string test_plotvarsL=@strcat(test_outL,"_set12"); string cntl_plotvarsL=@strcat(cntl_outL,"_set12"); string test_inputL = test_out_climoL; string cntl_inputL; if (cntlL == "OBS"){ cntl_inputL = "NONE"; }else{ cntl_inputL = @strcat("/",cntl_out_climoL); } string ncdf_modeL = "create"; # # Set variables not used in this set # string seasonL = "null"; string rgb_fileL = "null"; string mg_microL = "null"; string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string diffsL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string tarF = @strcat("set12_.tar"); string setWD = @strcat(webdirL,"/set12/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF=plot_nclMon(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,test_inputL,test_plotvarsL,cntl_inputL,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL, "set12",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL,test_climoL[0],test_climoL[1],test_climoL[2],test_climoL[3],test_climoL[4], test_climoL[5],test_climoL[6],test_climoL[7],test_climoL[8],test_climoL[9],test_climoL[10],test_climoL[11], cntl_climoL[0],cntl_climoL[1],cntl_climoL[2],cntl_climoL[3],cntl_climoL[4],cntl_climoL[5],cntl_climoL[6],cntl_climoL[7], cntl_climoL[8],cntl_climoL[9],cntl_climoL[10], cntl_climoL[11],test_plotvarsL,cntl_plotvarsL,workdirL,seasonL,ncarg_rootL,tarPath,setWD,tarF); } set13(string workdirL, string cntlL, string seasonL, string casenamesL, string test_outL, string cntl_outL, file test_inputL, file cntl_inputFL, string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string color_typeL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL, string webdirL, string diaghomeL, string ncarg_rootL, string test_out_climoL, string cntl_out_climoL, file paleo1L, file paleo2L){ string nclfileL = @strcat("/",diag_codeL,"plot_matrix.ncl"); string test_plotvarsL=@strcat(test_outL,"_",seasonL,"_plotvars_set13.nc"); string cntl_plotvarsL=@strcat(cntl_outL,"_",seasonL,"_plotvars_set13.nc"); string ncdf_modeL = "create"; # # Set variables not used in this set # string rgb_fileL = "null"; string mg_microL = "null"; string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string diffsL = "null"; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string tarF = @strcat("set13_",seasonL,".tar"); string setWD = @strcat(webdirL,"/set13/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF = plot_ncl(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,@filename(test_inputL),test_plotvarsL,@filename(cntl_inputFL),cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL,"set13",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL, test_plotvarsL,cntl_plotvarsL,workdirL,seasonL, ncarg_rootL,paleo1L,paleo2L,tarPath,setWD,tarF,test_inputL,cntl_inputFL); } set14 (string workdirL, string cntlL, string casenamesL, string test_outL, string cntl_outL, file test_climoL[], file cntl_climoL[], string case1L, string case2L, string diag_codeL, string obs_dataL, string imageTypeL, string web_pagesL, string webdirL, string cam_dataL, string cam_baseL, string ncarg_rootL, string test_out_climoL, string cntl_out_climoL, string diaghomeL, file paleo1L, file paleo2L){ string nclfileL = @strcat("/",diag_codeL,"plot_taylor.ncl"); string test_plotvarsL="null"; string cntl_plotvarsL="null"; string ncdf_modeL = "create"; # # Set variables not used in this set # string seasonL = "null"; string rgb_fileL = "null"; string mg_microL = "null"; string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string diffsL = "null"; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string dversionL = "null"; string plot_typeL = "null"; string color_typeL = "null"; string time_stampL = "null"; string tarF = @strcat("set14.tar"); string setWD = @strcat(webdirL,"/set14/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF=plot_nclMon(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,test_out_climoL,test_plotvarsL,cntl_out_climoL,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL, "set14",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL,test_climoL[0],test_climoL[1],test_climoL[2],test_climoL[3],test_climoL[4], test_climoL[5],test_climoL[6],test_climoL[7],test_climoL[8],test_climoL[9],test_climoL[10],test_climoL[11], cntl_climoL[0],cntl_climoL[1],cntl_climoL[2],cntl_climoL[3],cntl_climoL[4],cntl_climoL[5],cntl_climoL[6],cntl_climoL[7], cntl_climoL[8],cntl_climoL[9],cntl_climoL[10], cntl_climoL[11],test_plotvarsL,cntl_plotvarsL,workdirL,seasonL,ncarg_rootL,tarPath,setWD,tarF); } set15 (string workdirL, string cntlL, string casenamesL, string test_outL, string cntl_outL, file test_climoL[], file cntl_climoL[], string case1L, string case2L, string diag_codeL, string dversionL, string plot_typeL, string color_typeL, string rgb_fileL, string time_stampL, string obs_dataL, string imageTypeL, string web_pagesL, string webdirL, string ncarg_rootL, string test_out_climoL, string cntl_out_climoL, string diaghomeL){ string nclfileL = @strcat("/",diag_codeL,"plot_ac_select_sites.ncl"); string test_inputL = test_out_climoL; string cntl_inputFL; if(cntlL == "OBS"){ cntl_inputFL = obs_dataL; }else{ cntl_inputFL = cntl_out_climoL; } string test_plotvarsL=@strcat(test_outL,"_plotvars_set15.nc"); string cntl_plotvarsL=@strcat(cntl_outL,"_plotvars_set15.nc"); string ncdf_modeL = "create"; # # Set variables not used in this set # string seasonL= "null"; string mg_microL = "null"; string paleoL = "null"; string tick_marksL = "null"; string sig_plotL = "null"; string sig_lvlL = "null"; string means1L = "null"; string varfile1L = "null"; string means2L = "null"; string varfile2L = "null"; string varmodeL = "null"; string paleocoast1L = "null"; string paleocoast2L = "null"; string diffsL = "null"; string ncdf_djf_modeL = "null"; string ncdf_jja_modeL = "null"; string ncdf_ann_modeL = "null"; string cam_dataL = "null"; string cam_baseL = "null"; string tarF = @strcat("set15.tar"); string setWD = @strcat(webdirL,"/set15/"); string tarPath = @strcat(setWD,tarF); file finishF; finishF=plot_nclMon(workdirL,cntlL,seasonL,casenamesL,ncdf_modeL,test_inputL,test_plotvarsL,cntl_inputFL,cntl_plotvarsL, case1L,case2L,dversionL,plot_typeL,color_typeL,time_stampL,obs_dataL,rgb_fileL,mg_microL,paleoL,tick_marksL,sig_plotL,sig_lvlL, means1L,varfile1L,means2L,varfile2L,varmodeL,paleocoast1L,paleocoast2L,diffsL,ncdf_djf_modeL,ncdf_jja_modeL, ncdf_ann_modeL,cam_dataL,cam_baseL,diaghomeL, "set15",imageTypeL,web_pagesL,diag_codeL,webdirL,nclfileL,test_climoL[0],test_climoL[1],test_climoL[2],test_climoL[3],test_climoL[4], test_climoL[5],test_climoL[6],test_climoL[7],test_climoL[8],test_climoL[9],test_climoL[10],test_climoL[11], cntl_climoL[0],cntl_climoL[1],cntl_climoL[2],cntl_climoL[3],cntl_climoL[4],cntl_climoL[5],cntl_climoL[6],cntl_climoL[7], cntl_climoL[8],cntl_climoL[9],cntl_climoL[10], cntl_climoL[11],test_plotvarsL,cntl_plotvarsL,workdirL,seasonL,ncarg_rootL,tarPath,setWD,tarF); } #==================================================================================== #==================================================================================== # Monthly Weights #==================================================================================== #==================================================================================== file unWgt_file; file cntl_unWgt_file; #DJF Weights string djf_weights[]=[".3444444537162781", ".3444444537162781", ".3111111223697662"]; #MAM Weights string mam_weights[] = ["0.3369565308094025", "0.3260869681835175", " 0.3369565308094025"]; #JJA Weights string jja_weights[] = [".3260869681835175", ".3369565308094025",".3369565308094025"]; #SON Weights string son_weights[] = ["0.32967033", "0.34065934", "0.32967033"]; #ANN Weights string ann_weights[] = ["0.08493150770664215", "0.07671232521533966", "0.08493150770664215", "0.08219178020954132", "0.08493150770664215", "0.08219178020954132", "0.08493150770664215", "0.08493150770664215", "0.08219178020954132", "0.08493150770664215", "0.08219178020954132", "0.08493150770664215"]; #Non-time varying variables appended later #string non_time_vars = "gw,hyam,hybm,hyai,hybi,P0"; #==================================================================================== # TEST Case Save Unweighted Variable #==================================================================================== if( weight_months == 0) { string yr_prnt=@strcat(conv_test,yearprint(test_begin)); if(test_ANN_climo == 0 || test_DJF_climo==0) { string filename = @strcat(yr_prnt,"-01.nc"); unWgt_file = Save_Unweighted_Variables(filename, non_time_vars, test_path); } else { if(test_JJA_climo == 0) { string filename = @strcat(yr_prnt,"-06.nc"); unWgt_file = Save_Unweighted_Variables(filename, non_time_vars, test_path); } } } #==================================================================================== #==================================================================================== # CNTL Case Save Unweighted Variable #==================================================================================== if( weight_months == 0) { string yr_prnt=@strcat(conv_cntl,yearprint(cntl_begin)); if(cntl_ANN_climo == 0 || cntl_DJF_climo==0) { string filename = @strcat(yr_prnt,"-01.nc"); cntl_unWgt_file = Save_Unweighted_Variables(filename, non_time_vars, cntl_path); } else { if(cntl_JJA_climo == 0) { string filename = @strcat(yr_prnt,"-06.nc"); cntl_unWgt_file = Save_Unweighted_Variables(filename, non_time_vars, cntl_path); } } } #==================================================================================== #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # TEST CASES #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #==================================================================================== #==================================================================================== # COMPUTE TEST ANN AVERAGES #==================================================================================== #==================================================================================== file test_ANN_climoF; #Climatology File if(test_ANN_climo == 0) { string monthDigits[] = ["01","02","03","04","05","06","07","08","09","10","11","12"]; int m[]=[1,2,3,4,5,6,7,8,9,10,11,12]; test_ANN_climoF=ComputeAveragesAndClimo(monthDigits, m, "ANN", conv_test, test_path, test_out_climo, test_begin, test_nyrs, ann_weights, 12, unWgt_file, years_to_test, weight_months, non_time_vars, significance,test_djf, strip_off_vars, test_var_list); }#end test_ANN_climo if #==================================================================================== #==================================================================================== # COMPUTE TEST DJF AVERAGES #==================================================================================== #==================================================================================== file test_DJF_climoF; #Climatology File if(test_DJF_climo == 0) { string monthDigits[] = ["12","01","02"]; int m[] = [1,2,3]; test_DJF_climoF=ComputeAveragesAndClimo(monthDigits, m, "DJF", conv_test, test_path, test_out_climo, test_begin, test_nyrs, djf_weights, 3, unWgt_file, years_to_test, weight_months, non_time_vars, significance,test_djf, strip_off_vars, test_var_list); }#end test_DJF_climo if #==================================================================================== #==================================================================================== # COMPUTE TEST MAM AVERAGES #==================================================================================== #==================================================================================== file test_MAM_climoF; #Climatology File if(test_MAM_climo == 0) { string monthDigits[] = ["03","04","05"]; int m[] = [1,2,3]; test_MAM_climoF=ComputeAveragesAndClimo(monthDigits, m, "MAM", conv_test, test_path, test_out_climo, test_begin, test_nyrs, mam_weights, 3, unWgt_file, years_to_test, weight_months, non_time_vars, significance,test_djf, strip_off_vars, test_var_list); }#end test_MAM_climo if #==================================================================================== #==================================================================================== # COMPUTE TEST JJA AVERAGES #==================================================================================== #==================================================================================== file test_JJA_climoF; #Climatology File if(test_JJA_climo == 0) { string monthDigits[] = ["06","07","08"]; int m[] = [1,2,3]; test_JJA_climoF=ComputeAveragesAndClimo(monthDigits, m, "JJA", conv_test, test_path, test_out_climo, test_begin, test_nyrs, jja_weights, 3, unWgt_file, years_to_test, weight_months, non_time_vars, significance,test_djf, strip_off_vars, test_var_list); }#end test_JJA_climo if #==================================================================================== #==================================================================================== # COMPUTE TEST SON AVERAGES #==================================================================================== #==================================================================================== file test_SON_climoF; #Climatology File if(test_SON_climo == 0) { string monthDigits[] = ["09","10","11"]; int m[] = [1,2,3]; test_SON_climoF=ComputeAveragesAndClimo(monthDigits, m, "SON", conv_test, test_path, test_out_climo, test_begin, test_nyrs, son_weights, 3, unWgt_file, years_to_test, weight_months, non_time_vars, significance,test_djf, strip_off_vars, test_var_list); }#end test_SON_climo if #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # CONTROL CASES #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #==================================================================================== #==================================================================================== # COMPUTE CNTL ANN AVERAGES #==================================================================================== #==================================================================================== file cntl_ANN_climoF; #Climatology File if(cntl_ANN_climo == 0) { string monthDigits[] = ["01","02","03","04","05","06","07","08","09","10","11","12"]; int m[]=[1,2,3,4,5,6,7,8,9,10,11,12]; cntl_ANN_climoF=ComputeAveragesAndClimo(monthDigits, m, "ANN", conv_cntl, cntl_path, cntl_out_climo, cntl_begin, cntl_nyrs, ann_weights, 12, unWgt_file, cntl_years_to_test, weight_months, non_time_vars, significance, cntl_djf, strip_off_vars, test_var_list); }else{ cntl_ANN_climoF=dummy_file(dummy_message_cntl); }#end cntl_ANN_climo if #==================================================================================== #==================================================================================== # COMPUTE CNTL DJF AVERAGES #==================================================================================== #==================================================================================== file cntl_DJF_climoF; #Climatology File if(cntl_DJF_climo == 0) { string monthDigits[] = ["12","01","02"]; int m[] = [1,2,3]; cntl_DJF_climoF=ComputeAveragesAndClimo(monthDigits, m, "DJF", conv_cntl, cntl_path, cntl_out_climo, cntl_begin, cntl_nyrs, djf_weights, 3, unWgt_file, cntl_years_to_test, weight_months, non_time_vars, significance, cntl_djf, strip_off_vars, test_var_list); }else{ cntl_DJF_climoF=dummy_file(dummy_message_cntl); }#end cntl_DJF_climo if #==================================================================================== #==================================================================================== # COMPUTE CNTL MAM AVERAGES #==================================================================================== #==================================================================================== file cntl_MAM_climoF; #Climatology File if(cntl_MAM_climo == 0) { string monthDigits[] = ["03","04","05"]; int m[] = [1,2,3]; cntl_MAM_climoF=ComputeAveragesAndClimo(monthDigits, m, "MAM", conv_cntl, cntl_path, cntl_out_climo, cntl_begin, cntl_nyrs, mam_weights, 3, unWgt_file, cntl_years_to_test, weight_months, non_time_vars, significance, cntl_djf, strip_off_vars, test_var_list); }else{ cntl_MAM_climoF=dummy_file(dummy_message_cntl); }#end cntl_MAM_climo if #==================================================================================== #==================================================================================== # COMPUTE CNTL JJA AVERAGES #==================================================================================== #==================================================================================== file cntl_JJA_climoF; #Climatology File if(cntl_JJA_climo == 0) { string monthDigits[] = ["06","07","08"]; int m[] = [1,2,3]; cntl_JJA_climoF=ComputeAveragesAndClimo(monthDigits, m, "JJA", conv_cntl, cntl_path, cntl_out_climo, cntl_begin, cntl_nyrs, jja_weights, 3, unWgt_file, cntl_years_to_test, weight_months, non_time_vars, significance, cntl_djf, strip_off_vars, test_var_list); }else{ cntl_JJA_climoF=dummy_file(dummy_message_cntl); }#end cntl_JJA_climo if #==================================================================================== #==================================================================================== # COMPUTE CNTL SON AVERAGES #==================================================================================== #==================================================================================== file cntl_SON_climoF; #Climatology File if(cntl_SON_climo == 0) { string monthDigits[] = ["09","10","11"]; int m[] = [1,2,3]; cntl_SON_climoF=ComputeAveragesAndClimo(monthDigits, m, "SON", conv_cntl, cntl_path, cntl_out_climo, cntl_begin, cntl_nyrs, son_weights, 3, unWgt_file, cntl_years_to_test, weight_months, non_time_vars, significance, cntl_djf, strip_off_vars, test_var_list); }else{ cntl_SON_climoF=dummy_file(dummy_message_cntl); }#end cntl_DJF_climo if #==================================================================================== #==================================================================================== # COMPUTE MONTHLY CLIMATOLOGY #==================================================================================== #==================================================================================== string teststr[] = [@strcat(test_out_climo,"_01","_climo.nc"),@strcat(test_out_climo,"_02","_climo.nc"),@strcat(test_out_climo,"_03","_climo.nc"), @strcat(test_out_climo,"_04","_climo.nc"),@strcat(test_out_climo,"_05","_climo.nc"),@strcat(test_out_climo,"_06","_climo.nc"), @strcat(test_out_climo,"_07","_climo.nc"),@strcat(test_out_climo,"_08","_climo.nc"),@strcat(test_out_climo,"_09","_climo.nc"), @strcat(test_out_climo,"_10","_climo.nc"),@strcat(test_out_climo,"_11","_climo.nc"),@strcat(test_out_climo,"_12","_climo.nc")]; file test_climo[] ; string cntlstr[] = [@strcat(cntl_out_climo,"_01","_climo.nc"),@strcat(cntl_out_climo,"_02","_climo.nc"),@strcat(cntl_out_climo,"_03","_climo.nc"), @strcat(cntl_out_climo,"_04","_climo.nc"),@strcat(cntl_out_climo,"_05","_climo.nc"),@strcat(cntl_out_climo,"_06","_climo.nc"), @strcat(cntl_out_climo,"_07","_climo.nc"),@strcat(cntl_out_climo,"_08","_climo.nc"),@strcat(cntl_out_climo,"_09","_climo.nc"), @strcat(cntl_out_climo,"_10","_climo.nc"),@strcat(cntl_out_climo,"_11","_climo.nc"),@strcat(cntl_out_climo,"_12","_climo.nc")]; file cntl_climo[]; if (test_MON_climo == 0) { #----------------------------------------------------------------------- # TEST CASE MONTHLY CLIMATOLOGY #----------------------------------------------------------------------- test_climo=CalcMonthlyClimatology(test_nyrs,conv_test,test_begin,test_path,test_out_climo,years_to_test); } if (cntl_MON_climo == 0) { #----------------------------------------------------------------------- # CNTL CASE MONTHLY CLIMATOLOGY #----------------------------------------------------------------------- cntl_climo=CalcMonthlyClimatology(cntl_nyrs,conv_cntl,cntl_begin,cntl_path,cntl_out_climo,cntl_years_to_test); }else{ int m[]=[0,1,2,3,4,5,6,7,8,9,10,11]; foreach month in m { cntl_climo[month]=dummy_file(dummy_message_cntl); } } #==================================================================================== #==================================================================================== #==================================================================================== # PLOTS #==================================================================================== #==================================================================================== #==================================================================================== #==================================================================================== #==================================================================================== # PALEO COASTLINES #==================================================================================== #==================================================================================== file test_paleoCoast; #; file cntl_paleoCoast; #; if (paleo == "True"){ test_paleoCoast = plot_paleo_ncl(test_ANN_climoF, @strcat("model_file=\"",@filename(test_ANN_climoF),"\""), @strcat("data_file=\"/",test_out,"\""),@strcat("landmask=",land_mask1), ncarg_root,@strcat(diag_code,"plot_paleo.ncl")); if (cntl == "USER"){ cntl_paleoCoast = plot_paleo_ncl(cntl_ANN_climoF, @strcat("model_file=\"",@filename(cntl_ANN_climoF),"\""), @strcat("data_file=\"/",cntl_out,"\""),@strcat("landmask=",land_mask2), ncarg_root,@strcat(diag_code,"plot_paleo.ncl")); } }else{ test_paleoCoast=dummy_file(dummy_message_paleo); cntl_paleoCoast=dummy_file(dummy_message_paleo); } #==================================================================================== #==================================================================================== # SET 1 #==================================================================================== #==================================================================================== if(set_1==0 || all_sets==0){ foreach name in plots { if(name=="ANN"){ set1(workdir,cntl,"ANN",casenames,test_out,cntl_out,test_ANN_climoF,cntl_ANN_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="DJF"){ set1(workdir,cntl,"DJF",casenames,test_out,cntl_out,test_DJF_climoF,cntl_DJF_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="MAM"){ set1(workdir,cntl,"MAM",casenames,test_out,cntl_out,test_MAM_climoF,cntl_MAM_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="JJA"){ set1(workdir,cntl,"JJA",casenames,test_out,cntl_out,test_JJA_climoF,cntl_JJA_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="SON"){ set1(workdir,cntl,"SON",casenames,test_out,cntl_out,test_SON_climoF,cntl_SON_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } } } #==================================================================================== #==================================================================================== # SET 2 #==================================================================================== #==================================================================================== if(set_2==0 || all_sets==0){ set2(workdir,cntl,"ANN",casenames,test_out,cntl_out,test_ANN_climoF,cntl_ANN_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } #==================================================================================== #==================================================================================== # SET 3 #==================================================================================== #==================================================================================== if(set_3==0 || all_sets==0){ foreach name in plots { if(name=="ANN"){ set3(workdir,cntl,"ANN",casenames,test_out,cntl_out,test_ANN_climoF,cntl_ANN_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="DJF"){ set3(workdir,cntl,"DJF",casenames,test_out,cntl_out,test_DJF_climoF,cntl_DJF_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="MAM"){ set3(workdir,cntl,"MAM",casenames,test_out,cntl_out,test_MAM_climoF,cntl_MAM_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="JJA"){ set3(workdir,cntl,"JJA",casenames,test_out,cntl_out,test_JJA_climoF,cntl_JJA_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="SON"){ set3(workdir,cntl,"SON",casenames,test_out,cntl_out,test_SON_climoF,cntl_SON_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } } } #==================================================================================== #==================================================================================== # SET 4 #==================================================================================== #==================================================================================== if(set_4==0 || all_sets==0){ foreach name in plots { if(name=="ANN"){ set4(workdir,cntl,"ANN",casenames,test_out,cntl_out,test_ANN_climoF,cntl_ANN_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,mg_micro,color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="DJF"){ set4(workdir,cntl,"DJF",casenames,test_out,cntl_out,test_DJF_climoF,cntl_DJF_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,mg_micro,color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="MAM"){ set4(workdir,cntl,"MAM",casenames,test_out,cntl_out,test_MAM_climoF,cntl_MAM_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,mg_micro,color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="JJA"){ set4(workdir,cntl,"JJA",casenames,test_out,cntl_out,test_JJA_climoF,cntl_JJA_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,mg_micro,color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="SON"){ set4(workdir,cntl,"SON",casenames,test_out,cntl_out,test_SON_climoF,cntl_SON_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,mg_micro,color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } } } #==================================================================================== #==================================================================================== # SET 4a #==================================================================================== #==================================================================================== if(set_4a==0 || all_sets==0){ foreach name in plots { if(name=="ANN"){ set4a(workdir,cntl,"ANN",casenames,test_out,cntl_out,test_ANN_climoF,cntl_ANN_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="DJF"){ set4a(workdir,cntl,"DJF",casenames,test_out,cntl_out,test_DJF_climoF,cntl_DJF_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="MAM"){ set4a(workdir,cntl,"MAM",casenames,test_out,cntl_out,test_MAM_climoF,cntl_MAM_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="JJA"){ set4a(workdir,cntl,"JJA",casenames,test_out,cntl_out,test_JJA_climoF,cntl_JJA_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } if(name=="SON"){ set4a(workdir,cntl,"SON",casenames,test_out,cntl_out,test_SON_climoF,cntl_SON_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,diaghome,test_paleoCoast,cntl_paleoCoast); } } } #==================================================================================== #==================================================================================== # SET 5 #==================================================================================== #==================================================================================== if(set_5==0 || all_sets==0){ foreach name in plots { if(name=="ANN"){ set5(workdir,cntl,"ANN",casenames,test_out,cntl_out,test_ANN_climoF,cntl_ANN_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="DJF"){ set5(workdir,cntl,"DJF",casenames,test_out,cntl_out,test_DJF_climoF,cntl_DJF_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="MAM"){ set5(workdir,cntl,"MAM",casenames,test_out,cntl_out,test_MAM_climoF,cntl_MAM_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="JJA"){ set5(workdir,cntl,"JJA",casenames,test_out,cntl_out,test_JJA_climoF,cntl_JJA_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="SON"){ set5(workdir,cntl,"SON",casenames,test_out,cntl_out,test_SON_climoF,cntl_SON_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } } } #==================================================================================== #==================================================================================== # SET 6 #==================================================================================== #==================================================================================== if(set_6==0 || all_sets==0){ foreach name in plots { if(name=="ANN"){ set6(workdir,cntl,"ANN",casenames,test_out,cntl_out,test_ANN_climoF,cntl_ANN_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="DJF"){ set6(workdir,cntl,"DJF",casenames,test_out,cntl_out,test_DJF_climoF,cntl_DJF_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="MAM"){ set6(workdir,cntl,"MAM",casenames,test_out,cntl_out,test_MAM_climoF,cntl_MAM_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="JJA"){ set6(workdir,cntl,"JJA",casenames,test_out,cntl_out,test_JJA_climoF,cntl_JJA_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="SON"){ set6(workdir,cntl,"SON",casenames,test_out,cntl_out,test_SON_climoF,cntl_SON_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } } } #==================================================================================== #==================================================================================== # SET 7 #==================================================================================== #==================================================================================== if(set_7==0 || all_sets==0){ foreach name in plots { if(name=="ANN"){ set7(workdir,cntl,"ANN",casenames,test_out,cntl_out,test_ANN_climoF,cntl_ANN_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="DJF"){ set7(workdir,cntl,"DJF",casenames,test_out,cntl_out,test_DJF_climoF,cntl_DJF_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="MAM"){ set7(workdir,cntl,"MAM",casenames,test_out,cntl_out,test_MAM_climoF,cntl_MAM_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="JJA"){ set7(workdir,cntl,"JJA",casenames,test_out,cntl_out,test_JJA_climoF,cntl_JJA_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } if(name=="SON"){ set7(workdir,cntl,"SON",casenames,test_out,cntl_out,test_SON_climoF,cntl_SON_climoF,case1,case2,diag_code,dversion,plot_type, rgb_file,color_type,time_stamp,obs_data,imageType,web_pages,webdir,paleo,test_paleoCoast,cntl_paleoCoast,mg_micro,diffs,tick_marks,sig_plot, significance,sig_lvl,ncarg_root,diaghome); } } } #==================================================================================== #==================================================================================== # SET 8 #==================================================================================== #==================================================================================== if(set_8==0 || all_sets==0){ set8(workdir,cntl,casenames,test_out,cntl_out,test_climo,cntl_climo,case1,case2,diag_code,dversion,plot_type, color_type,rgb_file,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,test_out_climo,cntl_out_climo,diaghome); } #==================================================================================== #==================================================================================== # SET 9 #==================================================================================== #==================================================================================== if(set_9==0 || all_sets==0){ string ncdf_djf_mode = "create"; string ncdf_jja_mode = "create"; set9(workdir,cntl,casenames,test_out,cntl_out,test_DJF_climoF,test_JJA_climoF,cntl_DJF_climoF,cntl_JJA_climoF,case1,case2, diag_code,dversion,plot_type,color_type,rgb_file,time_stamp,obs_data,imageType,web_pages,webdir,paleo,ncdf_djf_mode, ncdf_jja_mode,test_paleoCoast,cntl_paleoCoast,ncarg_root,test_out_climo,cntl_out_climo,diaghome); } #==================================================================================== #==================================================================================== # SET 10 #==================================================================================== #==================================================================================== if(set_10==0 || all_sets==0){ set10(workdir,cntl,casenames,test_out,cntl_out,test_climo,cntl_climo,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,test_out_climo,cntl_out_climo,diaghome); } #==================================================================================== #==================================================================================== # SET 11 #==================================================================================== #==================================================================================== if(set_11==0 || all_sets==0){ set11(workdir,cntl,casenames,test_out,cntl_out,test_ANN_climoF,test_DJF_climoF,test_JJA_climoF,cntl_ANN_climoF, cntl_DJF_climoF,cntl_JJA_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,rgb_file,plot_MON_climo,ncarg_root,test_out_climo,cntl_out_climo,diaghome, test_paleoCoast,cntl_paleoCoast); } #==================================================================================== #==================================================================================== # SET 12 #==================================================================================== #==================================================================================== if(set_12==0 || set_12==2 || all_sets==0){ set12(workdir,cntl,casenames,test_out,cntl_out,test_climo,cntl_climo, case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,test_out_climo,cntl_out_climo,diaghome); } #==================================================================================== #==================================================================================== # SET 13 #==================================================================================== #==================================================================================== if(set_13==0 || all_sets==0){ foreach name in plots { if(name=="ANN"){ set13(workdir,cntl,"ANN",casenames,test_out,cntl_out,test_ANN_climoF,cntl_ANN_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,diaghome,ncarg_root,test_out_climo,cntl_out_climo,test_paleoCoast,cntl_paleoCoast); } if(name=="DJF"){ set13(workdir,cntl,"DJF",casenames,test_out,cntl_out,test_DJF_climoF,cntl_DJF_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,diaghome,ncarg_root,test_out_climo,cntl_out_climo,test_paleoCoast,cntl_paleoCoast); } if(name=="MAM"){ set13(workdir,cntl,"MAM",casenames,test_out,cntl_out,test_MAM_climoF,cntl_MAM_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,diaghome,ncarg_root,test_out_climo,cntl_out_climo,test_paleoCoast,cntl_paleoCoast); } if(name=="JJA"){ set13(workdir,cntl,"JJA",casenames,test_out,cntl_out,test_JJA_climoF,cntl_JJA_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,diaghome,ncarg_root,test_out_climo,cntl_out_climo,test_paleoCoast,cntl_paleoCoast); } if(name=="SON"){ set13(workdir,cntl,"SON",casenames,test_out,cntl_out,test_SON_climoF,cntl_SON_climoF,case1,case2,diag_code,dversion,plot_type, color_type,time_stamp,obs_data,imageType,web_pages,webdir,diaghome,ncarg_root,test_out_climo,cntl_out_climo,test_paleoCoast,cntl_paleoCoast); } } } #==================================================================================== #==================================================================================== # SET 14 #==================================================================================== #==================================================================================== if(set_14==0 || all_sets==0){ set14(workdir,cntl,casenames,test_out,cntl_out,test_climo,cntl_climo, case1,case2,diag_code,obs_data,imageType,web_pages,webdir,cam_data,cam_base,ncarg_root, test_out_climo,cntl_out_climo,diaghome,test_paleoCoast,cntl_paleoCoast); } #==================================================================================== #==================================================================================== # SET 15 #==================================================================================== #==================================================================================== if(set_15==0 || all_sets==0){ set15(workdir,cntl,casenames,test_out,cntl_out,test_climo,cntl_climo,case1,case2,diag_code,dversion,plot_type, color_type,rgb_file,time_stamp,obs_data,imageType,web_pages,webdir,ncarg_root,test_out_climo,cntl_out_climo, diaghome); } 2011-10-12 10:25:57,678-0500 DEBUG textfiles END SWIFTSCRIPT: 2011-10-12 10:25:57,679-0500 INFO Loader ./amwg_stats.swift: source file is new. Recompiling. 2011-10-12 10:25:59,227-0500 INFO Karajan Validation of XML intermediate file was successful 2011-10-12 10:26:00,608-0500 DEBUG Loader setting: sites.file to: ./fusion-coasters.xml 2011-10-12 10:26:00,608-0500 DEBUG Loader setting: tc.file to: ./tc.data 2011-10-12 10:26:00,608-0500 DEBUG textfiles using default sites file 2011-10-12 10:26:00,613-0500 INFO VDL2ExecutionContext Stack dump: Level 1 [iA = 0, iB = 0, bA = false, bB = false] vdl:instanceconfigfile = ./cf.properties vdl:instanceconfig = Swift configuration [./cf.properties] vdl:operation = run PATH_SEPARATOR = / swift.home = /fusion/gpfs/home/mickelso/soft/swift-0.93RC3/bin/.. 2011-10-12 10:26:00,998-0500 INFO unknown Using sites file: ./fusion-coasters.xml 2011-10-12 10:26:01,024-0500 INFO unknown Using tc.data: ./tc.data 2011-10-12 10:26:01,098-0500 INFO AbstractScheduler Setting resources to: {fusion=fusion} 2011-10-12 10:26:01,464-0500 INFO unknown Swift svn swift-r5205 cog-r3293 2011-10-12 10:26:01,465-0500 INFO unknown RUNID id=run:20111012-1025-qaxyxad6 2011-10-12 10:26:01,633-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-12 name=trace 2011-10-12 10:26:01,633-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-14 name=trace 2011-10-12 10:26:01,634-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-10 name=trace 2011-10-12 10:26:01,634-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-16 name=trace 2011-10-12 10:26:01,635-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-18 name=trace 2011-10-12 10:26:01,635-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-21 name=trace 2011-10-12 10:26:01,635-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-23 name=trace 2011-10-12 10:26:01,636-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-38 name=trace 2011-10-12 10:26:01,636-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-51 name=trace 2011-10-12 10:26:01,636-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-52 name=trace 2011-10-12 10:26:01,637-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-86 name=trace 2011-10-12 10:26:01,638-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-98 name=trace 2011-10-12 10:26:01,644-0500 INFO SetFieldValue Set: no=1 2011-10-12 10:26:01,648-0500 INFO SetFieldValue Set: yes=0 2011-10-12 10:26:01,651-0500 INFO SetFieldValue Set: weight_months=0.0 2011-10-12 10:26:01,652-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,653-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,653-0500 INFO SetFieldValue Set: dummy_message_cntl=CNTL=USER 2011-10-12 10:26:01,653-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,653-0500 INFO SetFieldValue Set: dummy_message_paleo=PALEO=FALSE 2011-10-12 10:26:01,654-0500 INFO SetFieldValue Set: test_path=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/ 2011-10-12 10:26:01,655-0500 INFO SetFieldValue Set: test_prefix=b40.1850.track1.2deg.003 2011-10-12 10:26:01,655-0500 INFO SetFieldValue Set: null=NULL 2011-10-12 10:26:01,655-0500 INFO SetFieldValue Set: workdir=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/ 2011-10-12 10:26:01,655-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,656-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,656-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,656-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,656-0500 INFO SetFieldValue Set: test_JJA_climo=0.0 2011-10-12 10:26:01,657-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,657-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,657-0500 INFO SetFieldValue Set: test_djf=NEXT 2011-10-12 10:26:01,657-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,657-0500 INFO SetFieldValue Set: test_MAM_climo=1.0 2011-10-12 10:26:01,657-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,658-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,658-0500 INFO SetFieldValue Set: test_begin=501.0 2011-10-12 10:26:01,658-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,658-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,658-0500 INFO SetFieldValue Set: test_ANN_climo=0.0 2011-10-12 10:26:01,658-0500 INFO SetFieldValue Set: test_path_climo=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003/ 2011-10-12 10:26:01,657-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,658-0500 INFO SetFieldValue Set: test_MON_climo=0.0 2011-10-12 10:26:01,658-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,659-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,659-0500 INFO SetFieldValue Set: test_var_list=CLDHGH,CLDICE,CLDLIQ,CLDMED,CLDLOW,CLDTOT,CLOUD,DCQ,DTCOND,DTV,FICE,FLDS,FLNS,FLNSC,FLNT,FLNTC,FLUT,FLUTC,FSDS,FSDSC,FSNS,FSNSC,FSNTC,FSNTOA,FSNTOAC,FSNT,ICEFRAC,LANDFRAC,LHFLX,LWCF,OCNFRAC,OMEGA,OMEGAT,PBLH,PRECC,PRECL,PRECSC,PRECSL,PS,PSL,Q,QFLX,QRL,QRS,RELHUM,SHFLX,SNOWHICE,SNOWHLND,SOLIN,SRFRAD,SWCF,T,TAUX,TAUY,TGCLDIWP,TGCLDLWP,TMQ,TREFHT,TS,U,UU,V,VD01,VQ,VT,VU,VV,Z3 2011-10-12 10:26:01,659-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,659-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,659-0500 INFO SetFieldValue Set: strip_off_vars=0.0 2011-10-12 10:26:01,659-0500 INFO SetFieldValue Set: cntl_path=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/ 2011-10-12 10:26:01,659-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,659-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,659-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,659-0500 INFO SetFieldValue Set: cntl_path_climo=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003/ 2011-10-12 10:26:01,659-0500 INFO SetFieldValue Set: test_SON_climo=1.0 2011-10-12 10:26:01,660-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,661-0500 INFO SetFieldValue Set: cntl_djf=NEXT 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,663-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,663-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,661-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,661-0500 INFO SetFieldValue Set: swift#mapper#17238=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003/cntl_unweighted.nc 2011-10-12 10:26:01,663-0500 INFO SetFieldValue Set: set_1=0.0 2011-10-12 10:26:01,663-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,663-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,663-0500 INFO SetFieldValue Set: plot_MAM_climo=1.0 2011-10-12 10:26:01,663-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,663-0500 INFO SetFieldValue Set: set_7=0.0 2011-10-12 10:26:01,663-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,663-0500 INFO SetFieldValue Set: set_6=0.0 2011-10-12 10:26:01,663-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,664-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,663-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,663-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,663-0500 INFO SetFieldValue Set: cntl=OBS 2011-10-12 10:26:01,661-0500 INFO SetFieldValue Set: obs_data=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//obs_data 2011-10-12 10:26:01,665-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,664-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,664-0500 INFO SetFieldValue Set: set_12=0.0 2011-10-12 10:26:01,664-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,664-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,664-0500 INFO SetFieldValue Set: set_8=0.0 2011-10-12 10:26:01,664-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,664-0500 INFO SetFieldValue Set: set_15=0.0 2011-10-12 10:26:01,664-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,665-0500 INFO SetFieldValue Set: case1=null 2011-10-12 10:26:01,665-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,665-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,666-0500 INFO SetFieldValue Set: plot_ANN_climo=0.0 2011-10-12 10:26:01,666-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,666-0500 INFO SetFieldValue Set: mg_micro=0 2011-10-12 10:26:01,664-0500 INFO SetFieldValue Set: set_4=0.0 2011-10-12 10:26:01,664-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,664-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,664-0500 INFO SetFieldValue Set: set_2=0.0 2011-10-12 10:26:01,664-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,666-0500 INFO SetFieldValue Set: plot_SON_climo=1.0 2011-10-12 10:26:01,666-0500 INFO SetFieldValue Set: custom_names=1 2011-10-12 10:26:01,666-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,666-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,665-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,665-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,667-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,667-0500 INFO SetFieldValue Set: imageType=png 2011-10-12 10:26:01,665-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,665-0500 INFO SetFieldValue Set: case2=null 2011-10-12 10:26:01,665-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,665-0500 INFO SetFieldValue Set: diaghome=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift/ 2011-10-12 10:26:01,665-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,667-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,667-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,667-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,668-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,665-0500 INFO SetFieldValue Set: set_10=0.0 2011-10-12 10:26:01,665-0500 INFO SetFieldValue Set: set_9=0.0 2011-10-12 10:26:01,665-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,668-0500 INFO SetFieldValue Set: set_14=0.0 2011-10-12 10:26:01,668-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,668-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,668-0500 INFO SetFieldValue Set: cntl_MON_climo=1.0 2011-10-12 10:26:01,668-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,668-0500 INFO SetFieldValue Set: paleo=False 2011-10-12 10:26:01,667-0500 INFO SetFieldValue Set: dversion=110909 2011-10-12 10:26:01,667-0500 INFO SetFieldValue Set: color_type=COLOR 2011-10-12 10:26:01,667-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,667-0500 INFO SetFieldValue Set: rgb_file=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//rgb/bluered.rgb 2011-10-12 10:26:01,667-0500 INFO SetFieldValue Set: set_4a=0.0 2011-10-12 10:26:01,669-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,669-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,667-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,667-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,667-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,667-0500 INFO SetFieldValue Set: land_mask2=1 2011-10-12 10:26:01,666-0500 INFO SetFieldValue Set: set_3=0.0 2011-10-12 10:26:01,666-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,669-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,669-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,669-0500 INFO SetFieldValue Set: sig_plot=False 2011-10-12 10:26:01,669-0500 INFO SetFieldValue Set: set_11=0.0 2011-10-12 10:26:01,669-0500 INFO SetFieldValue Set: tick_marks=1 2011-10-12 10:26:01,670-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,670-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,670-0500 INFO SetFieldValue Set: ncarg_root=/fusion/gpfs/home/mickelso/ncl 2011-10-12 10:26:01,670-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,670-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,670-0500 INFO SetFieldValue Set: all_sets=1.0 2011-10-12 10:26:01,669-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,669-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,671-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,671-0500 INFO SetFieldValue Set: casenames=False 2011-10-12 10:26:01,671-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,669-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,669-0500 INFO SetFieldValue Set: non_time_vars=gw,hyam,hybm,hyai,hybi,P0 2011-10-12 10:26:01,671-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,669-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,669-0500 INFO SetFieldValue Set: cam_data=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//cam35_data 2011-10-12 10:26:01,668-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,668-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,668-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,672-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,668-0500 INFO SetFieldValue Set: plot_type=ps 2011-10-12 10:26:01,672-0500 INFO SetFieldValue Set: cntl_SON_climo=1.0 2011-10-12 10:26:01,672-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,672-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,673-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,673-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,672-0500 INFO SetFieldValue Set: diag_code=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code/ 2011-10-12 10:26:01,672-0500 INFO SetFieldValue Set: cntl_DJF_climo=1.0 2011-10-12 10:26:01,672-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,672-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,674-0500 INFO SetFieldValue Set: land_mask1=1 2011-10-12 10:26:01,671-0500 INFO SetFieldValue Set: set_5=0.0 2011-10-12 10:26:01,671-0500 INFO SetFieldValue Set: plot_MON_climo=0.0 2011-10-12 10:26:01,675-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,677-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,677-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,677-0500 INFO SetFieldValue Set: plot_DJF_climo=0.0 2011-10-12 10:26:01,677-0500 INFO VDLFunction FUNCTION: strsplit() 2011-10-12 10:26:01,671-0500 INFO SetFieldValue Set: test_nyrs=1.0 2011-10-12 10:26:01,670-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,670-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,677-0500 INFO SetFieldValue Set: time_stamp=False 2011-10-12 10:26:01,677-0500 INFO SetFieldValue Set: webdir=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs 2011-10-12 10:26:01,670-0500 INFO SetFieldValue Set: cntl_prefix=dummy 2011-10-12 10:26:01,669-0500 INFO SetFieldValue Set: significance=1.0 2011-10-12 10:26:01,669-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,678-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,678-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,677-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,678-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,677-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,677-0500 INFO SetFieldValue Set: plots={2=JJA, 1=DJF, 0=ANN} 2011-10-12 10:26:01,677-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,677-0500 INFO SetFieldValue Set: diffs=False 2011-10-12 10:26:01,677-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,677-0500 INFO SetFieldValue Set: cntl_MAM_climo=1.0 2011-10-12 10:26:01,678-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,678-0500 INFO SetFieldValue Set: cntl_begin=-1.0 2011-10-12 10:26:01,679-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,680-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,674-0500 INFO SetFieldValue Set: plot_JJA_climo=0.0 2011-10-12 10:26:01,674-0500 INFO SetFieldValue Set: swift#mapper#17236=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003/test_unweighted.nc 2011-10-12 10:26:01,673-0500 INFO SetFieldValue Set: web_pages=0 2011-10-12 10:26:01,672-0500 INFO SetFieldValue Set: test_DJF_climo=0.0 2011-10-12 10:26:01,680-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,679-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,684-0500 INFO SetFieldValue Set: cam_base=ccsm3_5 2011-10-12 10:26:01,678-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,678-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,685-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,678-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,678-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,687-0500 INFO SetFieldValue Set: sig_lvl=null 2011-10-12 10:26:01,678-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,678-0500 INFO SetFieldValue Set: cntl_inst=-1.0 2011-10-12 10:26:01,687-0500 INFO SetFieldValue Set: set_13=1.0 2011-10-12 10:26:01,687-0500 DEBUG vdl:mains SCOPE thread=0-120 2011-10-12 10:26:01,687-0500 INFO SetFieldValue Set: test_inst=-1.0 2011-10-12 10:26:01,687-0500 DEBUG vdl:mains SCOPE thread=0-118 2011-10-12 10:26:01,699-0500 DEBUG vdl:mains SCOPE thread=0-42 2011-10-12 10:26:01,699-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000662 2011-10-12 10:26:01,699-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000662 index=0 member=dataset:20111012-1026-uyo5a32e:720000000150 2011-10-12 10:26:01,699-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000662 index=1 member=dataset:20111012-1026-uyo5a32e:720000000285 2011-10-12 10:26:01,699-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000662 index=2 member=dataset:20111012-1026-uyo5a32e:720000000016 2011-10-12 10:26:01,699-0500 DEBUG vdl:mains SCOPE thread=0-142 2011-10-12 10:26:01,687-0500 INFO VDLFunction FUNCTION: toint() 2011-10-12 10:26:01,685-0500 INFO SetFieldValue Set: cntl_nyrs=-1.0 2011-10-12 10:26:01,685-0500 INFO SetFieldValue Set: cntl_ANN_climo=1.0 2011-10-12 10:26:01,701-0500 DEBUG vdl:mains SCOPE thread=0-40 2011-10-12 10:26:01,701-0500 DEBUG vdl:mains FOREACH_IT_START line=178 thread=0-109-0 2011-10-12 10:26:01,701-0500 DEBUG vdl:mains FOREACH_IT_START line=178 thread=0-109-2 2011-10-12 10:26:01,702-0500 DEBUG vdl:mains SCOPE thread=0-134 2011-10-12 10:26:01,683-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000635 2011-10-12 10:26:01,683-0500 INFO SetFieldValue Set: cntl_in=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/dummy 2011-10-12 10:26:01,683-0500 DEBUG vdl:mains SCOPE thread=0-141 2011-10-12 10:26:01,683-0500 DEBUG vdl:mains SCOPE thread=0-126 2011-10-12 10:26:01,683-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,683-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000628 2011-10-12 10:26:01,703-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000628 index=0 member=dataset:20111012-1026-uyo5a32e:720000000200 2011-10-12 10:26:01,703-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000628 index=1 member=dataset:20111012-1026-uyo5a32e:720000000159 2011-10-12 10:26:01,703-0500 DEBUG vdl:mains SCOPE thread=0-122 2011-10-12 10:26:01,703-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000635 index=0 member=dataset:20111012-1026-uyo5a32e:720000000103 2011-10-12 10:26:01,703-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000635 index=1 member=dataset:20111012-1026-uyo5a32e:720000000269 2011-10-12 10:26:01,703-0500 DEBUG vdl:mains FOREACH_IT_START line=178 thread=0-109-1 2011-10-12 10:26:01,700-0500 INFO SetFieldValue Set: cntl_JJA_climo=1.0 2011-10-12 10:26:01,704-0500 DEBUG vdl:mains SCOPE thread=0-150 2011-10-12 10:26:01,700-0500 DEBUG vdl:mains SCOPE thread=0-132 2011-10-12 10:26:01,700-0500 DEBUG vdl:mains SCOPE thread=0-138 2011-10-12 10:26:01,699-0500 DEBUG vdl:mains SCOPE thread=0-143 2011-10-12 10:26:01,704-0500 DEBUG vdl:mains SCOPE thread=0-25 2011-10-12 10:26:01,699-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000662 2011-10-12 10:26:01,699-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000651 2011-10-12 10:26:01,698-0500 INFO VDLFunction FUNCTION: arg() 2011-10-12 10:26:01,704-0500 DEBUG vdl:mains SCOPE thread=0-154 2011-10-12 10:26:01,705-0500 DEBUG vdl:mains SCOPE thread=0-153 2011-10-12 10:26:01,705-0500 DEBUG vdl:mains SCOPE thread=0-148 2011-10-12 10:26:01,695-0500 DEBUG vdl:mains SCOPE thread=0-117 2011-10-12 10:26:01,705-0500 DEBUG vdl:mains SCOPE thread=0-109-2 2011-10-12 10:26:01,705-0500 DEBUG vdl:mains SCOPE thread=0-109-0 2011-10-12 10:26:01,704-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000651 index=0 member=dataset:20111012-1026-uyo5a32e:720000000241 2011-10-12 10:26:01,704-0500 INFO SetFieldValue Set: mam_weights={2= 0.3369565308094025, 1=0.3260869681835175, 0=0.3369565308094025} 2011-10-12 10:26:01,704-0500 DEBUG vdl:mains SCOPE thread=0-147 2011-10-12 10:26:01,704-0500 DEBUG vdl:mains SCOPE thread=0-145 2011-10-12 10:26:01,704-0500 DEBUG vdl:mains SCOPE thread=0-152 2011-10-12 10:26:01,706-0500 DEBUG vdl:mains SCOPE thread=0-149 2011-10-12 10:26:01,706-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-40-1 name=trace 2011-10-12 10:26:01,704-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000635 index=2 member=dataset:20111012-1026-uyo5a32e:720000000103 2011-10-12 10:26:01,703-0500 DEBUG vdl:mains SCOPE thread=0-144 2011-10-12 10:26:01,703-0500 DEBUG vdl:mains SCOPE thread=0-151 2011-10-12 10:26:01,703-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-42-1 name=trace 2011-10-12 10:26:01,707-0500 DEBUG vdl:mains SCOPE thread=0-109-1 2011-10-12 10:26:01,703-0500 DEBUG vdl:mains SCOPE thread=0-50 2011-10-12 10:26:01,703-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000628 index=2 member=dataset:20111012-1026-uyo5a32e:720000000159 2011-10-12 10:26:01,703-0500 DEBUG vdl:mains SCOPE thread=0-159 2011-10-12 10:26:01,707-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000628 2011-10-12 10:26:01,707-0500 DEBUG vdl:mains SCOPE thread=0-156 2011-10-12 10:26:01,707-0500 DEBUG vdl:mains SCOPE thread=0-130 2011-10-12 10:26:01,706-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000635 2011-10-12 10:26:01,705-0500 DEBUG vdl:mains SCOPE thread=0-155 2011-10-12 10:26:01,705-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000651 index=1 member=dataset:20111012-1026-uyo5a32e:720000000241 2011-10-12 10:26:01,708-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000651 index=2 member=dataset:20111012-1026-uyo5a32e:720000000117 2011-10-12 10:26:01,708-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000651 2011-10-12 10:26:01,705-0500 DEBUG vdl:mains SCOPE thread=0-158 2011-10-12 10:26:01,705-0500 DEBUG vdl:mains SCOPE thread=0-146 2011-10-12 10:26:01,708-0500 WARN trace SwiftScript trace: diag_code: /fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code/ 2011-10-12 10:26:01,708-0500 INFO SetFieldValue Set: djf_weights={2=.3111111223697662, 1=.3444444537162781, 0=.3444444537162781} 2011-10-12 10:26:01,708-0500 WARN trace SwiftScript trace: test_path: /fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/ 2011-10-12 10:26:01,708-0500 WARN trace SwiftScript trace: test_djf: NEXT 2011-10-12 10:26:01,708-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-109-2-1 name=trace 2011-10-12 10:26:01,707-0500 INFO SetFieldValue Set: son_weights={2=0.32967033, 1=0.34065934, 0=0.32967033} 2011-10-12 10:26:01,707-0500 INFO SetFieldValue Set: jja_weights={2=.3369565308094025, 1=.3369565308094025, 0=.3260869681835175} 2011-10-12 10:26:01,709-0500 WARN trace SwiftScript trace: workdir: /fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/ 2011-10-12 10:26:01,709-0500 WARN trace SwiftScript trace: paleo: False 2011-10-12 10:26:01,710-0500 WARN trace SwiftScript trace: test_case: b40.1850.track1.2deg.003 2011-10-12 10:26:01,708-0500 WARN trace SwiftScript trace: test_nyrs: 1 2011-10-12 10:26:01,708-0500 DEBUG vdl:mains SCOPE thread=0-136 2011-10-12 10:26:01,709-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000714 2011-10-12 10:26:01,713-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=0 member=dataset:20111012-1026-uyo5a32e:720000000202 2011-10-12 10:26:01,713-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=1 member=dataset:20111012-1026-uyo5a32e:720000000078 2011-10-12 10:26:01,713-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=2 member=dataset:20111012-1026-uyo5a32e:720000000202 2011-10-12 10:26:01,713-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=3 member=dataset:20111012-1026-uyo5a32e:720000000166 2011-10-12 10:26:01,713-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=4 member=dataset:20111012-1026-uyo5a32e:720000000202 2011-10-12 10:26:01,713-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=5 member=dataset:20111012-1026-uyo5a32e:720000000166 2011-10-12 10:26:01,713-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=6 member=dataset:20111012-1026-uyo5a32e:720000000202 2011-10-12 10:26:01,713-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-86 2011-10-12 10:26:01,713-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=7 member=dataset:20111012-1026-uyo5a32e:720000000202 2011-10-12 10:26:01,714-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=8 member=dataset:20111012-1026-uyo5a32e:720000000166 2011-10-12 10:26:01,714-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=9 member=dataset:20111012-1026-uyo5a32e:720000000202 2011-10-12 10:26:01,714-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=10 member=dataset:20111012-1026-uyo5a32e:720000000166 2011-10-12 10:26:01,714-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-10 2011-10-12 10:26:01,714-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-14 2011-10-12 10:26:01,714-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-98 2011-10-12 10:26:01,714-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-23 2011-10-12 10:26:01,715-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-109-0-1 name=trace 2011-10-12 10:26:01,715-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000714 index=11 member=dataset:20111012-1026-uyo5a32e:720000000202 2011-10-12 10:26:01,715-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000714 2011-10-12 10:26:01,715-0500 INFO SetFieldValue Set: ann_weights={3=0.08219178020954132, 2=0.08493150770664215, 10=0.08219178020954132, 1=0.07671232521533966, 0=0.08493150770664215, 7=0.08493150770664215, 6=0.08493150770664215, 5=0.08219178020954132, 4=0.08493150770664215, 9=0.08493150770664215, 8=0.08219178020954132, 11=0.08493150770664215} 2011-10-12 10:26:01,715-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-12 2011-10-12 10:26:01,715-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-18 2011-10-12 10:26:01,716-0500 DEBUG vdl:mains INTERNALPROC_START thread=0-109-1-1 name=trace 2011-10-12 10:26:01,717-0500 DEBUG vdl:mains FOREACH_IT_START line=1976 thread=0-150-1-0 2011-10-12 10:26:01,717-0500 WARN trace SwiftScript trace: test_inst: -1 2011-10-12 10:26:01,718-0500 DEBUG vdl:mains FOREACH_IT_START line=1908 thread=0-148-1-0 2011-10-12 10:26:01,719-0500 DEBUG vdl:mains FOREACH_IT_START line=1877 thread=0-147-1-0 2011-10-12 10:26:01,719-0500 DEBUG vdl:mains FOREACH_IT_START line=1940 thread=0-149-1-0 2011-10-12 10:26:01,719-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-21 2011-10-12 10:26:01,719-0500 WARN trace SwiftScript trace: test_begin: 501 2011-10-12 10:26:01,721-0500 INFO SetFieldValue Set: conv_test=b40.1850.track1.2deg.003.cam2.h0. 2011-10-12 10:26:01,721-0500 DEBUG vdl:mains FOREACH_IT_START line=1804 thread=0-144-1-0 2011-10-12 10:26:01,721-0500 DEBUG vdl:mains FOREACH_IT_START line=1976 thread=0-150-1-1 2011-10-12 10:26:01,722-0500 DEBUG vdl:mains FOREACH_IT_START line=2012 thread=0-151-1-0 2011-10-12 10:26:01,722-0500 WARN trace SwiftScript trace: cntl_djf: NEXT 2011-10-12 10:26:01,722-0500 DEBUG vdl:mains SCOPE thread=0-150-1-0 2011-10-12 10:26:01,722-0500 DEBUG vdl:mains SCOPE thread=0-148-1-0 2011-10-12 10:26:01,722-0500 DEBUG vdl:mains FOREACH_IT_START line=2012 thread=0-151-1-2 2011-10-12 10:26:01,723-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-16 2011-10-12 10:26:01,723-0500 DEBUG vdl:mains FOREACH_IT_START line=1908 thread=0-148-1-2 2011-10-12 10:26:01,723-0500 DEBUG vdl:mains FOREACH_IT_START line=1976 thread=0-150-1-2 2011-10-12 10:26:01,723-0500 DEBUG vdl:mains SCOPE thread=0-147-1-0 2011-10-12 10:26:01,723-0500 INFO SetFieldValue Set: test_out=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003 2011-10-12 10:26:01,724-0500 INFO SetFieldValue Set: test_out_climo=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003 2011-10-12 10:26:01,724-0500 DEBUG vdl:mains FOREACH_IT_START line=1908 thread=0-148-1-1 2011-10-12 10:26:01,724-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-38 2011-10-12 10:26:01,724-0500 DEBUG vdl:mains SCOPE thread=0-149-1-0 2011-10-12 10:26:01,725-0500 INFO SetFieldValue Set: conv_cntl=dummy.cam2.h0. 2011-10-12 10:26:01,725-0500 DEBUG vdl:mains SCOPE thread=0-144-1-0 2011-10-12 10:26:01,725-0500 DEBUG vdl:mains FOREACH_IT_START line=1804 thread=0-144-1-1 2011-10-12 10:26:01,726-0500 INFO SetFieldValue Set: swift#mapper#17273=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_JJA_climo.nc 2011-10-12 10:26:01,726-0500 INFO SetFieldValue Set: swift#mapper#17268=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_DJF_climo.nc 2011-10-12 10:26:01,726-0500 INFO SetFieldValue Set: swift#mapper#17253=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_ANN_climo.nc 2011-10-12 10:26:01,726-0500 DEBUG vdl:mains FOREACH_IT_START line=1877 thread=0-147-1-2 2011-10-12 10:26:01,726-0500 INFO SetFieldValue Set: swift#mapper#17276=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_SON_climo.nc 2011-10-12 10:26:01,726-0500 INFO SetFieldValue Set: swift#mapper#17270=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_MAM_climo.nc 2011-10-12 10:26:01,726-0500 DEBUG vdl:mains SCOPE thread=0-151-1-0 2011-10-12 10:26:01,726-0500 DEBUG vdl:mains FOREACH_IT_START line=1940 thread=0-149-1-2 2011-10-12 10:26:01,726-0500 DEBUG vdl:mains FOREACH_IT_START line=1877 thread=0-147-1-1 2011-10-12 10:26:01,727-0500 DEBUG vdl:mains FOREACH_IT_START line=2012 thread=0-151-1-1 2011-10-12 10:26:01,727-0500 INFO SetFieldValue Set: cntl_out=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy 2011-10-12 10:26:01,726-0500 DEBUG vdl:mains FOREACH_IT_START line=1940 thread=0-149-1-1 2011-10-12 10:26:01,726-0500 DEBUG vdl:mains FOREACH_IT_START line=1804 thread=0-144-1-2 2011-10-12 10:26:01,728-0500 DEBUG vdl:mains FOREACH_IT_START line=1846 thread=0-146-1-1 2011-10-12 10:26:01,728-0500 DEBUG vdl:mains SCOPE thread=0-150-1-2 2011-10-12 10:26:01,726-0500 DEBUG vdl:mains FOREACH_IT_START line=1846 thread=0-146-1-0 2011-10-12 10:26:01,728-0500 DEBUG vdl:mains FOREACH_IT_START line=1846 thread=0-146-1-2 2011-10-12 10:26:01,728-0500 INFO SetFieldValue Set: cntl_out_climo=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy 2011-10-12 10:26:01,729-0500 DEBUG vdl:mains SCOPE thread=0-148-1-1 2011-10-12 10:26:01,730-0500 DEBUG vdl:mains SCOPE thread=0-150-1-1 2011-10-12 10:26:01,730-0500 DEBUG vdl:mains SCOPE thread=0-148-1-2 2011-10-12 10:26:01,732-0500 DEBUG vdl:mains SCOPE thread=0-151-1-2 2011-10-12 10:26:01,733-0500 INFO SetFieldValue Set: swift#mapper#17283=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_SON_climo.nc 2011-10-12 10:26:01,733-0500 INFO SetFieldValue Set: swift#mapper#17279=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_ANN_climo.nc 2011-10-12 10:26:01,733-0500 DEBUG vdl:mains SCOPE thread=0-146-1-1 2011-10-12 10:26:01,733-0500 INFO SetFieldValue Set: swift#mapper#17282=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_JJA_climo.nc 2011-10-12 10:26:01,734-0500 DEBUG vdl:mains SCOPE thread=0-147-1-1 2011-10-12 10:26:01,733-0500 INFO SetFieldValue Set: swift#mapper#17280=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_DJF_climo.nc 2011-10-12 10:26:01,733-0500 INFO SetFieldValue Set: swift#mapper#17281=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_MAM_climo.nc 2011-10-12 10:26:01,734-0500 INFO SetFieldValue Set: years_to_test={} 2011-10-12 10:26:01,734-0500 DEBUG vdl:mains SCOPE thread=0-151-1-1 2011-10-12 10:26:01,734-0500 DEBUG vdl:mains SCOPE thread=0-144-1-1 2011-10-12 10:26:01,734-0500 DEBUG vdl:mains SCOPE thread=0-144-1-2 2011-10-12 10:26:01,734-0500 DEBUG vdl:mains SCOPE thread=0-149-1-1 2011-10-12 10:26:01,735-0500 DEBUG vdl:mains SCOPE thread=0-147-1-2 2011-10-12 10:26:01,736-0500 DEBUG vdl:mains SCOPE thread=0-149-1-2 2011-10-12 10:26:01,737-0500 DEBUG vdl:mains SCOPE thread=0-146-1-0 2011-10-12 10:26:01,737-0500 INFO SetFieldValue Set: cntl_years_to_test={} 2011-10-12 10:26:01,737-0500 DEBUG vdl:mains SCOPE thread=0-146-1-2 2011-10-12 10:26:01,741-0500 DEBUG vdl:mains SCOPE thread=0-150-1-0-3 2011-10-12 10:26:01,741-0500 DEBUG vdl:mains SCOPE thread=0-148-1-0-3 2011-10-12 10:26:01,741-0500 WARN trace SwiftScript trace: cntl_case: dummy 2011-10-12 10:26:01,741-0500 DEBUG vdl:mains SCOPE thread=0-147-1-0-3 2011-10-12 10:26:01,742-0500 DEBUG vdl:mains SCOPE thread=0-149-1-0-3 2011-10-12 10:26:01,742-0500 WARN trace SwiftScript trace: cntl_path: /fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/ 2011-10-12 10:26:01,742-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-40-1 2011-10-12 10:26:01,742-0500 DEBUG vdl:mains SCOPE thread=0-144-1-0-3 2011-10-12 10:26:01,743-0500 DEBUG vdl:mains SCOPE thread=0-118-1 2011-10-12 10:26:01,745-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-42-1 2011-10-12 10:26:01,745-0500 DEBUG vdl:mains SCOPE thread=0-151-1-0-3 2011-10-12 10:26:01,745-0500 WARN trace SwiftScript trace: plots: ANN 2011-10-12 10:26:01,746-0500 WARN trace SwiftScript trace: cntl_out: /fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy 2011-10-12 10:26:01,746-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-134-1 name=dummy_file 2011-10-12 10:26:01,747-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-109-2-1 2011-10-12 10:26:01,748-0500 DEBUG vdl:mains SCOPE thread=0-150-1-1-1 2011-10-12 10:26:01,748-0500 WARN trace SwiftScript trace: cntl_out_climo: /fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy 2011-10-12 10:26:01,748-0500 DEBUG vdl:mains SCOPE thread=0-150-1-2-0 2011-10-12 10:26:01,748-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-52 2011-10-12 10:26:01,748-0500 DEBUG vdl:mains SCOPE thread=0-148-1-2-0 2011-10-12 10:26:01,749-0500 DEBUG vdl:mains SCOPE thread=0-146-1-1-1 2011-10-12 10:26:01,749-0500 DEBUG vdl:mains FOREACH_IT_END line=178 thread=0-109-2 2011-10-12 10:26:01,750-0500 DEBUG vdl:mains SCOPE thread=0-117-1 2011-10-12 10:26:01,750-0500 DEBUG vdl:mains SCOPE thread=0-151-1-2-0 2011-10-12 10:26:01,750-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-51 2011-10-12 10:26:01,751-0500 DEBUG vdl:mains SCOPE thread=0-144-1-2-0 2011-10-12 10:26:01,751-0500 DEBUG vdl:mains SCOPE thread=0-148-1-1-1 2011-10-12 10:26:01,751-0500 DEBUG vdl:mains SCOPE thread=0-149-1-1-1 2011-10-12 10:26:01,751-0500 DEBUG vdl:mains SCOPE thread=0-147-1-1-1 2011-10-12 10:26:01,752-0500 DEBUG vdl:mains SCOPE thread=0-144-1-1-1 2011-10-12 10:26:01,752-0500 DEBUG vdl:mains SCOPE thread=0-146-1-0-3 2011-10-12 10:26:01,753-0500 DEBUG vdl:mains SCOPE thread=0-146-1-2-0 2011-10-12 10:26:01,753-0500 DEBUG vdl:mains SCOPE thread=0-149-1-2-0 2011-10-12 10:26:01,753-0500 DEBUG vdl:mains SCOPE thread=0-151-1-1-1 2011-10-12 10:26:01,754-0500 INFO SetFieldValue Set: ncdf_djf_mode=create 2011-10-12 10:26:01,754-0500 INFO SetFieldValue Set: ncdf_jja_mode=create 2011-10-12 10:26:01,756-0500 DEBUG vdl:mains SCOPE thread=0-147-1-2-0 2011-10-12 10:26:01,762-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-143-1 name=dummy_file 2011-10-12 10:26:01,766-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-138-1 name=dummy_file 2011-10-12 10:26:01,766-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-143-0 name=dummy_file 2011-10-12 10:26:01,767-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-130-1 name=dummy_file 2011-10-12 10:26:01,766-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-132-1 name=dummy_file 2011-10-12 10:26:01,766-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-136-1 name=dummy_file 2011-10-12 10:26:01,768-0500 WARN trace SwiftScript trace: plots: JJA 2011-10-12 10:26:01,768-0500 WARN trace SwiftScript trace: plots: DJF 2011-10-12 10:26:01,769-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000912 2011-10-12 10:26:01,769-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=0 member=dataset:20111012-1026-uyo5a32e:720000000292 2011-10-12 10:26:01,769-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=1 member=dataset:20111012-1026-uyo5a32e:720000000293 2011-10-12 10:26:01,770-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=2 member=dataset:20111012-1026-uyo5a32e:720000000295 2011-10-12 10:26:01,770-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=3 member=dataset:20111012-1026-uyo5a32e:720000000296 2011-10-12 10:26:01,770-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-109-1-1 2011-10-12 10:26:01,770-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=4 member=dataset:20111012-1026-uyo5a32e:720000000297 2011-10-12 10:26:01,770-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=5 member=dataset:20111012-1026-uyo5a32e:720000000298 2011-10-12 10:26:01,770-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=6 member=dataset:20111012-1026-uyo5a32e:720000000299 2011-10-12 10:26:01,770-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=7 member=dataset:20111012-1026-uyo5a32e:720000000300 2011-10-12 10:26:01,770-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=8 member=dataset:20111012-1026-uyo5a32e:720000000301 2011-10-12 10:26:01,770-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=9 member=dataset:20111012-1026-uyo5a32e:720000000302 2011-10-12 10:26:01,770-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=10 member=dataset:20111012-1026-uyo5a32e:720000000303 2011-10-12 10:26:01,770-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000912 index=11 member=dataset:20111012-1026-uyo5a32e:720000000304 2011-10-12 10:26:01,770-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000912 2011-10-12 10:26:01,770-0500 DEBUG vdl:mains INTERNALPROC_END thread=0-109-0-1 2011-10-12 10:26:01,772-0500 DEBUG vdl:mains FOREACH_IT_END line=178 thread=0-109-1 2011-10-12 10:26:01,771-0500 INFO SetFieldValue Set: m={3=3.0, 2=2.0, 10=10.0, 1=1.0, 0=0.0, 7=7.0, 6=6.0, 5=5.0, 4=4.0, 9=9.0, 8=8.0, 11=11.0} 2011-10-12 10:26:01,772-0500 DEBUG vdl:mains FOREACH_IT_END line=178 thread=0-109-0 2011-10-12 10:26:01,779-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-0 2011-10-12 10:26:01,779-0500 INFO yearprint STARTCOMPOUND thread=0-118-0 name=yearprint 2011-10-12 10:26:01,780-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000944 2011-10-12 10:26:01,780-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000944 index=0 member=dataset:20111012-1026-uyo5a32e:720000000039 2011-10-12 10:26:01,780-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000945 2011-10-12 10:26:01,780-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000947 2011-10-12 10:26:01,780-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000944 index=1 member=dataset:20111012-1026-uyo5a32e:720000000058 2011-10-12 10:26:01,780-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000948 2011-10-12 10:26:01,780-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000944 index=2 member=dataset:20111012-1026-uyo5a32e:720000000061 2011-10-12 10:26:01,781-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000944 2011-10-12 10:26:01,780-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000947 index=0 member=dataset:20111012-1026-uyo5a32e:720000000293 2011-10-12 10:26:01,780-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000945 index=0 member=dataset:20111012-1026-uyo5a32e:720000000293 2011-10-12 10:26:01,781-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000947 index=1 member=dataset:20111012-1026-uyo5a32e:720000000295 2011-10-12 10:26:01,781-0500 INFO SetFieldValue Set: monthDigits={2=02, 1=01, 0=12} 2011-10-12 10:26:01,780-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000948 index=0 member=dataset:20111012-1026-uyo5a32e:720000000054 2011-10-12 10:26:01,780-0500 DEBUG vdl:mains SCOPE thread=0-142-1-0 2011-10-12 10:26:01,781-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-7 2011-10-12 10:26:01,781-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-6 2011-10-12 10:26:01,781-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-2 2011-10-12 10:26:01,781-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-1 2011-10-12 10:26:01,781-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000948 index=1 member=dataset:20111012-1026-uyo5a32e:720000000055 2011-10-12 10:26:01,781-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000948 index=2 member=dataset:20111012-1026-uyo5a32e:720000000046 2011-10-12 10:26:01,781-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-5 2011-10-12 10:26:01,782-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000965 2011-10-12 10:26:01,781-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000947 index=2 member=dataset:20111012-1026-uyo5a32e:720000000296 2011-10-12 10:26:01,782-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000947 2011-10-12 10:26:01,783-0500 DEBUG vdl:mains SCOPE thread=0-142-1-7 2011-10-12 10:26:01,783-0500 DEBUG vdl:mains SCOPE thread=0-142-1-5 2011-10-12 10:26:01,783-0500 DEBUG vdl:mains SCOPE thread=0-142-1-2 2011-10-12 10:26:01,783-0500 INFO SetFieldValue Set: m={2=3.0, 1=2.0, 0=1.0} 2011-10-12 10:26:01,781-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000945 index=1 member=dataset:20111012-1026-uyo5a32e:720000000295 2011-10-12 10:26:01,782-0500 INFO yearprint STARTCOMPOUND thread=0-117-0 name=yearprint 2011-10-12 10:26:01,783-0500 DEBUG vdl:mains SCOPE thread=0-142-1-1 2011-10-12 10:26:01,783-0500 DEBUG vdl:mains SCOPE thread=0-142-1-6 2011-10-12 10:26:01,782-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=0 member=dataset:20111012-1026-uyo5a32e:720000000762 2011-10-12 10:26:01,784-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=1 member=dataset:20111012-1026-uyo5a32e:720000000779 2011-10-12 10:26:01,784-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=2 member=dataset:20111012-1026-uyo5a32e:720000000817 2011-10-12 10:26:01,784-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=3 member=dataset:20111012-1026-uyo5a32e:720000000891 2011-10-12 10:26:01,784-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=4 member=dataset:20111012-1026-uyo5a32e:720000000900 2011-10-12 10:26:01,784-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=5 member=dataset:20111012-1026-uyo5a32e:720000000902 2011-10-12 10:26:01,784-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=6 member=dataset:20111012-1026-uyo5a32e:720000000910 2011-10-12 10:26:01,785-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=7 member=dataset:20111012-1026-uyo5a32e:720000000915 2011-10-12 10:26:01,782-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000948 2011-10-12 10:26:01,781-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-11 2011-10-12 10:26:01,781-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-4 2011-10-12 10:26:01,781-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-10 2011-10-12 10:26:01,781-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-3 2011-10-12 10:26:01,781-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-8 2011-10-12 10:26:01,781-0500 DEBUG vdl:mains FOREACH_IT_START line=1762 thread=0-142-1-9 2011-10-12 10:26:01,786-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000988 2011-10-12 10:26:01,787-0500 DEBUG vdl:mains SCOPE thread=0-142-1-3 2011-10-12 10:26:01,787-0500 DEBUG yearprint SCOPE thread=0-118-0-0 2011-10-12 10:26:01,787-0500 DEBUG vdl:mains SCOPE thread=0-142-1-9 2011-10-12 10:26:01,787-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000000991 2011-10-12 10:26:01,787-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=0 member=dataset:20111012-1026-uyo5a32e:720000000293 2011-10-12 10:26:01,787-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=1 member=dataset:20111012-1026-uyo5a32e:720000000295 2011-10-12 10:26:01,787-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=2 member=dataset:20111012-1026-uyo5a32e:720000000296 2011-10-12 10:26:01,787-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=3 member=dataset:20111012-1026-uyo5a32e:720000000297 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=4 member=dataset:20111012-1026-uyo5a32e:720000000298 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000001001 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=0 member=dataset:20111012-1026-uyo5a32e:720000000058 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=1 member=dataset:20111012-1026-uyo5a32e:720000000061 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=2 member=dataset:20111012-1026-uyo5a32e:720000000063 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=3 member=dataset:20111012-1026-uyo5a32e:720000000050 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=4 member=dataset:20111012-1026-uyo5a32e:720000000052 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=5 member=dataset:20111012-1026-uyo5a32e:720000000054 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=6 member=dataset:20111012-1026-uyo5a32e:720000000055 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=7 member=dataset:20111012-1026-uyo5a32e:720000000046 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=8 member=dataset:20111012-1026-uyo5a32e:720000000048 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=9 member=dataset:20111012-1026-uyo5a32e:720000000064 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=10 member=dataset:20111012-1026-uyo5a32e:720000000037 2011-10-12 10:26:01,789-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001001 index=11 member=dataset:20111012-1026-uyo5a32e:720000000039 2011-10-12 10:26:01,789-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000001001 2011-10-12 10:26:01,789-0500 INFO SetFieldValue Set: monthDigits={3=04, 2=03, 10=11, 1=02, 0=01, 7=08, 6=07, 5=06, 4=05, 9=10, 8=09, 11=12} 2011-10-12 10:26:01,786-0500 DEBUG vdl:mains SCOPE thread=0-142-1-10 2011-10-12 10:26:01,786-0500 DEBUG vdl:mains SCOPE thread=0-142-1-4 2011-10-12 10:26:01,785-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=8 member=dataset:20111012-1026-uyo5a32e:720000000927 2011-10-12 10:26:01,790-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=9 member=dataset:20111012-1026-uyo5a32e:720000000930 2011-10-12 10:26:01,790-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=10 member=dataset:20111012-1026-uyo5a32e:720000000940 2011-10-12 10:26:01,790-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000965 index=11 member=dataset:20111012-1026-uyo5a32e:720000000963 2011-10-12 10:26:01,791-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000965 2011-10-12 10:26:01,785-0500 INFO SetFieldValue Set: monthDigits={2=08, 1=07, 0=06} 2011-10-12 10:26:01,784-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000945 index=2 member=dataset:20111012-1026-uyo5a32e:720000000296 2011-10-12 10:26:01,791-0500 INFO vdl:execute START thread=0-134-1 tr=dummy_file_csh 2011-10-12 10:26:01,791-0500 DEBUG yearprint SCOPE thread=0-117-0-2 2011-10-12 10:26:01,791-0500 INFO SetFieldValue Set: teststr={3=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_04_climo.nc, 2=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_03_climo.nc, 10=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_11_climo.nc, 1=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_02_climo.nc, 0=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_01_climo.nc, 7=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_08_climo.nc, 6=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_07_climo.nc, 5=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_06_climo.nc, 4=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_05_climo.nc, 9=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_10_climo.nc, 8=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_09_climo.nc, 11=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_12_climo.nc} 2011-10-12 10:26:01,791-0500 DEBUG save_unweighted_variables PROCEDURE line=214 thread=0-117-1-1 name=Save_Unweighted_Variables 2011-10-12 10:26:01,792-0500 INFO SetFieldValue Set: swift#callintermediate=000-1 2011-10-12 10:26:01,788-0500 INFO calcmonthlyclimatology STARTCOMPOUND thread=0-141-1 name=CalcMonthlyClimatology 2011-10-12 10:26:01,788-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=5 member=dataset:20111012-1026-uyo5a32e:720000000299 2011-10-12 10:26:01,794-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=6 member=dataset:20111012-1026-uyo5a32e:720000000300 2011-10-12 10:26:01,794-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=7 member=dataset:20111012-1026-uyo5a32e:720000000301 2011-10-12 10:26:01,794-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=8 member=dataset:20111012-1026-uyo5a32e:720000000302 2011-10-12 10:26:01,794-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=9 member=dataset:20111012-1026-uyo5a32e:720000000303 2011-10-12 10:26:01,794-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=10 member=dataset:20111012-1026-uyo5a32e:720000000304 2011-10-12 10:26:01,794-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000991 index=11 member=dataset:20111012-1026-uyo5a32e:720000000305 2011-10-12 10:26:01,794-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000991 2011-10-12 10:26:01,795-0500 INFO SetFieldValue Set: m={3=4.0, 2=3.0, 10=11.0, 1=2.0, 0=1.0, 7=8.0, 6=7.0, 5=6.0, 4=5.0, 9=10.0, 8=9.0, 11=12.0} 2011-10-12 10:26:01,795-0500 INFO yearprint ENDCOMPOUND thread=0-118-0 2011-10-12 10:26:01,795-0500 INFO SetFieldValue Set: swift#callintermediate=0501 2011-10-12 10:26:01,795-0500 INFO SetFieldValue Set: yr_prnt=dummy.cam2.h0.000-1 2011-10-12 10:26:01,788-0500 DEBUG vdl:mains SCOPE thread=0-142-1-11 2011-10-12 10:26:01,795-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-6-1 name=dummy_file 2011-10-12 10:26:01,787-0500 DEBUG vdl:mains SCOPE thread=0-142-1-8 2011-10-12 10:26:01,797-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-5-1 name=dummy_file 2011-10-12 10:26:01,797-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-3-1 name=dummy_file 2011-10-12 10:26:01,797-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-1-1 name=dummy_file 2011-10-12 10:26:01,787-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=0 member=dataset:20111012-1026-uyo5a32e:720000000778 2011-10-12 10:26:01,797-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=1 member=dataset:20111012-1026-uyo5a32e:720000000813 2011-10-12 10:26:01,797-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=2 member=dataset:20111012-1026-uyo5a32e:720000000864 2011-10-12 10:26:01,797-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=3 member=dataset:20111012-1026-uyo5a32e:720000000896 2011-10-12 10:26:01,797-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-7-1 name=dummy_file 2011-10-12 10:26:01,798-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-10-1 name=dummy_file 2011-10-12 10:26:01,798-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-4-1 name=dummy_file 2011-10-12 10:26:01,797-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-9-1 name=dummy_file 2011-10-12 10:26:01,795-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-0-1 name=dummy_file 2011-10-12 10:26:01,800-0500 INFO yearprint ENDCOMPOUND thread=0-117-0 2011-10-12 10:26:01,800-0500 INFO SetFieldValue Set: yr_prnt=b40.1850.track1.2deg.003.cam2.h0.0501 2011-10-12 10:26:01,801-0500 INFO SetFieldValue Set: filename=b40.1850.track1.2deg.003.cam2.h0.0501-01.nc 2011-10-12 10:26:01,802-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-11-1 name=dummy_file 2011-10-12 10:26:01,802-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[3] 2011-10-12 10:26:01,802-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[2] 2011-10-12 10:26:01,802-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-8-1 name=dummy_file 2011-10-12 10:26:01,791-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000945 2011-10-12 10:26:01,804-0500 INFO SetFieldValue Set: m={2=3.0, 1=2.0, 0=1.0} 2011-10-12 10:26:01,802-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[1] 2011-10-12 10:26:01,797-0500 DEBUG dummy_file PROCEDURE line=280 thread=0-142-1-2-1 name=dummy_file 2011-10-12 10:26:01,797-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=4 member=dataset:20111012-1026-uyo5a32e:720000000901 2011-10-12 10:26:01,804-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=5 member=dataset:20111012-1026-uyo5a32e:720000000904 2011-10-12 10:26:01,804-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=6 member=dataset:20111012-1026-uyo5a32e:720000000911 2011-10-12 10:26:01,804-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=7 member=dataset:20111012-1026-uyo5a32e:720000000926 2011-10-12 10:26:01,804-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=8 member=dataset:20111012-1026-uyo5a32e:720000000929 2011-10-12 10:26:01,804-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=9 member=dataset:20111012-1026-uyo5a32e:720000000939 2011-10-12 10:26:01,804-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=10 member=dataset:20111012-1026-uyo5a32e:720000000964 2011-10-12 10:26:01,805-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000000988 index=11 member=dataset:20111012-1026-uyo5a32e:720000000987 2011-10-12 10:26:01,805-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000000988 2011-10-12 10:26:01,805-0500 INFO SetFieldValue Set: cntlstr={3=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_04_climo.nc, 2=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_03_climo.nc, 10=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_11_climo.nc, 1=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_02_climo.nc, 0=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_01_climo.nc, 7=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_08_climo.nc, 6=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_07_climo.nc, 5=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_06_climo.nc, 4=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_05_climo.nc, 9=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_10_climo.nc, 8=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_09_climo.nc, 11=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//dummy_12_climo.nc} 2011-10-12 10:26:01,797-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1 2011-10-12 10:26:01,804-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[10] 2011-10-12 10:26:01,817-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[0] 2011-10-12 10:26:01,818-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[7] 2011-10-12 10:26:01,818-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[6] 2011-10-12 10:26:01,818-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[5] 2011-10-12 10:26:01,818-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[4] 2011-10-12 10:26:01,818-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[9] 2011-10-12 10:26:01,818-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[8] 2011-10-12 10:26:01,818-0500 INFO RootDataNode Found mapped data test_climo:file[] - Open.[11] 2011-10-12 10:26:01,821-0500 INFO vdl:execute START thread=0-117-1-1 tr=ncks 2011-10-12 10:26:01,814-0500 INFO vdl:execute START thread=0-143-1 tr=dummy_file_csh 2011-10-12 10:26:01,812-0500 INFO vdl:execute START thread=0-136-1 tr=dummy_file_csh 2011-10-12 10:26:01,807-0500 INFO vdl:execute START thread=0-130-1 tr=dummy_file_csh 2011-10-12 10:26:01,824-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,807-0500 INFO vdl:execute START thread=0-143-0 tr=dummy_file_csh 2011-10-12 10:26:01,806-0500 INFO vdl:execute START thread=0-132-1 tr=dummy_file_csh 2011-10-12 10:26:01,806-0500 INFO vdl:execute START thread=0-138-1 tr=dummy_file_csh 2011-10-12 10:26:01,823-0500 INFO CreateArray CREATEARRAY START array=dataset:20111012-1026-uyo5a32e:720000001123 2011-10-12 10:26:01,826-0500 INFO set10 STARTCOMPOUND thread=0-154-1 name=set10 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=0 member=dataset:20111012-1026-uyo5a32e:720000000293 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=1 member=dataset:20111012-1026-uyo5a32e:720000000295 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=2 member=dataset:20111012-1026-uyo5a32e:720000000296 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=3 member=dataset:20111012-1026-uyo5a32e:720000000297 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=4 member=dataset:20111012-1026-uyo5a32e:720000000298 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=5 member=dataset:20111012-1026-uyo5a32e:720000000299 2011-10-12 10:26:01,827-0500 INFO set12 STARTCOMPOUND thread=0-156-1 name=set12 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=6 member=dataset:20111012-1026-uyo5a32e:720000000300 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=7 member=dataset:20111012-1026-uyo5a32e:720000000301 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=8 member=dataset:20111012-1026-uyo5a32e:720000000302 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=9 member=dataset:20111012-1026-uyo5a32e:720000000303 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=10 member=dataset:20111012-1026-uyo5a32e:720000000304 2011-10-12 10:26:01,827-0500 INFO CreateArray CREATEARRAY MEMBER array=dataset:20111012-1026-uyo5a32e:720000001123 index=11 member=dataset:20111012-1026-uyo5a32e:720000000305 2011-10-12 10:26:01,828-0500 INFO CreateArray CREATEARRAY COMPLETED array=dataset:20111012-1026-uyo5a32e:720000001123 2011-10-12 10:26:01,828-0500 INFO SetFieldValue Set: m={3=4.0, 2=3.0, 10=11.0, 1=2.0, 0=1.0, 7=8.0, 6=7.0, 5=6.0, 4=5.0, 9=10.0, 8=9.0, 11=12.0} 2011-10-12 10:26:01,828-0500 INFO set14 STARTCOMPOUND thread=0-158-1 name=set14 2011-10-12 10:26:01,829-0500 INFO set2 STARTCOMPOUND thread=0-145-1 name=set2 2011-10-12 10:26:01,830-0500 INFO set8 STARTCOMPOUND thread=0-152-1 name=set8 2011-10-12 10:26:01,830-0500 INFO yearprint STARTCOMPOUND thread=0-141-1-1-0 name=yearprint 2011-10-12 10:26:01,831-0500 INFO computeaveragesandclimo STARTCOMPOUND thread=0-126-2 name=ComputeAveragesAndClimo 2011-10-12 10:26:01,832-0500 INFO set15 STARTCOMPOUND thread=0-159-1 name=set15 2011-10-12 10:26:01,831-0500 INFO computeaveragesandclimo STARTCOMPOUND thread=0-122-2 name=ComputeAveragesAndClimo 2011-10-12 10:26:01,831-0500 INFO computeaveragesandclimo STARTCOMPOUND thread=0-120-2 name=ComputeAveragesAndClimo 2011-10-12 10:26:01,835-0500 INFO set1 STARTCOMPOUND thread=0-144-1-1-1-1 name=set1 2011-10-12 10:26:01,835-0500 INFO set1 STARTCOMPOUND thread=0-144-1-0-3-1 name=set1 2011-10-12 10:26:01,835-0500 INFO set1 STARTCOMPOUND thread=0-144-1-2-0-1 name=set1 2011-10-12 10:26:01,838-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-11 2011-10-12 10:26:01,838-0500 DEBUG yearprint SCOPE thread=0-141-1-1-0-2 2011-10-12 10:26:01,839-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-9 2011-10-12 10:26:01,839-0500 INFO set3 STARTCOMPOUND thread=0-146-1-2-0-1 name=set3 2011-10-12 10:26:01,840-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-1 2011-10-12 10:26:01,840-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-2 2011-10-12 10:26:01,840-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-11 2011-10-12 10:26:01,839-0500 INFO set3 STARTCOMPOUND thread=0-146-1-0-3-1 name=set3 2011-10-12 10:26:01,839-0500 INFO set3 STARTCOMPOUND thread=0-146-1-1-1-1 name=set3 2011-10-12 10:26:01,838-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-8 2011-10-12 10:26:01,838-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-3 2011-10-12 10:26:01,841-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-9 2011-10-12 10:26:01,838-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-4 2011-10-12 10:26:01,841-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-1 2011-10-12 10:26:01,837-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-6 2011-10-12 10:26:01,837-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-5 2011-10-12 10:26:01,841-0500 INFO set4a STARTCOMPOUND thread=0-148-1-1-1-1 name=set4a 2011-10-12 10:26:01,837-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-7 2011-10-12 10:26:01,837-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-0 2011-10-12 10:26:01,844-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-5 2011-10-12 10:26:01,844-0500 INFO SetFieldValue Set: swift#callintermediate=0501 2011-10-12 10:26:01,844-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-6 2011-10-12 10:26:01,843-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-4 2011-10-12 10:26:01,843-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-3 2011-10-12 10:26:01,842-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-8 2011-10-12 10:26:01,842-0500 INFO set4a STARTCOMPOUND thread=0-148-1-0-3-1 name=set4a 2011-10-12 10:26:01,841-0500 INFO set4a STARTCOMPOUND thread=0-148-1-2-0-1 name=set4a 2011-10-12 10:26:01,841-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-2 2011-10-12 10:26:01,840-0500 DEBUG calcmonthlyclimatology FOREACH_IT_START line=380 thread=0-141-1-1-2-10 2011-10-12 10:26:01,846-0500 INFO GlobalSubmitQueue No global submit throttle set. Using default (1024) 2011-10-12 10:26:01,845-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-0 2011-10-12 10:26:01,845-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-7 2011-10-12 10:26:01,847-0500 INFO yearprint ENDCOMPOUND thread=0-141-1-1-0 2011-10-12 10:26:01,847-0500 INFO set4 STARTCOMPOUND thread=0-147-1-2-0-1 name=set4 2011-10-12 10:26:01,847-0500 INFO SetFieldValue Set: yr_prnt=b40.1850.track1.2deg.003.cam2.h0.0501 2011-10-12 10:26:01,847-0500 INFO set4 STARTCOMPOUND thread=0-147-1-1-1-1 name=set4 2011-10-12 10:26:01,847-0500 DEBUG calcmonthlyclimatology SCOPE thread=0-141-1-1-2-10 2011-10-12 10:26:01,847-0500 INFO set4 STARTCOMPOUND thread=0-147-1-0-3-1 name=set4 2011-10-12 10:26:01,852-0500 INFO LateBindingScheduler JobQueue: 0 2011-10-12 10:26:01,863-0500 INFO LateBindingScheduler JobQueue: 0 2011-10-12 10:26:01,864-0500 INFO set11 STARTCOMPOUND thread=0-155-1 name=set11 2011-10-12 10:26:01,888-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-0-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,889-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-6-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,889-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-4-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,889-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-1-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,889-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-11-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,889-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-2-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,890-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-5-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,889-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-7-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,889-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-3-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,890-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-10-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,890-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-8-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,888-0500 DEBUG edit_file_attributes2 PROCEDURE line=244 thread=0-141-1-1-2-9-1 name=Edit_File_Attributes2 2011-10-12 10:26:01,893-0500 INFO set6 STARTCOMPOUND thread=0-150-1-1-1-1 name=set6 2011-10-12 10:26:01,893-0500 INFO set9 STARTCOMPOUND thread=0-153-2 name=set9 2011-10-12 10:26:01,894-0500 INFO set5 STARTCOMPOUND thread=0-149-1-2-0-1 name=set5 2011-10-12 10:26:01,893-0500 INFO set6 STARTCOMPOUND thread=0-150-1-0-3-1 name=set6 2011-10-12 10:26:01,895-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-11-0 name=monthprint 2011-10-12 10:26:01,893-0500 INFO set6 STARTCOMPOUND thread=0-150-1-2-0-1 name=set6 2011-10-12 10:26:01,895-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,896-0500 INFO vdl:initshareddir START host=fusion - Initializing shared directory 2011-10-12 10:26:01,895-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-7-0 name=monthprint 2011-10-12 10:26:01,894-0500 INFO set5 STARTCOMPOUND thread=0-149-1-1-1-1 name=set5 2011-10-12 10:26:01,894-0500 INFO set5 STARTCOMPOUND thread=0-149-1-0-3-1 name=set5 2011-10-12 10:26:01,896-0500 INFO set7 STARTCOMPOUND thread=0-151-1-1-1-1 name=set7 2011-10-12 10:26:01,896-0500 INFO set7 STARTCOMPOUND thread=0-151-1-2-0-1 name=set7 2011-10-12 10:26:01,895-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-5-0 name=monthprint 2011-10-12 10:26:01,895-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-4-0 name=monthprint 2011-10-12 10:26:01,896-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-9-0 name=monthprint 2011-10-12 10:26:01,898-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-0-0 name=monthprint 2011-10-12 10:26:01,898-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-8-0 name=monthprint 2011-10-12 10:26:01,896-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-10-0 name=monthprint 2011-10-12 10:26:01,895-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-1-0 name=monthprint 2011-10-12 10:26:01,896-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-2-0 name=monthprint 2011-10-12 10:26:01,897-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-6-0 name=monthprint 2011-10-12 10:26:01,899-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-5-0-1 2011-10-12 10:26:01,896-0500 INFO set7 STARTCOMPOUND thread=0-151-1-0-3-1 name=set7 2011-10-12 10:26:01,900-0500 INFO monthprint STARTCOMPOUND thread=0-141-1-1-2-3-0 name=monthprint 2011-10-12 10:26:01,901-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-10-0-1 2011-10-12 10:26:01,901-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-4-0-1 2011-10-12 10:26:01,902-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-11-0-1 2011-10-12 10:26:01,902-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-9-0-1 2011-10-12 10:26:01,902-0500 INFO SetFieldValue Set: swift#callintermediate=08 2011-10-12 10:26:01,902-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-3-0-1 2011-10-12 10:26:01,903-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-0-0-1 2011-10-12 10:26:01,903-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-8-0-1 2011-10-12 10:26:01,903-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-1-0-1 2011-10-12 10:26:01,903-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-2-0-1 2011-10-12 10:26:01,903-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-6-0-1 2011-10-12 10:26:01,903-0500 DEBUG monthprint SCOPE thread=0-141-1-1-2-7-0-1 2011-10-12 10:26:01,903-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-5-0 2011-10-12 10:26:01,904-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,905-0500 INFO SetFieldValue Set: swift#callintermediate=12 2011-10-12 10:26:01,905-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-08.nc 2011-10-12 10:26:01,909-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,909-0500 INFO SetFieldValue Set: swift#callintermediate=04 2011-10-12 10:26:01,910-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-11-0 2011-10-12 10:26:01,910-0500 INFO SetFieldValue Set: swift#callintermediate=02 2011-10-12 10:26:01,910-0500 INFO SetFieldValue Set: swift#callintermediate=09 2011-10-12 10:26:01,910-0500 INFO SetFieldValue Set: swift#callintermediate=03 2011-10-12 10:26:01,910-0500 INFO SetFieldValue Set: swift#callintermediate=11 2011-10-12 10:26:01,910-0500 INFO SetFieldValue Set: swift#callintermediate=01 2011-10-12 10:26:01,911-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-4 2011-10-12 10:26:01,910-0500 INFO SetFieldValue Set: swift#callintermediate=10 2011-10-12 10:26:01,912-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-3-0 2011-10-12 10:26:01,912-0500 INFO SetFieldValue Set: swift#mapper#17016=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_JJA_means.nc 2011-10-12 10:26:01,912-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-1-0 2011-10-12 10:26:01,912-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-0-0 2011-10-12 10:26:01,911-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=420 thread=0-126-2-3-0 2011-10-12 10:26:01,912-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-02.nc 2011-10-12 10:26:01,913-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-4-0 2011-10-12 10:26:01,913-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-03.nc 2011-10-12 10:26:01,913-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-04.nc 2011-10-12 10:26:01,911-0500 INFO SetFieldValue Set: swift#callintermediate=07 2011-10-12 10:26:01,914-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0 2011-10-12 10:26:01,911-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-12.nc 2011-10-12 10:26:01,910-0500 INFO SetFieldValue Set: swift#callintermediate=06 2011-10-12 10:26:01,916-0500 INFO SetFieldValue Set: swift#mapper#17016=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_DJF_means.nc 2011-10-12 10:26:01,910-0500 INFO SetFieldValue Set: swift#callintermediate=05 2011-10-12 10:26:01,917-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-6-0 2011-10-12 10:26:01,917-0500 INFO SetFieldValue Set: yr_end=501.0 2011-10-12 10:26:01,917-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-07.nc 2011-10-12 10:26:01,918-0500 INFO SetFieldValue Set: ave_yrs=501-501 2011-10-12 10:26:01,918-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-7-0 2011-10-12 10:26:01,918-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-8-0 2011-10-12 10:26:01,915-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-4 2011-10-12 10:26:01,919-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-06.nc 2011-10-12 10:26:01,914-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-9-0 2011-10-12 10:26:01,914-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-01.nc 2011-10-12 10:26:01,913-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,912-0500 INFO SetFieldValue Set: yr_end=501.0 2011-10-12 10:26:01,912-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-2-0 2011-10-12 10:26:01,912-0500 INFO monthprint ENDCOMPOUND thread=0-141-1-1-2-10-0 2011-10-12 10:26:01,920-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=420 thread=0-122-2-3-0 2011-10-12 10:26:01,920-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=420 thread=0-120-2-3-0 2011-10-12 10:26:01,920-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-10.nc 2011-10-12 10:26:01,921-0500 INFO SetFieldValue Set: ave_yrs=501-501 2011-10-12 10:26:01,921-0500 INFO SetFieldValue Set: yr_end=501.0 2011-10-12 10:26:01,921-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-09.nc 2011-10-12 10:26:01,919-0500 DEBUG computeaveragesandclimo SCOPE thread=0-120-2-4 2011-10-12 10:26:01,922-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0 2011-10-12 10:26:01,922-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,925-0500 INFO vdl:execute START thread=0-141-1-1-2-5-1 tr=ncatted 2011-10-12 10:26:01,919-0500 INFO SetFieldValue Set: swift#mapper#17016=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_ANN_means.nc 2011-10-12 10:26:01,929-0500 INFO vdl:execute START thread=0-141-1-1-2-1-1 tr=ncatted 2011-10-12 10:26:01,930-0500 INFO vdl:execute START thread=0-141-1-1-2-11-1 tr=ncatted 2011-10-12 10:26:01,919-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-05.nc 2011-10-12 10:26:01,930-0500 INFO vdl:execute START thread=0-141-1-1-2-6-1 tr=ncatted 2011-10-12 10:26:01,931-0500 INFO vdl:execute START thread=0-141-1-1-2-7-1 tr=ncatted 2011-10-12 10:26:01,930-0500 INFO vdl:execute START thread=0-141-1-1-2-0-1 tr=ncatted 2011-10-12 10:26:01,931-0500 INFO vdl:execute START thread=0-141-1-1-2-4-1 tr=ncatted 2011-10-12 10:26:01,932-0500 INFO vdl:execute START thread=0-141-1-1-2-9-1 tr=ncatted 2011-10-12 10:26:01,929-0500 INFO vdl:execute START thread=0-141-1-1-2-3-1 tr=ncatted 2011-10-12 10:26:01,929-0500 DEBUG edit_file_attributes3 PROCEDURE line=249 thread=0-122-2-4-1 name=Edit_File_Attributes3 2011-10-12 10:26:01,928-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,927-0500 DEBUG edit_file_attributes3 PROCEDURE line=249 thread=0-126-2-4-1 name=Edit_File_Attributes3 2011-10-12 10:26:01,922-0500 DEBUG computeaveragesandclimo SCOPE thread=0-120-2-3-0 2011-10-12 10:26:01,933-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1 2011-10-12 10:26:01,933-0500 DEBUG edit_file_attributes3 PROCEDURE line=249 thread=0-120-2-4-1 name=Edit_File_Attributes3 2011-10-12 10:26:01,922-0500 INFO SetFieldValue Set: ave_yrs=501-501 2011-10-12 10:26:01,921-0500 INFO SetFieldValue Set: mfile_name=/fusion/group/climate/Parvis/atmos/b40.1850.track1.2deg/b40.1850.track1.2deg.003.cam2.h0.0501-11.nc 2011-10-12 10:26:01,933-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0-1 2011-10-12 10:26:01,932-0500 INFO vdl:execute START thread=0-141-1-1-2-10-1 tr=ncatted 2011-10-12 10:26:01,943-0500 INFO vdl:execute START thread=0-141-1-1-2-8-1 tr=ncatted 2011-10-12 10:26:01,947-0500 INFO vdl:execute START thread=0-141-1-1-2-2-1 tr=ncatted 2011-10-12 10:26:01,948-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,950-0500 INFO yearprint STARTCOMPOUND thread=0-126-2-3-0-0 name=yearprint 2011-10-12 10:26:01,952-0500 DEBUG yearprint SCOPE thread=0-126-2-3-0-0-2 2011-10-12 10:26:01,953-0500 INFO SetFieldValue Set: swift#callintermediate=0501 2011-10-12 10:26:01,954-0500 INFO yearprint STARTCOMPOUND thread=0-122-2-3-0-0 name=yearprint 2011-10-12 10:26:01,954-0500 INFO yearprint ENDCOMPOUND thread=0-126-2-3-0-0 2011-10-12 10:26:01,954-0500 INFO SetFieldValue Set: yr_prnt=b40.1850.track1.2deg.003.cam2.h0.0501 2011-10-12 10:26:01,956-0500 DEBUG yearprint SCOPE thread=0-122-2-3-0-0-2 2011-10-12 10:26:01,957-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0-1-1 2011-10-12 10:26:01,957-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0-1-0 2011-10-12 10:26:01,958-0500 INFO SetFieldValue Set: swift#callintermediate=0501 2011-10-12 10:26:01,958-0500 INFO yearprint ENDCOMPOUND thread=0-122-2-3-0-0 2011-10-12 10:26:01,959-0500 INFO SetFieldValue Set: yr_prnt=b40.1850.track1.2deg.003.cam2.h0.0501 2011-10-12 10:26:01,959-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=449 thread=0-122-2-3-0-1-1-0-0 2011-10-12 10:26:01,960-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0-1-1-0-0 2011-10-12 10:26:01,960-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0-1-1-1 2011-10-12 10:26:01,963-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0-1-1-0-0-1 2011-10-12 10:26:01,965-0500 DEBUG computeaveragesandclimo SCOPE thread=0-120-2-3-0-1 2011-10-12 10:26:01,967-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0-1-0-3 2011-10-12 10:26:01,970-0500 DEBUG append_nontimedep_vars PROCEDURE line=219 thread=0-122-2-3-0-1-1-2 name=Append_NonTimeDep_Vars 2011-10-12 10:26:01,970-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-1 2011-10-12 10:26:01,971-0500 INFO yearprint STARTCOMPOUND thread=0-120-2-3-0-0 name=yearprint 2011-10-12 10:26:01,971-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=449 thread=0-122-2-3-0-1-1-0-2 2011-10-12 10:26:01,971-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=449 thread=0-122-2-3-0-1-1-0-1 2011-10-12 10:26:01,972-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0-1-1-0-2 2011-10-12 10:26:01,972-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0-1-1-0-1 2011-10-12 10:26:01,973-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,977-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-1-1 2011-10-12 10:26:01,977-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,982-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=449 thread=0-126-2-3-0-1-1-0-0 2011-10-12 10:26:01,982-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=449 thread=0-126-2-3-0-1-1-0-2 2011-10-12 10:26:01,982-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=449 thread=0-126-2-3-0-1-1-0-1 2011-10-12 10:26:01,984-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,985-0500 INFO LateBindingScheduler JobQueue: 10 2011-10-12 10:26:01,989-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,989-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:01,990-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:01,990-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:01,990-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:01,990-0500 INFO SetFieldValue Set: varmodeL=create 2011-10-12 10:26:01,990-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,990-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:01,990-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:01,991-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:01,990-0500 INFO SetFieldValue Set: paleocoast2L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy 2011-10-12 10:26:01,994-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,991-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:01,991-0500 INFO SetFieldValue Set: paleocoast1L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003 2011-10-12 10:26:01,991-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:01,991-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:01,998-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-0 2011-10-12 10:26:01,999-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:01,999-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:01,998-0500 INFO SetFieldValue Set: paleocoast1L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003 2011-10-12 10:26:01,998-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:01,998-0500 INFO SetFieldValue Set: varmodeL=create 2011-10-12 10:26:02,000-0500 INFO SetFieldValue Set: paleocoast2L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy 2011-10-12 10:26:02,000-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:01,995-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:01,995-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:01,995-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,001-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:02,001-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,001-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:02,001-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:02,000-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:02,000-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:02,002-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:02,000-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:02,000-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,002-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-1-0-0 2011-10-12 10:26:01,999-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:01,999-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:01,999-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:01,998-0500 DEBUG yearprint SCOPE thread=0-120-2-3-0-0-2 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: varmodeL=create 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:02,002-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-1-0-2 2011-10-12 10:26:02,002-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:02,002-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:02,001-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:02,001-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:02,001-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,001-0500 INFO SetFieldValue Set: varmodeL=create 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:02,004-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:02,003-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: paleocoast1L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: paleocoast2L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:02,003-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: varmodeL=create 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: paleocoast1L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003 2011-10-12 10:26:02,004-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:02,004-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:02,004-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:02,004-0500 INFO WeightedHostScoreScheduler CONTACT_SELECTED host=fusion, score=99.854 2011-10-12 10:26:02,004-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:02,004-0500 INFO SetFieldValue Set: paleocoast2L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy 2011-10-12 10:26:02,004-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:02,004-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:02,004-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:02,006-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-1-0-1 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:02,006-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: paleocoast1L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: varmodeL=create 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,008-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/ 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: paleocoast2L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy 2011-10-12 10:26:02,005-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:02,008-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0-1-1-0-1-1 2011-10-12 10:26:02,008-0500 INFO SetFieldValue Set: paleocoast2L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy 2011-10-12 10:26:02,008-0500 INFO SetFieldValue Set: paleocoast1L=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003 2011-10-12 10:26:02,008-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/ 2011-10-12 10:26:02,008-0500 DEBUG computeaveragesandclimo SCOPE thread=0-122-2-3-0-1-1-0-2-1 2011-10-12 10:26:02,009-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:02,008-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:02,009-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,010-0500 INFO SetFieldValue Set: nclfileL=//fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code/plot_surfaces_vecs.ncl 2011-10-12 10:26:02,010-0500 DEBUG set6 SCOPE thread=0-150-1-0-3-1-8 2011-10-12 10:26:02,010-0500 INFO SetFieldValue Set: nclfileL=//fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code/plot_surfaces_vecs.ncl 2011-10-12 10:26:02,010-0500 INFO SetFieldValue Set: tarF=set6_JJA.tar 2011-10-12 10:26:02,011-0500 INFO SetFieldValue Set: tarF=set6_DJF.tar 2011-10-12 10:26:02,011-0500 INFO SetFieldValue Set: tarF=set6_ANN.tar 2011-10-12 10:26:02,011-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/ 2011-10-12 10:26:02,011-0500 DEBUG set6 SCOPE thread=0-150-1-2-0-1-8 2011-10-12 10:26:02,011-0500 INFO SetFieldValue Set: nclfileL=//fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code/plot_surfaces_vecs.ncl 2011-10-12 10:26:02,011-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/ 2011-10-12 10:26:02,011-0500 INFO SetFieldValue Set: test_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_JJA_plotvars_set6.nc 2011-10-12 10:26:02,011-0500 INFO SetFieldValue Set: paleoL=null 2011-10-12 10:26:02,011-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:02,011-0500 INFO SetFieldValue Set: tick_marksL=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: cntl_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy_JJA_plotvars_set6.nc 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: varmodeL=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: sig_plotL=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: paleocoast1L=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: diffsL=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: sig_lvlL=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: sig_plotL=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: tick_marksL=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: paleoL=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: paleocoast1L=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: diffsL=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:02,014-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,014-0500 INFO SetFieldValue Set: cntl_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy_DJF_plotvars_set6.nc 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:02,014-0500 DEBUG set6 SCOPE thread=0-150-1-1-1-1-8 2011-10-12 10:26:02,012-0500 INFO SetFieldValue Set: paleocoast2L=null 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: paleoL=null 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: sig_lvlL=null 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: sig_plotL=null 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: varmodeL=null 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: paleocoast1L=null 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: paleocoast2L=null 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: diffsL=null 2011-10-12 10:26:02,016-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:02,016-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,016-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:02,016-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,016-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:02,016-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/ 2011-10-12 10:26:02,016-0500 INFO SetFieldValue Set: tarPath=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/set6_ANN.tar 2011-10-12 10:26:02,014-0500 INFO SetFieldValue Set: tarPath=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/set6_JJA.tar 2011-10-12 10:26:02,014-0500 INFO SetFieldValue Set: tarPath=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/set6_DJF.tar 2011-10-12 10:26:02,014-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:02,014-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:02,014-0500 INFO SetFieldValue Set: test_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_DJF_plotvars_set6.nc 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: paleocoast2L=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: varmodeL=null 2011-10-12 10:26:02,018-0500 INFO SetFieldValue Set: tarF=set5_ANN.tar 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: sig_lvlL=null 2011-10-12 10:26:02,013-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:02,018-0500 INFO SetFieldValue Set: tarF=set5_JJA.tar 2011-10-12 10:26:02,018-0500 INFO SetFieldValue Set: tarPath=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/set5_ANN.tar 2011-10-12 10:26:02,018-0500 DEBUG set5 SCOPE thread=0-149-1-1-1-1-8 2011-10-12 10:26:02,018-0500 DEBUG set5 SCOPE thread=0-149-1-0-3-1-8 2011-10-12 10:26:02,018-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/ 2011-10-12 10:26:02,018-0500 INFO SetFieldValue Set: cntl_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy_ANN_plotvars_set6.nc 2011-10-12 10:26:02,017-0500 INFO SetFieldValue Set: test_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_ANN_plotvars_set6.nc 2011-10-12 10:26:02,019-0500 INFO yearprint STARTCOMPOUND thread=0-122-2-3-0-1-0-0 name=yearprint 2011-10-12 10:26:02,019-0500 INFO SetFieldValue Set: cntl_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy_ANN_plotvars_set5.nc 2011-10-12 10:26:02,017-0500 DEBUG set5 SCOPE thread=0-149-1-2-0-1-8 2011-10-12 10:26:02,020-0500 INFO SetFieldValue Set: tarF=set5_DJF.tar 2011-10-12 10:26:02,017-0500 INFO SetFieldValue Set: nclfileL=//fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code/plot_surfaces_cons.ncl 2011-10-12 10:26:02,017-0500 INFO SetFieldValue Set: nclfileL=//fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code/plot_surfaces_cons.ncl 2011-10-12 10:26:02,015-0500 INFO SetFieldValue Set: tick_marksL=null 2011-10-12 10:26:02,020-0500 INFO SetFieldValue Set: nclfileL=//fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code/plot_surfaces_cons.ncl 2011-10-12 10:26:02,020-0500 INFO SetFieldValue Set: cntl_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy_DJF_plotvars_set5.nc 2011-10-12 10:26:02,020-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set4/ 2011-10-12 10:26:02,020-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set4/ 2011-10-12 10:26:02,020-0500 INFO SetFieldValue Set: test_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_DJF_plotvars_set5.nc 2011-10-12 10:26:02,020-0500 INFO SetFieldValue Set: cntl_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy_JJA_plotvars_set5.nc 2011-10-12 10:26:02,022-0500 INFO SetFieldValue Set: tarPath=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/set5_DJF.tar 2011-10-12 10:26:02,022-0500 INFO SetFieldValue Set: nclfileL=//fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code/plot_vertical_cons.ncl 2011-10-12 10:26:02,022-0500 INFO SetFieldValue Set: nclfileL=//fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code/plot_vertical_cons.ncl 2011-10-12 10:26:02,023-0500 INFO SetFieldValue Set: tarF=set4_JJA.tar 2011-10-12 10:26:02,023-0500 DEBUG set4 SCOPE thread=0-147-1-1-1-1-21 2011-10-12 10:26:02,023-0500 INFO SetFieldValue Set: nclfileL=//fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//code/plot_vertical_cons.ncl 2011-10-12 10:26:02,023-0500 DEBUG set4 SCOPE thread=0-147-1-2-0-1-21 2011-10-12 10:26:02,023-0500 INFO SetFieldValue Set: tarF=set4_ANN.tar 2011-10-12 10:26:02,024-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=440 thread=0-126-2-3-0-1-0-1-0 2011-10-12 10:26:02,020-0500 INFO SetFieldValue Set: test_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_JJA_plotvars_set5.nc 2011-10-12 10:26:02,019-0500 INFO SetFieldValue Set: test_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_ANN_plotvars_set5.nc 2011-10-12 10:26:02,023-0500 INFO SetFieldValue Set: tarPath=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set4/set4_JJA.tar 2011-10-12 10:26:02,023-0500 DEBUG set4 SCOPE thread=0-147-1-0-3-1-21 2011-10-12 10:26:02,023-0500 INFO SetFieldValue Set: tarF=set4_DJF.tar 2011-10-12 10:26:02,021-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set4/ 2011-10-12 10:26:02,020-0500 INFO SetFieldValue Set: tarPath=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set5_6/set5_JJA.tar 2011-10-12 10:26:02,026-0500 INFO SetFieldValue Set: test_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_JJA_plotvars_set4.nc 2011-10-12 10:26:02,026-0500 INFO SetFieldValue Set: cntl_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy_JJA_plotvars_set4.nc 2011-10-12 10:26:02,027-0500 INFO SetFieldValue Set: test_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_DJF_plotvars_set4.nc 2011-10-12 10:26:02,027-0500 INFO SetFieldValue Set: test_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_ANN_plotvars_set4.nc 2011-10-12 10:26:02,026-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=440 thread=0-126-2-3-0-1-0-1-1 2011-10-12 10:26:02,028-0500 INFO SetFieldValue Set: swift#callintermediate=0501 2011-10-12 10:26:02,028-0500 INFO SetFieldValue Set: tarPath=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set4/set4_DJF.tar 2011-10-12 10:26:02,027-0500 INFO SetFieldValue Set: cntl_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy_ANN_plotvars_set4.nc 2011-10-12 10:26:02,028-0500 INFO SetFieldValue Set: cntl_inputFLS=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//obs_data 2011-10-12 10:26:02,029-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-1-0-0-1 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:02,027-0500 DEBUG computeaveragesandclimo FOREACH_IT_START line=440 thread=0-126-2-3-0-1-0-1-2 2011-10-12 10:26:02,027-0500 INFO SetFieldValue Set: cntl_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy_DJF_plotvars_set4.nc 2011-10-12 10:26:02,027-0500 INFO yearprint STARTCOMPOUND thread=0-122-2-3-0-1-0-1 name=yearprint 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: tick_marksL=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: sig_lvlL=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: sig_plotL=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: paleoL=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: mg_microL=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: rgb_fileL=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: cntl_inputFLS=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//obs_data 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:02,028-0500 INFO SetFieldValue Set: tarPath=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set4/set4_ANN.tar 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: rgb_fileL=null 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: paleoL=null 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: tick_marksL=null 2011-10-12 10:26:02,031-0500 INFO SetFieldValue Set: test_inputL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//climo/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,031-0500 INFO SetFieldValue Set: sig_lvlL=null 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: paleocoast2L=null 2011-10-12 10:26:02,031-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:02,031-0500 INFO SetFieldValue Set: seasonL=null 2011-10-12 10:26:02,032-0500 INFO SetFieldValue Set: paleoL=null 2011-10-12 10:26:02,032-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:02,032-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:02,032-0500 INFO SetFieldValue Set: varmodeL=null 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: diffsL=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: paleocoast1L=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: varmodeL=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: sig_plotL=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: diffsL=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:02,029-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: sig_lvlL=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: paleocoast2L=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: tick_marksL=null 2011-10-12 10:26:02,032-0500 INFO SetFieldValue Set: paleocoast1L=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:02,034-0500 INFO SetFieldValue Set: varmodeL=null 2011-10-12 10:26:02,034-0500 INFO SetFieldValue Set: paleocoast1L=null 2011-10-12 10:26:02,034-0500 INFO SetFieldValue Set: paleocoast2L=null 2011-10-12 10:26:02,034-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,034-0500 INFO SetFieldValue Set: diffsL=null 2011-10-12 10:26:02,034-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:02,032-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-1-0-2-1 2011-10-12 10:26:02,031-0500 INFO SetFieldValue Set: mg_microL=null 2011-10-12 10:26:02,031-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:02,031-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:02,031-0500 INFO SetFieldValue Set: sig_plotL=null 2011-10-12 10:26:02,030-0500 INFO SetFieldValue Set: mg_microL=null 2011-10-12 10:26:02,035-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-1-0-1-1 2011-10-12 10:26:02,035-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,035-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:02,034-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-0-1-0 2011-10-12 10:26:02,034-0500 INFO LateBindingScheduler JobQueue: 0 2011-10-12 10:26:02,034-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:02,034-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:02,036-0500 INFO SetFieldValue Set: means1L=null 2011-10-12 10:26:02,036-0500 INFO SetFieldValue Set: varmodeL=null 2011-10-12 10:26:02,036-0500 INFO SetFieldValue Set: varfile2L=null 2011-10-12 10:26:02,036-0500 INFO SetFieldValue Set: paleocoast1L=null 2011-10-12 10:26:02,036-0500 INFO SetFieldValue Set: diffsL=null 2011-10-12 10:26:02,036-0500 INFO SetFieldValue Set: paleocoast2L=null 2011-10-12 10:26:02,036-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,037-0500 INFO SetFieldValue Set: ncdf_djf_modeL=null 2011-10-12 10:26:02,033-0500 INFO SetFieldValue Set: ncdf_jja_modeL=null 2011-10-12 10:26:02,037-0500 INFO SetFieldValue Set: cam_dataL=null 2011-10-12 10:26:02,036-0500 INFO SetFieldValue Set: means2L=null 2011-10-12 10:26:02,036-0500 INFO SetFieldValue Set: varfile1L=null 2011-10-12 10:26:02,037-0500 INFO SetFieldValue Set: cntl_inputFLS=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//obs_data 2011-10-12 10:26:02,038-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-0-1-1 2011-10-12 10:26:02,036-0500 INFO SetFieldValue Set: sig_lvlL=null 2011-10-12 10:26:02,040-0500 INFO SetFieldValue Set: tarF=set8.tar 2011-10-12 10:26:02,035-0500 INFO SetFieldValue Set: sig_plotL=null 2011-10-12 10:26:02,035-0500 INFO SetFieldValue Set: tick_marksL=null 2011-10-12 10:26:02,035-0500 INFO SetFieldValue Set: paleoL=null 2011-10-12 10:26:02,041-0500 INFO SetFieldValue Set: cntl_inputFLS=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//obs_data 2011-10-12 10:26:02,041-0500 INFO SetFieldValue Set: cntl_inputFLS=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//obs_data 2011-10-12 10:26:02,035-0500 INFO SetFieldValue Set: mg_microL=null 2011-10-12 10:26:02,035-0500 INFO SetFieldValue Set: rgb_fileL=null 2011-10-12 10:26:02,043-0500 DEBUG computeaveragesandclimo SCOPE thread=0-126-2-3-0-1-0-1-2 2011-10-12 10:26:02,035-0500 INFO SetFieldValue Set: ncdf_modeL=create 2011-10-12 10:26:02,044-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set1/ 2011-10-12 10:26:02,044-0500 INFO SetFieldValue Set: test_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//b40.1850.track1.2deg.003_MONTHS_plotvars_set8.nc 2011-10-12 10:26:02,044-0500 INFO SetFieldValue Set: cntl_inputFLS=/fusion/gpfs/home/mickelso/amwg-swift/svnRepo/swift//obs_data 2011-10-12 10:26:02,044-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set8/ 2011-10-12 10:26:02,035-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:02,044-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set1/ 2011-10-12 10:26:02,044-0500 INFO yearprint ENDCOMPOUND thread=0-120-2-3-0-0 2011-10-12 10:26:02,045-0500 INFO SetFieldValue Set: setWD=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003/b40.1850.track1.2deg.003-obs/set1/ 2011-10-12 10:26:02,044-0500 INFO SetFieldValue Set: cntl_plotvarsL=/fusion/gpfs/home/mickelso/amwg-swift/output-swift//diag/b40.1850.track1.2deg.003//dummy_MONTHS_plotvars_set8.nc 2011-10-12 10:26:02,037-0500 INFO SetFieldValue Set: cam_baseL=null 2011-10-12 10:26:02,037-0500 INFO SetFieldValue Set: ncdf_ann_modeL=null 2011-10-12 10:26:02,049-0500 INFO LateBindingScheduler JobQueue: 0 2011-10-12 10:26:20,615-0500 WARN HangChecker No events in 10s.