File tree Expand file tree Collapse file tree 8 files changed +24
-8
lines changed
FV3GFSwfm/rt_v17p8_ugwpv1_c3_mynn Expand file tree Collapse file tree 8 files changed +24
-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 10
10
<!ENTITY FCST_LENGTH " 120" >
11
11
12
12
<!-- Experiment parameters such as starting, ending dates -->
13
- <!ENTITY SDATE " 202403100000 " >
14
- <!ENTITY EDATE " 203401140000 " >
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" >
63
64
<var name =" T" > 000 006 012 018 024 030 036 042 048 054 060 066 072 078 084 090 096 102 108 114 120 </var >
64
65
65
66
<task name =" remapgrib_#T#" cycledefs =" gfs" maxtries =" 4" >
66
- <command >&JOBS_DIR; /remapgrib.ksh </command >
67
+ <command >&JOBS_DIR; /remapgrib.sh </command >
67
68
<account >&ACCOUNT; </account >
68
69
<cores >1</cores >
69
70
<walltime >00:35:00</walltime >
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