Skip to content

Commit

Permalink
[Production/AQM.v7] update run.ver and ex-script for fire (#959)
Browse files Browse the repository at this point in the history
* update aqm_ver from v7.0 to v7.0.0 and a fix for exscript for rave and some update for auto_build and auto_A1_cp_fix

* update run.ver

* change config_default.yaml back
  • Loading branch information
JianpingHuang-NOAA authored Oct 31, 2023
1 parent c7d22e3 commit 5884d00
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion auto_build_exec.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
./manage_externals/checkout_externals

module purge
module reset

source versions/build.ver

Expand Down
2 changes: 1 addition & 1 deletion ecf/defs/aqm_cycled.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
suite nco_aqm
family primary
edit aqm_ver 'v7.0'
edit aqm_ver 'v7.0.0'
edit PACKAGEHOME '/lfs/h2/emc/global/noscrub/%EMC_USER%/para/packages/aqm.%aqm_ver%'
edit NET 'aqm'
edit RUN 'aqm'
Expand Down
2 changes: 1 addition & 1 deletion scripts/exregional_fire_emission.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ else
FILE_13km_md1=RAVE-HrlyEmiss-13km_v1r3_blend_s${missing_download_time}00000_e${missing_download_time}59590_c*.nc
if [ -s `ls ${DCOMINfire}/${yyyymmdd_dn}/rave/${FILE_13km}` ] && [ $(stat -c %s `ls ${DCOMINfire}/${yyyymmdd_dn}/rave/${FILE_13km}`) -gt 4000000 ]; then
cp -p ${DCOMINfire}/${yyyymmdd_dn}/rave/${FILE_13km} ${FILE_curr}
elif [ -s `ls ${DCOMINfire}/${yyyymmdd_dn_md1}/rave/${FILE_13km_md1}` ] && [ $(stat -c %s ls `${DCOMINfire}/${yyyymmdd_dn_md1}/rave/${FILE_13km_md1}`) -gt 4000000 ]; then
elif [ -s `ls ${DCOMINfire}/${yyyymmdd_dn_md1}/rave/${FILE_13km_md1}` ] && [ $(stat -c %s `ls ${DCOMINfire}/${yyyymmdd_dn_md1}/rave/${FILE_13km_md1}`) -gt 4000000 ]; then
echo "WARNING: ${FILE_13km} does not exist or broken. Replacing with the file of previous date ..."
cp -p ${DCOMINfire}/${yyyymmdd_dn_md1}/rave/${FILE_13km_md1} ${FILE_curr}
else
Expand Down
3 changes: 0 additions & 3 deletions ush/auto_A1_cp_fix_link_fix_lam.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
#
export envir=para
export model_ver=v7.0.0
export dev_fix=/lfs/h2/emc/physics/noscrub/UFS_SRW_App/aqm.v7/fix
#export HOMEaqm=/lfs/h1/ops/${envir}/packages/aqm.${model_ver}
cd ../

export HOMEaqm=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion versions/run.ver.wcoss2
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export envvar_ver=1.0

export gfs_ver=v16.3
export gefs_ver=v12.3
export aqm_ver=v7.0
export aqm_ver=v7.0.0

export udunits_ver=2.2.28
export gsl_ver=2.7
Expand Down

0 comments on commit 5884d00

Please sign in to comment.