...
Additional tasks of exercise 4
Anchor | ||||
---|---|---|---|---|
|
To change the number of clusters created by the EOF analysis, edit eof.mv.
Change:
Code Block |
---|
clusterNum=2 |
...
Code Block |
---|
clusterNum=3 |
Now if you run the eof.mv
macro, it will generate a text file, such as ens_oper.eof.txt
with 3 lines, one for each cluster. It will also show the 3 clusters as different colours.
You can use the 3 clusters in the cluster_to_ref.mv
macro, for example:
Code Block |
---|
param="z500.s" expId="ens_oper" members_1=["cl.eof.1"] members_2=["cl.eof.3"] |
...