Skip to content

Commit

Permalink
Add fit2obs job to config.resources
Browse files Browse the repository at this point in the history
- Add "fit2obs" to list of jobs in config.resources
- Add fit2obs resource block and values in config.resources

Refs NOAA-EMC#1405, NOAA-EMC#1232
  • Loading branch information
KateFriedman-NOAA committed Mar 24, 2023
1 parent e72698f commit b2d4ab0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ $# -ne 1 ]; then
echo "atmanalprep atmanalrun atmanalpost"
echo "atmensanalprep atmensanalrun atmensanalpost"
echo "aeroanlinit aeroanlrun aeroanlfinal"
echo "anal sfcanl analcalc analdiag gldas fcst post vrfy metp arch echgres"
echo "anal sfcanl analcalc analdiag gldas fcst post vrfy fit2obs metp arch echgres"
echo "eobs ediag eomg eupd ecen esfc efcs epos earc"
echo "init_chem mom6ic ocnpost"
echo "waveinit waveprep wavepostsbs wavepostbndpnt wavepostbndpntbll wavepostpnt"
Expand Down Expand Up @@ -622,6 +622,14 @@ elif [ ${step} = "vrfy" ]; then
fi
export is_exclusive=True

elif [ ${step} = "fit2obs" ]; then

export wtime_fit2obs="00:20:00"
export npe_fit2obs=3
export nth_fit2obs=1
export npe_node_fit2obs=1
if [[ ${machine} == "WCOSS2" ]]; then export npe_node_fit2obs=3 ; fi

elif [ ${step} = "metp" ]; then

export nth_metp=1
Expand Down

0 comments on commit b2d4ab0

Please sign in to comment.