|
| 1 | +### RT.CONF FORMATTING ### |
| 2 | +# COMPILE Line ( Items separated by a | ) |
| 3 | +# Item 1: COMPILE - This tells rt.conf the following information is to be used in setting up a compile job |
| 4 | +# Item 2: Compile name - The rt.sh will add _gnu or _intel to it. There must be no duplicate names for each compiler. |
| 5 | +# If two compilations are identical except compiler, please use the same name for each. |
| 6 | +# Item 3: Compiler to use in build (intel or gnu) |
| 7 | +# Item 4: CMAKE Options - Provide all CMAKE options for the build |
| 8 | +# Item 5: Machines to run on (- is used to ignore specified machines, + is used to only run on specified machines) |
| 9 | +## -> EX: + hera orion gaea = compile will only run on hera orion and gaea machines |
| 10 | +## -> EX: - wcoss2 acorn = compile will NOT be run on wcoss2 or acorn |
| 11 | +# Item 6: [set as fv3]. Used to control the compile job only if FV3 was present, previously used to run a test w/o compiling code |
| 12 | +# |
| 13 | +# RUN Line ( Items separated by a | ) |
| 14 | +## NOTE: The build resulting from the COMPILE line above the RUN line will be used to run the test |
| 15 | +# Item 1: RUN - This tells rt.conf the following information is to be used in setting up a model run |
| 16 | +# Item 2: Test name. (Which test in the tests/tests directory should be sourced) |
| 17 | +# Item 3: Machines to run on (- is used to ignore specified machines, + is used to only run on specified machines). |
| 18 | +## reference example above |
| 19 | +# Item 4: Controls whether the run creates its own baseline or it uses the baseline from a different (control) test. |
| 20 | +# Item 5: Test name to compare baselines with if not itself. |
| 21 | + |
| 22 | +############################# |
| 23 | +### Intel (Classic) Tests ### |
| 24 | +############################# |
| 25 | + |
| 26 | +#SFS |
| 27 | +COMPILE | s2swa | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | |
| 28 | +RUN | cpld_control_p8 | - noaacloud | baseline | |
| 29 | + |
| 30 | +### ATM tests ### |
| 31 | +COMPILE | atm_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 -D32BIT=ON | | fv3 | |
| 32 | +RUN | control_c48 | | baseline | |
0 commit comments