ufs-community / ufs-srweather-app

UFS Short-Range Weather Application
Other
55 stars 116 forks source link

Scripts should be invoked directly #1029

Open chan-hoo opened 6 months ago

chan-hoo commented 6 months ago

Description

The python and bash scripts in the ex-scripts should be invoked directly. For example, in `exregional_run_fcst.sh`: ``` python3 $USHdir/set_FV3nml_ens_stoch_seeds.py \ ``` This should be changed to: ``` $USHdir/set_FV3nml_ens_stoch_seeds.py \ ```