File tree Expand file tree Collapse file tree 9 files changed +26
-8
lines changed
FV3GFSwfm/rt_v17p8_ugwpv1_mynn Expand file tree Collapse file tree 9 files changed +26
-8
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,11 @@ export DUMP_SUFFIX=""
127
127
if [[ " ${PDY}${cyc} " -ge " 2019092100" && " ${PDY}${cyc} " -le " 2019110700" ]]; then
128
128
export DUMP_SUFFIX=" p" # Use dumps from NCO GFS v15.3 parallel
129
129
fi
130
+ # KYW for real time init task
131
+ export DATAROOT=" ${STMP} /RUNDIRS/${PSLOT} " # TODO: set via prod_envir in Ops
132
+
130
133
export ARCDIR=" ${NOSCRUB} /archive/${PSLOT} "
131
- export ATARDIR=" /BMC/${HPSS_PROJECT} /1year/${USER} /${machine} /scratch/${PSLOT} "
134
+ export ATARDIR=" /BMC/${HPSS_PROJECT} /1year/${USER} /${machine} /scratch/${PSLOT} / ${PDY : 0 : 4} "
132
135
133
136
# Commonly defined parameters in JJOBS
134
137
export envir=${envir:- " prod" }
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ export d2_bg_k2=0.04
137
137
export dz_min=6
138
138
export n_sponge=42
139
139
140
- # PBL/turbulance schemes
140
+ # PBL/turbulence schemes
141
141
export hybedmf=" .false."
142
142
if [[ " ${CCPP_SUITE} " == " FV3_global_nest" * ]]; then
143
143
export satmedmf=" .false."
Original file line number Diff line number Diff line change @@ -907,6 +907,11 @@ case ${step} in
907
907
threads_per_task=1
908
908
tasks_per_node=6
909
909
memory=" 70GB"
910
+ wtime_init=" 00:30:00"
911
+ npe_init=24
912
+ nth_init=1
913
+ npe_node_init=6
914
+ memory_init=" 70G"
910
915
;;
911
916
912
917
" init_chem" )
Original file line number Diff line number Diff line change 117
117
<envar ><name >ROTDIR</name ><value >&ROTDIR; </value ></envar >
118
118
<envar ><name >PSLOT</name ><value >&PSLOT; </value ></envar >
119
119
<envar ><name >COMPONENT</name ><value >&COMPONENT; </value ></envar >
120
+ <envar ><name >DATAROOT</name ><value >&ROTDIR; /../RUNDIRS/&PSLOT; </value ></envar >
120
121
121
122
<dependency >
122
123
<and >
Original file line number Diff line number Diff line change 10
10
<!ENTITY FCST_LENGTH " 120" >
11
11
12
12
<!-- Experiment parameters such as starting, ending dates -->
13
- <!ENTITY SDATE " 202403290000 " >
14
- <!ENTITY EDATE " 203403200000 " >
13
+ <!ENTITY SDATE " 202406010000 " >
14
+ <!ENTITY EDATE " 203406010000 " >
15
15
<!ENTITY INTERVAL " 24:00:00" >
16
16
17
17
<!-- Run Envrionment -->
24
24
<!-- Experiment related directories -->
25
25
<!ENTITY EXPDIR " &HOMEgfs; /FV3GFSwfm/&PSLOT; " >
26
26
<!ENTITY ROTDIR " &HOMEgfs; /FV3GFSrun/&PSLOT; " >
27
- <!ENTITY PYGRAFDIR " /scratch1/BMC/gsd-fv3/exp/pygraf" >
27
+ <!--<!ENTITY PYGRAFDIR " /scratch1/BMC/gsd-fv3/exp/pygraf" > -->
28
+ <!ENTITY PYGRAFDIR " /scratch1/BMC/gsd-fv3/rtruns/pygraf" >
28
29
29
30
<!-- Machine related entities -->
30
31
<!ENTITY ACCOUNT " gsd-fv3" >
35
36
<!-- ROCOTO parameters that control workflow -->
36
37
<!ENTITY CYCLETHROTTLE " 4" >
37
38
<!ENTITY TASKTHROTTLE " 25" >
38
- <!ENTITY MAXTRIES " 2 " >
39
+ <!ENTITY MAXTRIES " 4 " >
39
40
40
41
<!-- BEGIN: Resource requirements for the workflow -->
41
42
132
133
</metatask >
133
134
134
135
</workflow >
136
+
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ datasets:
28
28
{% filter indent (width =4) %}
29
29
{% include "gfs_flux.yaml.j2" %}
30
30
{% include "gfs_netcdfb.yaml.j2" %}
31
- #KYW{% include "gfs_pgrb2b.yaml.j2" %}
32
31
{% endfilter %}
33
32
{% if MODE == "cycled" %}
34
33
# Archive Gaussian analysis data
Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ export DUMP_SUFFIX=""
127
127
if [[ " ${PDY}${cyc} " -ge " 2019092100" && " ${PDY}${cyc} " -le " 2019110700" ]]; then
128
128
export DUMP_SUFFIX=" p" # Use dumps from NCO GFS v15.3 parallel
129
129
fi
130
+ # KYW for real time init task
131
+ export DATAROOT=" ${STMP} /RUNDIRS/${PSLOT} " # TODO: set via prod_envir in Ops
132
+
130
133
export ARCDIR=" ${NOSCRUB} /archive/${PSLOT} "
131
134
export ATARDIR=" @ATARDIR@"
132
135
Original file line number Diff line number Diff line change @@ -907,6 +907,11 @@ case ${step} in
907
907
threads_per_task=1
908
908
tasks_per_node=6
909
909
memory=" 70GB"
910
+ wtime_init=" 00:30:00"
911
+ npe_init=24
912
+ nth_init=1
913
+ npe_node_init=6
914
+ memory_init=" 70G"
910
915
;;
911
916
912
917
" init_chem" )
You can’t perform that action at this time.
0 commit comments