Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Sep 5, 2024
1 parent 22b1e2f commit 14c449c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,11 @@ 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" \ # TODO: Need a GEFS version of this in the UFS-weather-model
"postxconfig-NT-gfs.txt" \ # TODO: Need a GEFS version of this in the UFS-weather-model
"postxconfig-NT-gfs_FH00.txt") # TODO: Need a GEFS version of this in the UFS-weather-model
"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.
for file in "${ufs_templates[@]}"; do
[[ -s "${file}" ]] && rm -f "${file}"
Expand Down

0 comments on commit 14c449c

Please sign in to comment.