Ignore:
Timestamp:
Apr 30, 2021, 10:38:59 AM (3 years ago)
Author:
musat
Message:

Mise a jour des scripts par rapport a la version fabric
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/atlas/atlas_none.py

    r3684 r3885  
    107107       simu_pres = svsg(opts.simulation,'pres',opts.season,opts.grid)
    108108       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)
    109112       simu = zonmean(simu)
    110113       reff = zonmean(reff)
     
    265268index += trailer()
    266269#out="index_example.html"
    267 out="index_example_"+opts.season+"_"+opts.simulation+".html"
     270out="index_"+opts.region+"_"+opts.season+"_"+opts.simulation+".html"
    268271with open(out,"w") as filout : filout.write(index)
    269272#
Note: See TracChangeset for help on using the changeset viewer.