Skip to content

Commit

Permalink
Upgrade from crtm-2.2.6 to crtm-2.3.0 (from @LiBi-NOAA)
Browse files Browse the repository at this point in the history
  • Loading branch information
BinLiu-NOAA committed Aug 12, 2021
1 parent be80cbf commit 8244c44
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 8 deletions.
1 change: 1 addition & 0 deletions parm/analysis/gsi/gsiparm.anl.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ OBS_INPUT::
iasibufr iasi metop-b iasi_metop-b 0.0 1 0
gomebufr gome metop-b gome_metop-b 0.0 2 0
atmsbufr atms npp atms_npp 0.0 2 0
atmsbufr atms n20 atms_n20 0.0 2 0
crisbufr cris npp cris_npp 0.0 1 0
crisfsbufr cris-fsr npp cris-fsr_npp 0.0 1 0
crisfsbufr cris-fsr n20 cris-fsr_n20 0.0 1 0
Expand Down
22 changes: 22 additions & 0 deletions parm/analysis/gsi/hafs_satinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,28 @@
atms_npp 20 1 3.000 12.000 2.000 10.000 0.000 -2 -1 -1
atms_npp 21 1 3.000 9.000 2.000 10.000 0.000 -2 -1 -1
atms_npp 22 1 3.000 6.500 2.000 10.000 0.000 -2 -1 -1
atms_n20 1 1 4.500 20.000 4.500 10.000 0.000 -2 1 -1
atms_n20 2 1 4.500 25.000 4.500 10.000 0.000 -2 1 -1
atms_n20 3 1 4.500 12.000 3.000 10.000 0.000 -2 1 -1
atms_n20 4 1 2.500 7.000 3.000 10.000 0.000 -2 1 -1
atms_n20 5 1 0.550 3.500 1.000 10.000 0.000 -2 1 -1
atms_n20 6 1 0.300 3.000 1.000 10.000 0.000 -2 1 -1
atms_n20 7 1 0.300 0.800 1.000 10.000 0.000 -2 1 -1
atms_n20 8 1 0.400 0.400 1.000 10.000 0.000 -2 1 -1
atms_n20 9 1 0.400 0.400 1.000 10.000 0.000 -2 1 -1
atms_n20 10 1 0.400 0.400 1.000 10.000 0.000 -2 1 -1
atms_n20 11 1 0.450 0.450 1.000 10.000 0.000 -2 1 -1
atms_n20 12 1 0.450 0.450 1.000 10.000 0.000 -2 1 -1
atms_n20 13 -1 0.550 0.550 1.000 10.000 0.000 -2 1 -1
atms_n20 14 -1 0.800 0.800 2.000 10.000 0.000 -2 1 -1
atms_n20 15 -1 4.000 4.000 4.500 10.000 0.000 -2 1 -1
atms_n20 16 1 4.000 19.000 4.500 10.000 0.000 -2 1 -1
atms_n20 17 1 4.000 30.000 2.000 10.000 0.000 -2 1 -1
atms_n20 18 1 3.500 25.000 2.000 10.000 0.000 -2 1 -1
atms_n20 19 1 3.000 16.500 2.000 10.000 0.000 -2 1 -1
atms_n20 20 1 3.000 12.000 2.000 10.000 0.000 -2 1 -1
atms_n20 21 1 3.000 9.000 2.000 10.000 0.000 -2 1 -1
atms_n20 22 1 3.000 6.500 2.000 10.000 0.000 -2 1 -1
cris-fsr_npp 19 -1 1.000 0.000 2.000 10.000 0.000 -1 -1 -1
cris-fsr_npp 24 -1 0.700 0.000 2.000 10.000 0.000 1 -1 -1
cris-fsr_npp 26 -1 0.700 0.000 2.000 10.000 0.000 -1 -1 -1
Expand Down
6 changes: 3 additions & 3 deletions scripts/exhafs_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -xe

export PARMgsi=${PARMgsi:-${PARMhafs}/analysis/gsi}
export FIXcrtm=${FIXcrtm:-${FIXhafs}/hwrf-crtm-2.2.6}
export FIXcrtm=${FIXcrtm:-${FIXhafs}/hafs-crtm-2.3.0}
export COMgfs=${COMgfs:-/gpfs/dell1/nco/ops/com/gfs/para}
export COMINhafs=${COMgfs:-/gpfs/dell1/nco/ops/com/gfs/para}
export DONST=${DONST:-"NO"}
Expand Down Expand Up @@ -275,8 +275,8 @@ ${NLN} ${PARMgsi}/bufrtab.012 ./bftab_sstphr

# Link CRTM coefficient files based on entries in satinfo file
for file in `awk '{if($1!~"!"){print $1}}' ./satinfo | sort | uniq` ;do
${NLN} ${FIXcrtm}/fix-4-hwrf/${file}.SpcCoeff.bin ./
${NLN} ${FIXcrtm}/fix-4-hwrf/${file}.TauCoeff.bin ./
${NLN} ${FIXcrtm}/fix-4-hafs/${file}.SpcCoeff.bin ./
${NLN} ${FIXcrtm}/fix-4-hafs/${file}.TauCoeff.bin ./
done

${NLN} ${FIXcrtm}/EmisCoeff/IR_Water/Big_Endian/Nalli.IRwater.EmisCoeff.bin ./Nalli.IRwater.EmisCoeff.bin
Expand Down
2 changes: 1 addition & 1 deletion scripts/exhafs_analysis_vr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
fi

export PARMgsi=${PARMgsi:-${PARMhafs}/analysis/gsi}
export FIXcrtm=${FIXcrtm:-${FIXhafs}/hwrf-crtm-2.2.6}
export FIXcrtm=${FIXcrtm:-${FIXhafs}/hafs-crtm-2.3.0}
export COMgfs=${COMgfs:-/gpfs/dell1/nco/ops/com/gfs/para}
export COMINhafs=${COMgfs:-/gpfs/dell1/nco/ops/com/gfs/para}
export DONST=${DONST:-"NO"}
Expand Down
6 changes: 3 additions & 3 deletions scripts/exhafs_enkf_hx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -xe

export PARMgsi=${PARMgsi:-${PARMhafs}/analysis/gsi}
export FIXcrtm=${FIXcrtm:-${FIXhafs}/hwrf-crtm-2.2.6}
export FIXcrtm=${FIXcrtm:-${FIXhafs}/hafs-crtm-2.3.0}
export COMgfs=${COMgfs:-/gpfs/dell1/nco/ops/com/gfs/para}
export COMINhafs=${COMgfs:-/gpfs/dell1/nco/ops/com/gfs/para}
export DONST=${DONST:-"NO"}
Expand Down Expand Up @@ -244,8 +244,8 @@ ${NLN} ${PARMgsi}/bufrtab.012 ./bftab_sstphr

# Link CRTM coefficient files based on entries in satinfo file
for file in `awk '{if($1!~"!"){print $1}}' ./satinfo | sort | uniq` ;do
${NLN} ${FIXcrtm}/fix-4-hwrf/${file}.SpcCoeff.bin ./
${NLN} ${FIXcrtm}/fix-4-hwrf/${file}.TauCoeff.bin ./
${NLN} ${FIXcrtm}/fix-4-hafs/${file}.SpcCoeff.bin ./
${NLN} ${FIXcrtm}/fix-4-hafs/${file}.TauCoeff.bin ./
done

${NLN} ${FIXcrtm}/EmisCoeff/IR_Water/Big_Endian/Nalli.IRwater.EmisCoeff.bin ./Nalli.IRwater.EmisCoeff.bin
Expand Down
2 changes: 1 addition & 1 deletion sorc/link_fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
exit 1
fi

for subdir in fix_am fix_orog fix_fv3_gmted2010 fix_sfc_climo fix_hycom hwrf-crtm-2.2.6;
for subdir in fix_am fix_orog fix_fv3_gmted2010 fix_sfc_climo fix_hycom hafs-crtm-2.3.0;
do
ln -sf ${FIXROOT}/${subdir} ./
done
Expand Down

0 comments on commit 8244c44

Please sign in to comment.