Changeset 3954
- Timestamp:
- 06/28/18 20:55:27 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/CMIP6_FORCING/AER_STRAT/volc.sh
r3938 r3954 471 471 ;--compute weights 472 472 w1=float(2024-year)/10. 473 w2=1 -w1473 w2=1.0-w1 474 474 ;--SW properties 475 475 tau_sun_lmdz_tr=w1*tau_sun_lmdz+w2*tau_sun_lmdz_ave … … 481 481 ; 482 482 ;--LW properties 483 tau_ear_ tr=w1*tau_ear_lmdz+w2*tau_ear_lmdz_ave483 tau_ear_lmdz_tr=w1*tau_ear_lmdz+w2*tau_ear_lmdz_ave 484 484 ; 485 485 ;--prepare SW output
Note: See TracChangeset
for help on using the changeset viewer.