You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Five regression tests are failing on S4 as the compare_ncfile.py script is failing to load the netcdf module. This is because the netcdf module is not included in the miniconda distribution that is loaded with ecflow. The tests that fail are control_fhzer, control_wrtGauss_netcdf_parallel, regional_quilt_netcdf_parallel, control_wrtGauss_netcdf_parallel_debug, and hafs_regional_atm.
To Reproduce:
After creating a baseline, rerun the regression tests on S4.
Solution
Load the miniconda/3.8-s4 module after loading ecflow in rt.sh so compare_ncfile.nc can load netcdf.
The text was updated successfully, but these errors were encountered:
* Added python with netcdf to RT on S4. (#842)
* remove files related to datm tests and clean up scripts
CDEPS points to a recently updated version
Co-authored-by: David Huber <david.huber@noaa.gov>
Description
Five regression tests are failing on S4 as the
compare_ncfile.py
script is failing to load thenetcdf
module. This is because the netcdf module is not included in the miniconda distribution that is loaded withecflow
. The tests that fail arecontrol_fhzer
,control_wrtGauss_netcdf_parallel
,regional_quilt_netcdf_parallel
,control_wrtGauss_netcdf_parallel_debug
, andhafs_regional_atm
.To Reproduce:
After creating a baseline, rerun the regression tests on S4.
Solution
Load the
miniconda/3.8-s4
module after loadingecflow
inrt.sh
socompare_ncfile.nc
can loadnetcdf
.The text was updated successfully, but these errors were encountered: