mkdir hsd cd hsd pwd export HSD=`pwd` echo $HSD wget https://noaa-ufs-htf-pds.s3.amazonaws.com/develop-20241115/HSD_fix_files_and_case_data.tar.gz tar xvfz HSD_fix_files_and_case_data.tar.gz ls cd HSD_cases_data ls cd NEMSfv3gfs ls cd input-data-20240501 ls cd $HSD git clone --recursive -b develop https://github.com/ufs-community/ufs-weather-model.git cd ups-weather-model export WM=$PWD echo $WM cd $WM/tests-dev vi baseline_setup.yaml # TYPE i for insert mode and update the following paths for your system dprefix: path/to/hsd STMP: path/to/hsd/stmp/ PTMP: path/to/hsd/stmp/ INPUTDATA_ROOT: path/to/hsd/HSD_cases_data/NEMSfv3gfs/input-data-20240501 # Hit "esc" key and type: :wq ./ufs_test.sh -a epic -s -c -k -r -n "2020_CAPE intel" cd run_dir/2020_CAPE_intel ls tail -f err # Type Ctrl+C tail -f -n 15 out # Type Ctrl+C cd $WM/tests-dev/test_cases/tests/ ls vi baroclinic_wave # TYPE i for insert mode and add: export FHMAX=150 # UPDATE: export OUTPUT_FH='0 6 12 18 24 30 36 42 48 54 60 66 72 78 84 90 96 102 108 114 120 126, 132, 138, 144, 150' # Hit "esc" key and type: :wq cd $WM/tests-dev/ ./ufs_test.sh -a epic -s -c -k -r -n "baroclinic_wave intel" cd run_dir/baroclinic_wave_intel ls tail -f err # Type Ctrl+C tail -f -n 15 out # Type Ctrl+C