Difference between revisions of "UCVM Examples"

From SCECpedia
Jump to navigationJump to search
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
UCVM Distribution contains several example programs, inputs and outputs. These programs are available in the ucvm source directory in the examples subdirectory
+
UCVM Distribution contains several example programs, inputs and outputs. These programs are available in the ucvm source directory in the examples subdirectory. A list of these programs is available in the UCVM GitHub Wiki Documentation:
 
+
*[https://github.com/SCECcode/ucvm/wiki/Examples UCVM Example Programs]
== Example Scripts ==
 
* autoconf/basic_install.sh
 
* autoconf/reconf.sh
 
* autoconf/run_config.sh
 
* basin/compare_basins.py
 
* basin/gen_grid.py
 
* basin/PlotZMapCVM.py
 
* basin/run_basin_query_cvmh_z1000_cvmhgrid.sh
 
* basin/run_basin_query_cvmh_z1000.sh
 
* basin/run_basin_query_cvmh_z2500_cvmhgrid.sh
 
* basin/run_basin_query_cvmh_z2500.sh
 
* basin/run_basin_query_cvms_z1000.sh
 
* basin/run_basin_query_cvms_z2500.sh
 
* mesh/dumpgrid.py
 
* mesh/smooth_mesh_2d.py
 
* mesh/run_cs_patch.sh
 
* test/makegrid.sh
 
* ucvm/DEM.py
 
* ucvm/ExtractUCVMDataSets.py
 
* ucvm/Interpolate.py
 
* ucvm/ParseConfig.py
 
* ucvm/ProjUCVM.py
 
* ucvm/Shell.py
 
* ucvm/Vs30.py
 
* Vs30/apply_yong_mapping.py
 
* vs30/int2float.py
 
* vs30/ParseHeader.py
 
* vs30/txt2float.py
 
* vs30/convert_wald.sh
 
  
 
== Related Entries ==
 
== Related Entries ==
 
*[[UCVM Release Planning]]
 
*[[UCVM Release Planning]]
*[[UCVM Tests]]
+
*[https://github.com/SCECcode/ucvm/wiki/Testing UCVM Testing]

Latest revision as of 23:06, 3 May 2022

UCVM Distribution contains several example programs, inputs and outputs. These programs are available in the ucvm source directory in the examples subdirectory. A list of these programs is available in the UCVM GitHub Wiki Documentation:

Related Entries