Skip to content

Commit

Permalink
Added corrections for post task
Browse files Browse the repository at this point in the history
    - added nam_micro_lookup.dat to link_workflow.sh
    - corrected typos in link_workflow.sh and .gitignore
    - missing from 10Jun22 initial commit [NOAA-EMC#771]
    - corrected in 27Jun22 commit [NOAA-EMC#851] and 08Jul22 commit [NOAA-EMC#895]
  • Loading branch information
jkhender committed Aug 10, 2022
1 parent 434a1f0 commit 48fab18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ fix/wafs
parm/config/config.base
parm/gldas
parm/mon
parm/post/AEROSOL_LUTS.datoptics_luts_DUST.dat
parm/post/AEROSOL_LUTS.dat
parm/post/nam_micro_lookup.dat
parm/post/optics_luts_DUST.dat
parm/post/gtg.config.gfs
parm/post/gtg_imprintings.txt
parm/post/optics_luts_SALT.dat
Expand Down
4 changes: 2 additions & 2 deletions sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ cd ${pwd}/../parm/post ||exit 8
postxconfig-NT-GFS-F00-TWO.txt postxconfig-NT-GFS-F00.txt postxconfig-NT-GFS-FLUX-F00.txt postxconfig-NT-GFS-FLUX.txt \
postxconfig-NT-GFS-GOES.txt postxconfig-NT-GFS-TWO.txt postxconfig-NT-GFS-WAFS-ANL.txt postxconfig-NT-GFS-WAFS.txt \
postxconfig-NT-GFS.txt postxconfig-NT-gefs-aerosol.txt postxconfig-NT-gefs-chem.txt params_grib2_tbl_new \
post_tag_gfs128 post_tag_gfs65 gtg.config.gfs gtg_imprintings.txt \
AEROSOL_LUTS.datoptics_luts_DUST.dat optics_luts_SALT.dat optics_luts_SOOT.dat optics_luts_SUSO.dat optics_luts_WASO.dat \
post_tag_gfs128 post_tag_gfs65 gtg.config.gfs gtg_imprintings.txt nam_micro_lookup.dat \
AEROSOL_LUTS.dat optics_luts_DUST.dat optics_luts_SALT.dat optics_luts_SOOT.dat optics_luts_SUSO.dat optics_luts_WASO.dat \
; do
$LINK ../../sorc/upp.fd/parm/$file .
done
Expand Down

0 comments on commit 48fab18

Please sign in to comment.