Changeset 3954 for TOOLS


Ignore:
Timestamp:
06/28/18 20:55:27 (6 years ago)
Author:
oboucher
Message:

correction on tau_lw for the transition period

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/CMIP6_FORCING/AER_STRAT/volc.sh

    r3938 r3954  
    471471;--compute weights 
    472472w1=float(2024-year)/10. 
    473 w2=1-w1 
     473w2=1.0-w1 
    474474;--SW properties 
    475475tau_sun_lmdz_tr=w1*tau_sun_lmdz+w2*tau_sun_lmdz_ave 
     
    481481; 
    482482;--LW properties 
    483 tau_ear_tr=w1*tau_ear_lmdz+w2*tau_ear_lmdz_ave 
     483tau_ear_lmdz_tr=w1*tau_ear_lmdz+w2*tau_ear_lmdz_ave 
    484484; 
    485485;--prepare SW output 
Note: See TracChangeset for help on using the changeset viewer.