Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 4a1d88a

Browse files
authored
Initial check in of file
1 parent 1cc96c8 commit 4a1d88a

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

workunit_submission_file.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<batch>
2+
<model_class>openifs</model_class>
3+
<model_config>MODEL_CONFIG_FILE.xml</model_config>
4+
<fullpos_namelist>FULLPOS_NAME_FILE.nml</fullpos_namelist>
5+
<upload_info>
6+
<upload_handler>URL_UPLOAD_FILEHANDLER</upload_handler>
7+
<result_template_prefix>upload_templates/dev/result_template_openifs</result_template_prefix>
8+
</upload_info>
9+
<workunits>
10+
<workunit>
11+
<analysis_member_number>00</analysis_member_number>
12+
<ensemble_member_number>01</ensemble_member_number>
13+
<exptid>EXPTID</exptid>
14+
<fclen>1</fclen>
15+
<fclen_units>days</fclen_units>
16+
<start_day>START_DAY</start_day>
17+
<start_hour>START_HOUR</start_hour>
18+
<start_month>START_MONTH</start_month>
19+
<start_year>START_YEAR</start_year>
20+
<unique_member_id>f000</unique_member_id>
21+
<ic_ancil>
22+
<ic_ancil_zip>IC_ANCIL_FILE.zip</ic_ancil_zip>
23+
</ic_ancil>
24+
<ifsdata>
25+
<GHG_zip>GHG_FILE.zip</GHG_zip>
26+
<SO4_zip>SO4_FILE.zip</SO4_zip>
27+
<radiation_zip>RADIATION_FILE.zip</radiation_zip>
28+
</ifsdata>
29+
<climate_data>
30+
<climate_data_zip>CLIMATE_DATA_FILE.zip</climate_data_zip>
31+
</climate_data>
32+
</workunit>
33+
</workunits>
34+
<batch_info>
35+
<desc>DESCRIPTION</desc>
36+
<name>NAME</name>
37+
<owner>OWNER &lt;OWNER_EMAIL_ADDRESS&gt;</owner>
38+
<proj>PROJECT_NAME</proj>
39+
<tech_info>-</tech_info>
40+
<umid_start>STARTING_UMID</umid_start>
41+
<umid_end>ENDING_UMID</umid_end>
42+
<workunit_range>workunit_range</workunit_range>
43+
<batchid>batchid</batchid>
44+
</batch_info>
45+
</batch>

0 commit comments

Comments
 (0)