Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/elmerice/examples/SaveGridDataNetCDF/README.txt
3204 views
1
How to run the test:
2
--------------------
3
ElmerGrid 2 2 Syn1Mesh -partition 4 1 1
4
mpirun -np 4 ElmerSolver_mpi SaveGridDataNetCDFTest.sif
5
6
7
How to check the results:
8
-------------------------
9
ncdiff -O NetCDFTest_ref.nc Syn1Mesh/NetCDFTest.nc -o diff.nc && ncap2 -A -s "maxzs=zs.max();print(maxzs)" diff.nc
10
11
Notes:
12
13
1. ncdiff and ncap2 are NCO tool
14
15
2. The max difference between the fields (ref VS created) , should not exceed 10e-6
16
17