Mercurial > repos > climate > cesm
annotate cesm.xml @ 0:7a7ba86e95a4 draft default tip
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
author | climate |
---|---|
date | Tue, 15 Jun 2021 09:39:23 +0000 |
parents | |
children |
rev | line source |
---|---|
0
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
1 <tool id="cesm" name="CESM" profile="20.05" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
2 <description>Community Earth System Model</description> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
3 <macros> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
4 <import>macros.xml</import> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
5 </macros> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
6 <expand macro="edam_ontology"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
7 <requirements> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
8 <requirement type="package" version="2.1.3">cesm</requirement> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
9 <requirement type="package" version="1.32">tar</requirement> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
10 <requirement type="package" version="2.35">binutils</requirement> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
11 <requirement type="package" version="3">python</requirement> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
12 </requirements> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
13 <command detect_errors="exit_code"><![CDATA[ |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
14 export HOME=`pwd` && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
15 export USER='FAKEUSER' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
16 export AR=x86_64-conda_cos6-linux-gnu-ar && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
17 mkdir -p .cime && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
18 cp '$__tool_directory__/config' .cime/config && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
19 cp '$__tool_directory__/config_compilers.xml' '.cime/config_compilers.xml' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
20 bash '$__tool_directory__/create_config_machines.sh' \${GALAXY_SLOTS:-4} && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
21 mv 'config_machines_galaxy.xml' '.cime/config_machines.xml' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
22 mkdir inputdata && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
23 mkdir output_dir && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
24 mkdir logs_dir && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
25 mkdir -p usermods_dirs/SourceMods && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
26 #if $input_type.tarball == 'yes' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
27 echo "Getting inputdata from tarball" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
28 tar -xf '$input_type.inputdata' -C 'inputdata/' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
29 #else |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
30 echo "Getting inputdata from collection" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
31 #for $input_file in $input_type.input_data_collection |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
32 bash '$__tool_directory__/create_mapping.sh' '${input_file}' '${input_file.element_identifier}' '$mapping' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
33 #end for |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
34 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
35 #if $condi_user_mods.add_changes == 'yes' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
36 #for $s in $condi_user_mods.usermods |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
37 echo "User mod ${s.srcmod} ${s.srcmod.element_identifier}" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
38 ln -s '${s.srcmod}' 'usermods_dirs/SourceMods/${s.srcmod.element_identifier}' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
39 #end for |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
40 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
41 echo "create case" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
42 create_newcase --case '$casename' --compset '$condi_compset.compset' --machine galaxy |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
43 --pesfile '$__tool_directory__/config_pes.xml' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
44 #if $condi_user_mods.add_changes |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
45 --user-mods-dir ./usermods_dirs |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
46 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
47 --res $condi_compset.resolution > '$case_info' 2>&1 && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
48 echo "create done" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
49 cd '$casename' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
50 #if str($adv_period.condi_type_run.run_type) == 'hybrid' or str($adv_period.condi_type_run.run_type) == 'branch': |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
51 ./xmlchange RUN_TYPE=$adv_period.condi_type_run.run_type && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
52 ./xmlchange RUN_REFDATE=$adv_period.condi_type_run.run_refdate && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
53 ./xmlchange RUN_REFCASE=$adv_period.condi_type_run.run_refcase && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
54 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
55 #if ((str($adv_period.condi_type_run.run_type) == 'hybrid' or str($adv_period.condi_type_run.run_type) == 'startup') and $adv_period.condi_type_run.run_startdate != '') |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
56 ./xmlchange RUN_STARTDATE=$adv_period.condi_type_run.run_startdate && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
57 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
58 ./xmlchange STOP_N=$adv_period.stopn && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
59 ./xmlchange STOP_OPTION=$adv_period.stop_option && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
60 ./xmlchange DOUT_S=FALSE && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
61 #if str($adv_period.hist_option) != 'unset' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
62 ./xmlchange HIST_OPTION=$adv_period.hist_option && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
63 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
64 #if str($adv_restart.restart_option) != 'unset' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
65 ./xmlchange REST_N=$adv_restart.restn && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
66 ./xmlchange REST_OPTION=$adv_restart.restart_option && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
67 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
68 #if $adv_restart.interim_files |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
69 ./xmlchange DOUT_S_SAVE_INTERIM_RESTART_FILES=TRUE && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
70 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
71 #if str($adv_lnd.user_nl_lnd_customization) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
72 cp '$adv_lnd.user_nl_lnd_customization' user_nl_clm && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
73 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
74 #if str($adv_atm.user_nl_atm_customization) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
75 cp '$adv_atm.user_nl_atm_customization' user_nl_cam && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
76 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
77 #if str($adv_rof.user_nl_rof_customization) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
78 cp '$adv_rof.user_nl_rof_customization' user_nl_rof && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
79 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
80 #if str($adv_glc.user_nl_glc_customization) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
81 cp '$adv_glc.user_nl_glc_customization' user_nl_cism && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
82 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
83 #if str($adv_ocn.user_nl_ocn_customization) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
84 cp '$adv_ocn.user_nl_ocn_customization' user_nl_ocn && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
85 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
86 #if str($adv_ice.user_nl_ice_customization) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
87 cp '$adv_ice.user_nl_ice_customization' user_nl_cice && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
88 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
89 #if str($adv_lnd.inputs) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
90 echo "LAND customized inputs" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
91 #for $i in $adv_lnd.inputs |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
92 ln -s '${i}' ${i.element_identifier} && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
93 #end for |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
94 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
95 #if str($adv_atm.inputs) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
96 echo "ATM customized inputs" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
97 #for $i in $adv_atm.inputs |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
98 ln -s '${i}' ${i.element_identifier} && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
99 #end for |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
100 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
101 #if str($adv_rof.inputs) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
102 echo "ROF customized inputs" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
103 #for $i in $adv_rof.inputs |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
104 ln -s '${i}' ${i.element_identifier} && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
105 #end for |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
106 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
107 #if str($adv_glc.inputs) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
108 echo "GLC customized inputs" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
109 #for $i in $adv_glc.inputs |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
110 ln -s '${i}' ${i.element_identifier} && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
111 #end for |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
112 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
113 #if str($adv_ocn.inputs) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
114 echo "OCN customized inputs" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
115 #for $i in $adv_ocn.inputs |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
116 ln -s '${i}' ${i.element_identifier} && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
117 #end for |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
118 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
119 #if str($adv_ice.inputs) != 'None' |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
120 echo "ICE customized inputs" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
121 #for $i in $adv_ice.inputs |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
122 ln -s '${i}' ${i.element_identifier} && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
123 #end for |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
124 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
125 ./case.setup >> '$case_info' 2>&1 && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
126 ./case.build >> '$case_info' 2>&1 && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
127 #if str($adv_period.condi_type_run.run_type) == 'hybrid' or str($adv_period.condi_type_run.run_type) == 'branch': |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
128 tar -xf '$adv_period.condi_type_run.restart' -C '../work/$casename/run/' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
129 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
130 ( ./case.submit >> '$case_info' 2>&1 || true ) && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
131 ( grep "MODEL EXECUTION HAS FINISHED" '$case_info' || |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
132 ( echo "Case failed" && cd .. && tar cf $work work && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
133 bash '$__tool_directory__/save_logs.sh' 'work/$casename/run/' logs_dir '$case_info' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
134 exit 1 ) |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
135 ) && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
136 echo "CURRENT PATH" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
137 echo "\$HOME" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
138 cd "\$HOME" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
139 mkdir -p restart && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
140 #if (str($adv_restart.restart_option) != 'never') |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
141 bash '$__tool_directory__/save_restart.sh' 'work/$casename/run/' '$casename' restart '$case_info' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
142 cat 'work/$casename/run/rpointer'.* > $rinfo 2>> '$case_info' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
143 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
144 cd restart && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
145 tar cvf $restart . && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
146 cd "\$HOME" && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
147 #if (str($adv_period.hist_option) != 'never') |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
148 cp 'work/$casename/run/$casename'.*.h*.*.nc output_dir/ 2>> '$case_info' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
149 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
150 bash '$__tool_directory__/save_logs.sh' 'work/$casename/run/' logs_dir '$case_info' && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
151 #if $save_workdir |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
152 tar cf '$work' work && |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
153 #end if |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
154 echo "MODEL RUN COMPLETED" |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
155 ]]></command> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
156 <inputs> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
157 <conditional name="input_type"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
158 <param name="tarball" type="select" label="Provide inputdata as a tarball"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
159 <option value="yes">Tarball</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
160 <option value="no" selected="true">List of netCDF input files</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
161 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
162 <when value="yes"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
163 <param name="inputdata" type="data" format='tar' label="inputdata for running CESM (tarball)" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
164 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
165 <when value="no"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
166 <param name="input_data_collection" type="data" format="netcdf" multiple="true" label="Select input data" help="Select all the netCDF files you would need for running the chosen compset and resolution"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
167 <param name="mapping" type="data" format='txt' label="Text file for mapping files in inputdata collection to physical files"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
168 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
169 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
170 <param name="casename" type="text" value="usecase" label="Name of your case"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
171 <validator type="regex" message="start with a letter and no blanks">^[A-Za-z][A-Za-z0-9]*</validator> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
172 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
173 <conditional name="condi_compset"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
174 <param name="compset" type="select" label="Model compset"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
175 <option value="FKESSLER">FKESSLER</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
176 <option value="F2000climo">F2000climo</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
177 <option value="QPC6">QPC6</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
178 <option value="QSC6">QSC6</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
179 <option value="F1850">F1850</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
180 <option value="FHIST">FHIST</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
181 <option value="B1850">B1850</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
182 <option value="BHIST">BHIST</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
183 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
184 <when value="FKESSLER"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
185 <param name="resolution" type="select" label="Model resolution"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
186 <option value="ne30_g16 --run-unsupported">ne30_g16</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
187 <option value="f09_f09_mg17">f09_f09_mg17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
188 <option value="f19_f19_mg17">f19_f19_mg17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
189 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
190 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
191 <when value="F2000climo"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
192 <param name="resolution" type="select" label="Model resolution"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
193 <option value="f09_f09_mg17">f09_f09_mg17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
194 <option value="f19_g17 --run-unsupported">f19_g17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
195 <option value="f19_f19_mg17 --run-unsupported">f19_f19_mg17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
196 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
197 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
198 <when value="FHIST"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
199 <param name="resolution" type="select" label="Model resolution"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
200 <option value="f09_f09_mg17">f09_f09_mg17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
201 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
202 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
203 <when value="QPC6"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
204 <param name="resolution" type="select" label="Model resolution"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
205 <option value="f09_f09_mg17">f09_f09_mg17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
206 <option value="f19_f19_mg17">f19_f19_mg17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
207 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
208 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
209 <when value="QSC6"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
210 <param name="resolution" type="select" label="Model resolution"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
211 <option value="f09_f09_mg17">f09_f09_mg17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
212 <option value="f19_f19_mg17">f19_f19_mg17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
213 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
214 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
215 <when value="F1850"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
216 <param name="resolution" type="select" label="Model resolution"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
217 <option value="f19_f19_mg17 --run-unsupported"></option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
218 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
219 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
220 <when value="B1850"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
221 <param name="resolution" type="select" label="Model resolution"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
222 <option value="f09_g17_gl4">f09_g17_gl4</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
223 <option value="f09_g17">f09_g17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
224 <option value="f19_g17_gl4">f19_g17_gl4</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
225 <option value="f19_g17">f19_g17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
226 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
227 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
228 <when value="BHIST"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
229 <param name="resolution" type="select" label="Model resolution"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
230 <option value="f09_g17_gl4">f09_g17_gl4</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
231 <option value="f09_g17">f09_g17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
232 <option value="f19_g17_gl4">f19_g17_gl4</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
233 <option value="f19_g17">f19_g17</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
234 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
235 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
236 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
237 <param name="save_workdir" type="boolean" value="false" label="Save workdir as a tarball when successful"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
238 <section name="adv_period" title="Customize the model run period" expanded="false"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
239 <conditional name="condi_type_run"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
240 <param name="run_type" type="select" label="Determines the model run initialization type."> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
241 <option value="startup" selected="true">startup</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
242 <option value="hybrid">hybrid</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
243 <option value="branch">branch</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
244 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
245 <when value="startup"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
246 <param name="run_startdate" type="text" value="" label="Run start date (yyyy-mm-dd). Only used for startup or hybrid runs."> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
247 <validator type="regex" message="YYYY-MM-DD">(^$|(\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])))</validator> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
248 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
249 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
250 <when value="branch"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
251 <param name="run_refcase" type="text" value="" label="Reference case for hybrid or branch runs"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
252 <param name="run_refdate" type="text" value="" label="Reference date for hybrid or branch runs (yyyy-mm-dd)"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
253 <validator type="regex" message="YYYY-MM-DD">(^$|(\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])))</validator> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
254 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
255 <param name="restart" type="data" format='tar' label="restart for running CESM"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
256 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
257 <when value="hybrid"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
258 <param name="run_refcase" type="text" value="" label="Reference case for hybrid or branch runs"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
259 <param name="run_refdate" type="text" value="" label="Reference date for hybrid or branch runs (yyyy-mm-dd)"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
260 <validator type="regex" message="YYYY-MM-DD">(^$|(\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])))</validator> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
261 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
262 <param name="run_startdate" type="text" value="" label="Run start date (yyyy-mm-dd). Only used for startup or hybrid runs."> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
263 <validator type="regex" message="YYYY-MM-DD">(^$|(\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])))</validator> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
264 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
265 <param name="restart" type="data" format='tar' label="restart for running CESM"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
266 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
267 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
268 <param name="stopn" type="integer" value="5" label="Provides a numerical count for STOP_OPTION."/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
269 <param name="stop_option" type="select" label=" Sets the run length along with STOP_N and STOP_DATE"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
270 <option value="ndays" selected="true">ndays</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
271 <option value="none">none</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
272 <option value="never">never</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
273 <option value="nsteps">nsteps</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
274 <option value="nseconds">nseconds</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
275 <option value="nminutes">nminutes</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
276 <option value="nhours">nhours</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
277 <option value="nday">ndays</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
278 <option value="nmonths">nmonths</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
279 <option value="nyears">nyears</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
280 <option value="date">date</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
281 <option value="ifdays0">ifday0</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
282 <option value="end">end</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
283 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
284 <param name="hist_option" type="select" label="Sets driver snapshot history file frequency"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
285 <option value="unset" selected="true">unset</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
286 <option value="ndays">ndays</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
287 <option value="none">none</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
288 <option value="never">never</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
289 <option value="nsteps">nsteps</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
290 <option value="nseconds">nseconds</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
291 <option value="nminutes">nminutes</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
292 <option value="nhours">nhours</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
293 <option value="nday">ndays</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
294 <option value="nmonths">nmonths</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
295 <option value="nyears">nyears</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
296 <option value="date">date</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
297 <option value="ifdays0">ifday0</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
298 <option value="end">end</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
299 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
300 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
301 <section name="adv_restart" title="Customize the model restart period" expanded="false"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
302 <param name="restn" type="integer" value="12" label="Provides a numerical count for RESTART_OPTION (only if REST_N is different from 'unset')."/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
303 <param name="restart_option" type="select" label="Sets frequency of model restart writes in conjuction with REST_N (default is 'unset' e.g. STOP_N and STOP_OPTION)"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
304 <option value="unset" selected="true">unset</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
305 <option value="ndays">ndays</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
306 <option value="none">none</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
307 <option value="never">never</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
308 <option value="nsteps">nsteps</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
309 <option value="nseconds">nseconds</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
310 <option value="nminutes">nminutes</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
311 <option value="nhours">nhours</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
312 <option value="nday">ndays</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
313 <option value="nmonths">nmonths</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
314 <option value="nyears">nyears</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
315 <option value="date">date</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
316 <option value="ifdays0">ifday0</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
317 <option value="end">end</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
318 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
319 <param name="interim_files" type="boolean" value="false" label=""/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
320 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
321 |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
322 <section name="adv_lnd" title="Land namelist user customization" expanded="false"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
323 <param name="user_nl_lnd_customization" type="data" format="txt" optional="true" label="LAND User namelist (lnd_in)"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
324 <param name="inputs" type="data" format="netcdf" multiple="true" optional="true" label="Customized Input files for LAND component"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
325 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
326 <section name="adv_rof" title="River-runoff namelist user customization" expanded="false"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
327 <param name="user_nl_rof_customization" type="data" format="txt" optional="true" label="ROF User namelist (rof_in)"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
328 <param name="inputs" type="data" format="netcdf" multiple="true" optional="true" label="Customized Input files for River-runoff component"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
329 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
330 <section name="adv_atm" title="Atmopshere namelist user customization" expanded="false"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
331 <param name="user_nl_atm_customization" type="data" format="txt" optional="true" label="ATM User namelist (atm_in)"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
332 <param name="inputs" type="data" format="netcdf" multiple="true" optional="true" label="Customized Input files for Atmosphere component"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
333 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
334 <section name="adv_glc" title="Land-ice namelist user customization" expanded="false"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
335 <param name="user_nl_glc_customization" type="data" format="txt" optional="true" label="CISM User namelist (cism_in)"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
336 <param name="inputs" type="data" format="netcdf" multiple="true" optional="true" label="Customized Input files for Land-Ice component"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
337 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
338 <section name="adv_ice" title="Sea-ice namelist user customization" expanded="false"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
339 <param name="user_nl_ice_customization" type="data" format="txt" optional="true" label="ICE User namelist (ice_in)"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
340 <param name="inputs" type="data" format="netcdf" multiple="true" optional="true" label="Customized Input files for Sea-Ice component"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
341 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
342 <section name="adv_ocn" title="Ocean namelist user customization" expanded="false"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
343 <param name="user_nl_ocn_customization" type="data" format="txt" optional="true" label="OCN User namelist (ocn_in)"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
344 <param name="inputs" type="data" format="netcdf" multiple="true" optional="true" label="Customized Input files for Ocean component"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
345 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
346 <conditional name="condi_user_mods"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
347 <param name="add_changes" type="select" label="user-modified source code"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
348 <option value="yes">Yes</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
349 <option value="no" selected="true">No</option> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
350 </param> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
351 <when value="yes"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
352 <repeat name="usermods" title="SourceMods files"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
353 <param name="srcmod" type="data" format="txt" label="Modified source file"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
354 </repeat> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
355 </when> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
356 <when value="no"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
357 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
358 </inputs> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
359 <outputs> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
360 <data name="work" format="tar" label="${tool.name} on ${casename} (workdir)"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
361 <filter> save_workdir == True</filter> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
362 </data> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
363 <data name="restart" format="tar" label="${tool.name} on ${casename} (restart)"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
364 <data name="rinfo" format="txt" label="${tool.name} on ${casename} (restart info)"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
365 <data name="case_info" format="txt" label="${tool.name} on ${casename} (case info)"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
366 <collection name="logs_files" type="list" label="${tool.name} on ${casename} (logfiles)"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
367 <discover_datasets pattern="__name__" directory="logs_dir" visible="false" format="txt"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
368 </collection> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
369 <collection name="history_files" type="list" label="${tool.name} on ${casename} (history file)"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
370 <discover_datasets pattern="__name__" directory="output_dir" visible="true" format="netcdf"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
371 </collection> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
372 </outputs> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
373 <tests> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
374 <test> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
375 <conditional name="input_type"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
376 <param name="tarball" value="yes" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
377 <param name="inputdata" ftype="tar" value="inputdata_FKESSLER_ne30_g16_cesm2.1.3.tar" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
378 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
379 <param name="casename" value="FKESSLER" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
380 <conditional name="condi_compset"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
381 <param name="compset" value="FKESSLER" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
382 <param name="resolution" value="ne30_g16 --run-unsupported" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
383 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
384 <param name="save_workdir" value="false"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
385 <section name="adv_period"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
386 <conditional name="condi_type_run"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
387 <param name="run_type" value="startup"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
388 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
389 <param name="stop_option" value="nsteps" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
390 <param name="stopn" value="1" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
391 <param name="hist_option" value="never" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
392 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
393 <section name="adv_restart"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
394 <param name="restart_option" value="never"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
395 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
396 <output name="case_info" ftype="txt" file="case_info.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
397 <assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
398 <has_text text="MODEL EXECUTION HAS FINISHED" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
399 </assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
400 </output> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
401 <output_collection name="logs_files" type="list"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
402 <element name="atm_log.txt" ftype="txt" file="atm_log.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
403 <assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
404 <has_text text="END OF MODEL RUN" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
405 </assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
406 </element> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
407 <element name="cesm_log.txt" ftype="txt" file="cesm_log.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
408 </element> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
409 <element name="cpl_log.txt" ftype="txt" file="cpl_log.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
410 <assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
411 <has_text text="SUCCESSFUL TERMINATION" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
412 </assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
413 </element> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
414 </output_collection> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
415 </test> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
416 <test> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
417 <conditional name="input_type"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
418 <param name="tarball" value="no" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
419 <param name="input_data_collection" ftype="netcdf" value="cam_vcoords_L30_c180105.nc" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
420 <param name="mapping" ftype='txt' value="inputdata_mapping.txt" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
421 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
422 <param name="casename" value="FKESSLER" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
423 <conditional name="condi_compset"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
424 <param name="compset" value="FKESSLER" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
425 <param name="resolution" value="ne30_g16 --run-unsupported" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
426 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
427 <param name="save_workdir" value="false"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
428 <section name="adv_period"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
429 <conditional name="condi_type_run"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
430 <param name="run_type" value="startup"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
431 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
432 <param name="stop_option" value="nsteps" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
433 <param name="stopn" value="1" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
434 <param name="hist_option" value="never" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
435 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
436 <section name="adv_restart"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
437 <param name="restart_option" value="never"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
438 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
439 <output name="case_info" ftype="txt" file="case_info.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
440 <assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
441 <has_text text="MODEL EXECUTION HAS FINISHED" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
442 </assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
443 </output> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
444 <output_collection name="logs_files" type="list"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
445 <element name="atm_log.txt" ftype="txt" file="atm_log.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
446 <assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
447 <has_text text="END OF MODEL RUN" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
448 </assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
449 </element> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
450 <element name="cesm_log.txt" ftype="txt" file="cesm_log.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
451 </element> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
452 <element name="cpl_log.txt" ftype="txt" file="cpl_log.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
453 <assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
454 <has_text text="SUCCESSFUL TERMINATION" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
455 </assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
456 </element> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
457 </output_collection> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
458 </test> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
459 <test> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
460 <conditional name="input_type"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
461 <param name="tarball" value="yes" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
462 <param name="inputdata" ftype="tar" value="inputdata_FKESSLER_ne30_g16_cesm2.1.3.tar" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
463 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
464 <param name="casename" value="FKESSLER" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
465 <conditional name="condi_compset"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
466 <param name="compset" value="FKESSLER" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
467 <param name="resolution" value="ne30_g16 --run-unsupported" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
468 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
469 <param name="save_workdir" value="false"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
470 <section name="adv_period"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
471 <conditional name="condi_type_run"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
472 <param name="run_type" value="startup"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
473 </conditional> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
474 <param name="stop_option" value="nsteps" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
475 <param name="stopn" value="1" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
476 <param name="hist_option" value="never" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
477 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
478 <section name="adv_restart"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
479 <param name="restart_option" value="never"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
480 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
481 <section name="adv_atm"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
482 <param name="user_nl_atm_customization" ftype="txt" value="user_nl_cam" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
483 </section> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
484 <output name="case_info" ftype="txt" file="case_info.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
485 <assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
486 <has_text text="MODEL EXECUTION HAS FINISHED" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
487 </assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
488 </output> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
489 <output_collection name="logs_files" type="list"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
490 <element name="atm_log.txt" ftype="txt" file="atm_log.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
491 <assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
492 <has_text text="END OF MODEL RUN" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
493 </assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
494 </element> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
495 <element name="cesm_log.txt" ftype="txt" file="cesm_log.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
496 </element> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
497 <element name="cpl_log.txt" ftype="txt" file="cpl_log.txt" compare="sim_size" delta="1000"> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
498 <assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
499 <has_text text="SUCCESSFUL TERMINATION" /> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
500 </assert_contents> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
501 </element> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
502 </output_collection> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
503 </test> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
504 </tests> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
505 <help><![CDATA[ |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
506 |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
507 **The Community Earth System Model (CESM)** |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
508 ========================================================================== |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
509 |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
510 This tool creates and runs CESM experiments from CESM supported release. |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
511 CESM is a fully-coupled, community, global climate model that provides state-of-the-art computer simulations of the Earth's past, present, and future climate states. |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
512 |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
513 Available component configurations and grids: |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
514 ---------------------------------------------- |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
515 - `Grid Resolutions <https://www.cesm.ucar.edu/models/cesm2/config/2.1.3/grids.html>`_ |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
516 - `Component Sets <https://www.cesm.ucar.edu/models/cesm2/config/2.1.3/compsets.html>`_ |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
517 - `Component Configuration Settings <https://www.cesm.ucar.edu/models/cesm2/settings/2.1.3/>`_ |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
518 ]]></help> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
519 <expand macro="citations"/> |
7a7ba86e95a4
"planemo upload for repository https://github.com/ESCOMP/CESM commit 5c969e494841237de0b2301520d9321672cc9f5b"
climate
parents:
diff
changeset
|
520 </tool> |