Update the xml workflow Likely this one:
$HOME/VERIF/xml/precip_1hr_rt_imerg.xmlAdd entities for model directories: copy lines from a similar model
Update entity names with model name
Update remaining entities (below) to just replace the model name in the standard paths
[model]_REALTIME_DIR[model]_VERIF_REALTIME_DIR[model]_VERIF_LOG_DIR
Add (verif) metatask for this model: copy lines from similar model
Replace model name within metatask
Tasknames
Log dir
REALTIMEDIR
MODELDIR
MODEL
NCLMODEL
Update MODELGRID[1] & interpgrid list, as needed
Note: if changing the number of items in interpgrid list, be sure to update all the other metatask vars to correspond
Update ACCUMLENS as needed
Update existing precip_db task
Add
[model]vMRMS/realtimeto MODELS envarAdd model to SQLMODELS envar
Add MRMS to SQLOBS
if the MODELGRID is not the same as the first interpgrid, may need to update 24h_precip_verif.py (see if model_grid==interp_grid … and a hacky “or” to this unless/until this script is updated to have a more elegant check)
Update the archiving xml workflow Likely this one:
$HOME/VERIF/xml/precip_1hr_imerg_arch.xmlAdd entities for model directories: copy lines from a similar model
Add a
[model]_precip_archtask: copy lines from similar modelReplace model name within task (be mindful of letter case)
Task name
Jobname
Log file (dir variable & filename)
WEBDIR
MSSDIR**
GRIDDIR
VERIFDIR
LOGDIR
Create a dir** on HPSS:
hsi mkdir /BMC/rtrr/5year/amb-verif/verif/precip_1hr_imerg/[model]Make sure the MSSDIR entity matches the dir created on HPSS
heraUpdate /home/role.amb-verif/utilities/check_updates.pyAdd a line for a database table in precip_new (copy & edit similar line)
If it’s a new grid, update
verif_mod_new2.f90& recompile (add instructions for this)Ipolates ref: https://
www .nco .ncep .noaa .gov /pmb /docs /libs /iplib /ipolates .html w3fi63 ref: https://
www .nco .ncep .noaa .gov /pmb /docs /libs /w3lib /w3fi63 .html