Difference between revisions of "UCVM sfcvm geomodelgrid"
From SCECpedia
Jump to navigationJump to searchLine 1: | Line 1: | ||
== UCVM with SFCVM == | == UCVM with SFCVM == | ||
− | == | + | == New command line option for model specific configuration == |
UCVM option: | UCVM option: | ||
− | + | <pre> | |
+ | -P Optional model configuration(model_param:key,value) | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | Example: | ||
+ | <pre> | ||
+ | ucvm_query -l 37.455000,-121.941,3000 -m sfcvm -f ../../conf/ucvm.conf -P sfcvm_param:SquashMinElev,-5000.0 | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | Note: | ||
+ | # allows multiple -P options, ie. ucvm_query ... -P cvmh_param:USE_1D_BKG,False -P cvmh_param:USE_GTL,False |
Revision as of 17:53, 17 January 2024
UCVM with SFCVM
New command line option for model specific configuration
UCVM option:
-P Optional model configuration(model_param:key,value)
Example:
ucvm_query -l 37.455000,-121.941,3000 -m sfcvm -f ../../conf/ucvm.conf -P sfcvm_param:SquashMinElev,-5000.0
Note:
- allows multiple -P options, ie. ucvm_query ... -P cvmh_param:USE_1D_BKG,False -P cvmh_param:USE_GTL,False