hzfywhn / LatticeKriging

0 stars 0 forks source link

Hi! #1

Open guet-clg opened 1 year ago

guet-clg commented 1 year ago

The test.nc generated by running the test.m file is chaotic. Is this normal? How to use this program

hzfywhn commented 1 year ago

Thank you for your input, you are likely the first one interested in this project!

About your question, in the synthetic_test.nc generated by the synthetic_test.m script, some of the variables are indeed random, since random number is used to generate the inputs of the model. However, the variable output_mean should be structured and very close to input_pot whatever the inputs are (as least on my side). For example, my output_mean is like below (same as input_pot): output_mean_in_synthetic_test

guet-clg commented 1 year ago

Thanks!Could you tell me how this thermodynamic diagram was drawn?

hzfywhn commented 1 year ago

I didn't draw it by hand, it was automatically generated by panoply (https://www.giss.nasa.gov/tools/panoply/). Simply open synthetic_test.nc with panoply and double click the variable, it will prompt with various kinds of plots that you can draw. Java development kit (https://www.oracle.com/java/technologies/downloads/) needs to be installed first to make panoply work.

guet-clg commented 1 year ago

Thank you for your help!