-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadmeSEASONAL
44 lines (43 loc) · 1.98 KB
/
ReadmeSEASONAL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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
#########################################################################################