[jet] update /home/role.amb-verif/RR_uaverif/agen_raob_sites.pl
Add elsif clause for model with grib_nz & hydro values
To confirm nz….
wgrib2 [file] | grep HGT (natlev… levels may be numbered) wgrib2 [file] |grep HGT | grep mb | wc -l (returns number of rows with HGT in mb)
Add
_isoversion of the model, if desiredUpdate
$arg_unsafeif/as needed (e.g. if adding a model with a different grid)
[db] Add model (and
_isoversion, if applicable) & regions toruc_ua.regions_per_model:insert into regions_per_model values('[model name]',’[list of regions]');[db] Add model (and _iso version, if applicable) & forecast lens to ruc_ua.fcst_lens_per_model:
insert into fcst_lens_per_model values('[model name]',’[list of fcst_lens]');[db] Add model (and _iso version, if applicable) & rh_calculator to ruc_ua.dp_to_rh_calculator_per_model
[jet] update /home/role.amb-verif/RR_uaverif/get_RR_file.pl
Add eslif clause for model with dir & filename convention
Do the same for _iso version of the model, if applicable (make sure to reference ‘prs’ or similar, instead of ‘nat’)
[jet] add crontab entries
Run agen_rabo_sites.pl for model & _iso version (if applicable)
Run agen_raob_sites_beta.pl for model & _iso version (if applicable)
Can manually run and check that tables created in db
[model-verif-prod or hera or jet*] Update MATS metadata:
run
/home/amb-verif/mats_metadata/update_metadata_upperair.py[model1],[model2],...,[modeln]
[model-verif-prod] Add cron jobs for updating db table partitions, like:
0 8 1 * * $HOME/utilities/update_monthly_partitions.pl ruc_ua_pb.[model] 4 > /dev/null 0 8 1 * * $HOME/utilities/update_monthly_partitions.pl ruc_ua_pb.[model]_iso 4 > /dev/null 0 8 1 * * $HOME/utilities/update_monthly_partitions.pl ruc_ua.[model] 4 > /dev/null 0 8 1 * * $HOME/utilities/update_monthly_partitions.pl ruc_ua.[model]_iso 4 > /dev/null 17 8 1 * * $HOME/utilities/update_monthly_partitions.pl soundings_pb.[model]_raob_soundings 1 17 8 1 * * $HOME/utilities/update_monthly_partitions.pl soundings_pb.[model]_iso_raob_soundings 1 17 8 1 * * $HOME/utilities/update_monthly_partitions.pl soundings.[model]_raob_soundings 1 17 8 1 * * $HOME/utilities/update_monthly_partitions.pl soundings.[model]_iso_raob_soundings 1
Updated: December 19, 2025