Aug 9 ,2017 -
 Readme with information about hindcast procedure
==============================================================
README==========================SEASONAL   HINDCAST===========
==============================================================
To submit seasonal hindcast use submit_hindcastSEASONAL.sh
To monitor seasonal hindcast use monitor_hindcastSEASONAL.sh
To clean after the hindcast is completed use submit_cleanSEASONAL.sh

DETAILS:
submit_hindcastSEASONAL.sh calls do_one_hindcast.sh, which executes the hindcast for one date: 
discover06 geos-s2s/util> head -35 do_one_hindcast.sh
#!/bin/csh
#
##########################################################################################
#
# This script runs one seasonal hindcast 
# It performs the following tasks for a given date, ensemble number and queue:
#    runs setup utility
#    places IC to run directory
#
##########################################################################################
# INPUT:
#  icdate	initial date of the forecast (YYYYMMDD)
#  ENSM		ensemble number (1:99), number 1 is reserved for 9-month duration forecast
#  doS2S        choice of queue (0-use gmaofcst queue ; 1-use s2s preops queue; 2-use gmaodev queue)
#
# PREREQUISITES:
# 1) The environmental variable GEOSS2S is set to:
# /discover/nobackup/projects/gmao/m2oasf/aogcm/g5fcst/forecast/production/geos-s2s
# 2) Directories $GEOSS2S/util and $GEOSS2S/util/submitted are required
# 3) Files required to be in $GEOSS2S/util are:
#    submit_hindcastSEASONAL.sh
#    do_one_hindcast.sh
#    submit_cleanSEASONAL.sh
#    clean_one_hindcast.sh
#    monitor_hindcastSEASONAL.sh
#    proc_diag_fcst.csh
# 
# $GEOSS2S/util is the location of the run to be submitted 
# $GEOSS2S/runh is the home directory of the run (will be generated by setup)
# $GEOSS2S/runx is the work directory of the run (will be generated by setup)
# $ARCHIVE/GEOS_S2S is the archive directory of the run
#########################################################################################
