all/10.fire.ncl
changeset 1 4be95183fbcd
parent 0 0c6405ab2ff4
     1.1 --- a/all/10.fire.ncl	Mon Jan 26 22:08:20 2009 -0500
     1.2 +++ b/all/10.fire.ncl	Thu Mar 26 14:02:21 2009 -0400
     1.3 @@ -74,7 +74,10 @@
     1.4  
     1.5   fm   = addfile (dirm+film7,"r")
     1.6  
     1.7 + ; FMH: This was Jeff's, but I got an error
     1.8   data_mod = fm->COL_FIRE_CLOSS(18:25,:,:,:)
     1.9 + ; FMH: So I'll try this
    1.10 + ;data_mod = fm->COL_FIRE_CLOSS(17:24,:,:,:)
    1.11  
    1.12   delete (fm)
    1.13  
    1.14 @@ -192,7 +195,7 @@
    1.15  ;----------------------------------------------------
    1.16  ; compute M_global
    1.17  
    1.18 -  score_max = 1.
    1.19 +  score_max = 2.5
    1.20  
    1.21    Mscore1 = cc_space * cc_space * score_max
    1.22  
    1.23 @@ -542,7 +545,7 @@
    1.24  ; unit change from TgC/month to PgC/month
    1.25    unit_factor = 1.e-3
    1.26  
    1.27 -  score_max = 1.
    1.28 +  score_max = 2.5
    1.29  
    1.30    tmp_ob    = new((/ntime/),float)
    1.31    tmp_mod   = new((/ntime/),float)
    1.32 @@ -607,7 +610,7 @@
    1.33  ;------------------------------------------
    1.34  ; data for table : global
    1.35  
    1.36 -  score_max = 1.
    1.37 +  score_max = 2.5
    1.38  
    1.39    tmp_ob  = ndtooned(yvalues_g(:,0,:))
    1.40    tmp_mod = ndtooned(yvalues_g(:,1,:))