File tree Expand file tree Collapse file tree 9 files changed +23
-15
lines changed
Expand file tree Collapse file tree 9 files changed +23
-15
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ elif [ ${step} = "ocnanalrun" ]; then
9191
9292 export NTHREADS_OCNANAL=${nth_ocnanalrun:- ${nth_max} }
9393 [[ $NTHREADS_OCNANAL -gt ${nth_max} ]] && export NTHREADS_OCNANAL=${nth_max}
94- export APRUN_OCNANAL=" ${launcher} -n ${npe_aeroanlrun } "
94+ export APRUN_OCNANAL=" ${launcher} -n ${npe_ocnanalrun } "
9595
9696elif [[ " ${step} " = " anal" ]] || [[ " ${step} " = " analcalc" ]]; then
9797
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source "${HOMEgfs}/ush/preamble.sh"
55# #############################################
66# make temp directory
77# #############################################
8- export DATA=${DATA:- ${DATAROOT} / ocnanal_${cyc} }
8+ export DATA=${DATA:- ${DATAROOT} / ocnanal_${CDATE} } # TODO (G): Switch to {cyc} when the downstream code is ready
99mkdir -p " ${DATA} "
1010cd " ${DATA} " || (echo " ${DATA} does not exist. ABORT!" ; exit 1)
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source "${HOMEgfs}/ush/preamble.sh"
55# #############################################
66# make temp directory
77# #############################################
8- export DATA=${DATA:- ${DATAROOT} / ocnanal_${cyc} }
8+ export DATA=${DATA:- ${DATAROOT} / ocnanal_${CDATE} } # TODO (G): Switch to {cyc} when the downstream code is ready
99rm -rf " ${DATA} " # Ensure starting with a clean DATA
1010mkdir -p " ${DATA} "
1111cd " ${DATA} " || (echo " ${DATA} does not exist. ABORT!" ; exit 1)
4242# #########################################
4343# Source machine runtime environment
4444# #########################################
45- . " ${HOMEgfs} /env/${machine} .env ocnanalprep"
45+ . " ${HOMEgfs} /env/${machine} .env" ocnanalprep
4646status=$?
4747[[ ${status} -ne 0 ]] && exit " ${status} "
4848
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source "${HOMEgfs}/ush/preamble.sh"
66# #############################################
77# make temp directory
88# #############################################
9- export DATA=${DATA:- ${DATAROOT} / ocnanal_${cyc} }
9+ export DATA=${DATA:- ${DATAROOT} / ocnanal_${CDATE} } # TODO (G): Switch to {cyc} when the downstream code is ready
1010mkdir -p " ${DATA} "
1111cd " ${DATA} " || (echo " ${DATA} does not exist. ABORT!" ; exit 1)
1212
4242# #########################################
4343# Source machine runtime environment
4444# #########################################
45- . " ${HOMEgfs} /env/${machine} .env ocnanalrun"
45+ . " ${HOMEgfs} /env/${machine} .env" ocnanalrun
4646status=$?
4747[[ ${status} -ne 0 ]] && exit " ${status} "
4848
Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ export OBS_YAML_DIR=${HOMEgfs}/sorc/gdas.cd/parm/soca/obs/config
99export OBS_YAML=${HOMEgfs} /sorc/gdas.cd/parm/soca/obs/obs_list.yaml
1010export OBS_LIST=${OBS_YAML_DIR} /obs_list.yaml
1111export FV3JEDI_STAGE_YAML=${HOMEgfs} /sorc/gdas.cd/test/soca/testinput/dumy.yaml
12- export SOCA_INPUT_FIX_DIR=/scratch2/NCEPDEV/ocean/Guillaume.Vernieres/data/static/72x35x25/soca # TODO: Should be moved somewhere else
12+ export SOCA_INPUT_FIX_DIR=@SOCA_INPUT_FIX_DIR@
1313export SOCA_VARS=tocn,socn,ssh
14- export SOCA_NINNER=50
15- export CASE_ANL=" C48 "
14+ export SOCA_NINNER=@SOCA_NINNER@
15+ export CASE_ANL=@CASE_ANL@
1616export DOMAIN_STACK_SIZE=2000000
1717export JEDI_BIN=${HOMEgfs} /sorc/gdas.cd/build/bin
1818
1919# TODO: Move the R2D2 configuration to a common space
2020export R2D2_OBS_DB=shared
21- export R2D2_OBS_DUMP=s2s_v1
22- export R2D2_OBS_SRC=gdas_marine
21+ export R2D2_OBS_DUMP=@R2D2_OBS_DUMP@
22+ export R2D2_OBS_SRC=@R2D2_OBS_SRC@
2323export R2D2_OBS_WINDOW=24 # TODO: Check if the R2D2 sampling DB window is still needed
24- export COMIN_OBS=/scratch2/NCEPDEV/marineda/r2d2
24+ export COMIN_OBS=@COMIN_OBS@
2525echo " END: config.ocnanal"
Original file line number Diff line number Diff line change 66echo " BEGIN: config.ocnanalpost"
77
88# Get task specific resources
9- . " ${EXPDIR} /config.resources ocnanalpost"
9+ . " ${EXPDIR} /config.resources" ocnanalpost
1010echo " END: config.ocnanalpost"
Original file line number Diff line number Diff line change 66echo " BEGIN: config.ocnanalprep"
77
88# Get task specific resources
9- . " ${EXPDIR} /config.resources ocnanalprep"
9+ . " ${EXPDIR} /config.resources" ocnanalprep
1010echo " END: config.ocnanalprep"
Original file line number Diff line number Diff line change 66echo " BEGIN: config.ocnanalrun"
77
88# Get task specific resources
9- . " ${EXPDIR} /config.resources ocnanalrun"
9+ . " ${EXPDIR} /config.resources" ocnanalrun
1010
1111echo " END: config.ocnanalrun"
Original file line number Diff line number Diff line change 11aeroanl :
22 IO_LAYOUT_X : 1
33 IO_LAYOUT_Y : 1
4+
5+ ocnanal :
6+ SOCA_INPUT_FIX_DIR : ' /scratch2/NCEPDEV/ocean/Guillaume.Vernieres/data/static/72x35x25'
7+ CASE_ANL : ' C48'
8+ COMIN_OBS : ' /scratch2/NCEPDEV/marineda/r2d2'
9+ SOCA_NINNER : 50
10+ R2D2_OBS_SRC : ' gdas_marine'
11+ R2D2_OBS_DUMP : ' s2s_v1'
You can’t perform that action at this time.
0 commit comments