From 108db4d5bc041d5d9a9d04decd9beba238ba6611 Mon Sep 17 00:00:00 2001 From: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com> Date: Thu, 12 Sep 2024 05:01:54 +0000 Subject: [PATCH] Add new UPP links to .gitignore (#2904) This adds 3 missing links from the UPP into parm/ufs to .gitignore. Resolves #2901 --- .gitignore | 1 + sorc/link_workflow.sh | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 83706de085..8fc6d0b20b 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ parm/ufs/MOM_input_*.IN parm/ufs/MOM6_data_table.IN parm/ufs/ice_in.IN parm/ufs/ufs.configure.*.IN +parm/ufs/post_itag_gfs parm/wafs # Ignore sorc and logs folders from externals diff --git a/sorc/link_workflow.sh b/sorc/link_workflow.sh index 92404afc01..270a8bb1c9 100755 --- a/sorc/link_workflow.sh +++ b/sorc/link_workflow.sh @@ -213,12 +213,7 @@ declare -a ufs_templates=("model_configure.IN" "input_global_nest.nml.IN"\ "ufs.configure.s2swa_esmf.IN" \ "ufs.configure.leapfrog_atm_wav.IN" \ "ufs.configure.leapfrog_atm_wav_esmf.IN" \ - "post_itag_gfs" \ - "postxconfig-NT-gfs.txt" \ - "postxconfig-NT-gfs_FH00.txt") - # TODO: The above postxconfig files in the UFSWM are not the same as the ones in UPP - # TODO: GEFS postxconfig files also need to be received from UFSWM - # See forecast_predet.sh where the UPP versions are used. They will need to be replaced with these. + "post_itag_gfs") for file in "${ufs_templates[@]}"; do [[ -s "${file}" ]] && rm -f "${file}" ${LINK_OR_COPY} "${HOMEgfs}/sorc/ufs_model.fd/tests/parm/${file}" .