#!/bin/ksh -x ########## config.earc ########## # Ensemble archive specific echo "BEGIN: config.earc" # Get task specific resources . $EXPDIR/config.resources earc export NMEM_EARCGRP=10 #--starting and ending hours of previous cycles to be removed from rotating directory export RMOLDSTD_ENKF=144 export RMOLDEND_ENKF=24 echo "END: config.earc"