diff -r 0c6405ab2ff4 -r 4be95183fbcd all/10.fire.ncl --- a/all/10.fire.ncl Mon Jan 26 22:08:20 2009 -0500 +++ b/all/10.fire.ncl Thu Mar 26 14:02:21 2009 -0400 @@ -74,7 +74,10 @@ fm = addfile (dirm+film7,"r") + ; FMH: This was Jeff's, but I got an error data_mod = fm->COL_FIRE_CLOSS(18:25,:,:,:) + ; FMH: So I'll try this + ;data_mod = fm->COL_FIRE_CLOSS(17:24,:,:,:) delete (fm) @@ -192,7 +195,7 @@ ;---------------------------------------------------- ; compute M_global - score_max = 1. + score_max = 2.5 Mscore1 = cc_space * cc_space * score_max @@ -542,7 +545,7 @@ ; unit change from TgC/month to PgC/month unit_factor = 1.e-3 - score_max = 1. + score_max = 2.5 tmp_ob = new((/ntime/),float) tmp_mod = new((/ntime/),float) @@ -607,7 +610,7 @@ ;------------------------------------------ ; data for table : global - score_max = 1. + score_max = 2.5 tmp_ob = ndtooned(yvalues_g(:,0,:)) tmp_mod = ndtooned(yvalues_g(:,1,:))