Skip to content

Commit

Permalink
update copying of gocart files
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Oct 16, 2023
1 parent c8b0702 commit 2ed31de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions scripts/exglobal_forecast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ FV3_out
[[ ${cplflx} = .true. ]] && MOM6_out
[[ ${cplwav} = .true. ]] && WW3_out
[[ ${cplice} = .true. ]] && CICE_out
[[ ${cplchm} = .true. ]] && GOCART_out
[[ ${esmf_profile:-} = .true. ]] && CPL_out
echo "MAIN: Output copied to COMROT"

Expand Down
6 changes: 1 addition & 5 deletions ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1049,10 +1049,6 @@ GOCART_out() {

# Copy gocart.inst_aod after the forecast is run (and successfull)
# TO DO: this should be linked but there were issues where gocart was crashing if it was linked
for fhr in ${FV3_OUTPUT_FH}; do
local vdate=$(date --utc -d "${current_cycle:0:8} ${current_cycle:8:2} + ${fhr} hours" +%Y%m%d%H)
${NCP} "${DATA}/gocart.inst_aod.${vdate:0:8}_${vdate:8:2}00z.nc4" \
"${COM_CHEM_HISTORY}/gocart.inst_aod.${vdate:0:8}_${vdate:8:2}00z.nc4"
done
${NCP} "${DATA}/gocart.inst_aod.*" "${COM_CHEM_HISTORY}/"
}

4 changes: 2 additions & 2 deletions workflow/coupled48.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP=S2SWA
PSLOT=s2swc48t02
BASEDIR=/work2/noaa/marine/jmeixner/HR3
PSLOT=s2swc48t03
BASEDIR=/scratch1/NCEPDEV/climate/Jessica.Meixner/HR3/updatemodel02
CDUMP=gfs #gfs or gefs
CONFIGDIR=$BASEDIR/global-workflow/parm/config/${CDUMP}
IDATE=2021032312
Expand Down

0 comments on commit 2ed31de

Please sign in to comment.