Changeset 3885 for BOL/Multi_atlas/atlas
- Timestamp:
- Apr 30, 2021, 10:38:59 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/atlas/atlas_none.py
r3684 r3885 107 107 simu_pres = svsg(opts.simulation,'pres',opts.season,opts.grid) 108 108 simu = ml2pl(simu,simu_pres) 109 if (ref != 'OBS' ) : 110 reff_pres = svsg(opts.reference,'pres',opts.season,opts.grid) 111 reff = ml2pl(reff,reff_pres) 109 112 simu = zonmean(simu) 110 113 reff = zonmean(reff) … … 265 268 index += trailer() 266 269 #out="index_example.html" 267 out="index_ example_"+opts.season+"_"+opts.simulation+".html"270 out="index_"+opts.region+"_"+opts.season+"_"+opts.simulation+".html" 268 271 with open(out,"w") as filout : filout.write(index) 269 272 #
Note: See TracChangeset
for help on using the changeset viewer.