GMTB Workflow Documentation
met_point_sfc.ent
Go to the documentation of this file.
1 <task name="met_point_sfc_&MODEL;_#fcst#" maxtries="&MAX_TRIES;" cycledefs="00Z">
2 
3  <command>&GMTB_SCRIPTS;/met_point_verf_sfc.ksh</command>
4 
5  <account>&PROJECT;</account>
6  <queue>&QE;</queue>
7  <cores>1</cores>
8  <memory>"2G"</memory>
9  <walltime>01:15:00</walltime>
10  <jobname><cyclestr>met_point_sfc_&MODEL;_@Y@m@d@H_#fcst#</cyclestr></jobname>
11  <join><cyclestr>&LOG;/&MODEL;/@Y@m@d@H/met/met_point_sfc_&MODEL;_@Y@m@d@H_#fcst#.log</cyclestr></join>
12 
13  &VX_VARS;
14 
15  &NATIVE;
16 
17  <envar>
18  <name>UTIL_EXEC</name>
19  <value>&UTIL_EXEC;</value>
20  </envar>
21  <envar>
22  <name>PNT_OBS_DIR</name>
23  <value>&NDAS_PNT_OBS_DIR;</value>
24  </envar>
25  <envar>
26  <name>GRID_VX_LIST</name>
27  <value>G218</value>
28  </envar>
29 
30 
31  <dependency>
32  <and>
33  <datadep age="60">&ROTDIR;/<cyclestr>@Y@m@d@H/pgrbq#fcst#.gfs.@Y@m@d@H.grib2</cyclestr></datadep>
34  <datadep age="60">&NDAS_PNT_OBS_DIR;/<cyclestr offset="#fcst#:00:00">@Y@m@d/prepbufr.ndas.@Y@m@d.t@Hz.tm12</cyclestr></datadep>
35  <sh>grep 'run_met_point_sfc=YES' <cyclestr>&SWITCH_FILE;</cyclestr></sh>
36  </and>
37  </dependency>
38 
39 </task> <!--task name="met_point"-->
40