Difference between revisions of "Rose-UKCA suites"

From UKCA
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=== Rose UKCA suites on MONsooN ===
 
=== Rose UKCA suites on MONsooN ===
 
<br/>
 
<br/>
This page describes the Rose suites with UKCA that are installed on MONsooN.<br/><br/>
+
This page describes the Rose suites with UKCA that are available for testing<br/><br/>
 
'''Disclaimer:''' The main purpose of these suites is for model development and testing with short runs. They should be considered as '''not suitable for Science applications'''.
 
'''Disclaimer:''' The main purpose of these suites is for model development and testing with short runs. They should be considered as '''not suitable for Science applications'''.
   
 
====Pre-requisites====
 
====Pre-requisites====
Account on the Met Office Science Repository [https://code.metoffice.gov.uk (MOSRS)] for UM and Rose code, the PUMA [https://puma.nerc.ac.uk/trac/roses_puma/wiki Rose repository] (if using ''puma-'' suites) and access to the [http://www.jwcrp.org.uk/infrastructure/monsoon.asp MONSooN] HPC system.<br/>
+
Account on the Met Office Science Repository [https://code.metoffice.gov.uk (MOSRS)] for UM and Rose code, the PUMA [https://puma.nerc.ac.uk/trac/roses_puma/wiki Rose repository] (if using ''puma-'' suites) and access to the Met Office Cray or the [http://www.jwcrp.org.uk/infrastructure/monsoon.asp MONSooN] HPC system.<br/>
 
Basic knowledge about [http://metomi.github.io/rose/doc/rose.html Rose] and [https://code.metoffice.gov.uk/doc/um/vn10.2/um-training/index.html its usage with UM].<br/>
 
Basic knowledge about [http://metomi.github.io/rose/doc/rose.html Rose] and [https://code.metoffice.gov.uk/doc/um/vn10.2/um-training/index.html its usage with UM].<br/>
   
 
For the initial Rose setup and instructions on using Rose on MONSooN, see [http://collab.metoffice.gov.uk/twiki/bin/view/Support/MONSooNRose this] page (requires Collaboration Twiki login).
 
For the initial Rose setup and instructions on using Rose on MONSooN, see [http://collab.metoffice.gov.uk/twiki/bin/view/Support/MONSooNRose this] page (requires Collaboration Twiki login).
  +
  +
===== UM11.6 (Test Suite) =====
  +
'''[https://code.metoffice.gov.uk/trac/roses-u/browser/b/s/0/2/6 u-bs026]'''
  +
  +
This version reflects the science updates to the UKCA app in the UM Rose-stem. It still runs the following configurations at N96L85:<br/>
  +
* StratTrop(CheST)+GLOMAP+RADAER+Activate with ''Restartability'' (NRUN vs NRUN+CRUN), ''OpenMP'' (1 vs 2 threads) and ''Rigorous build'' tests
  +
* StratTrop(CheST)-Columnar+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test
  +
* Offline oxidants+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test
  +
  +
''Changes:''
  +
- HOUSEKEEPing is now a user-controlled step i.e. set HOUSEKEEP=False if you want to keep the model outputs ''even if all tests pass'' e.g. to look at diagnostics, print statements, timings, etc
  +
- The ''atmos_strat_rigorous'' task now runs much faster (few minutes rather than > 1 hour) as the writing of restart dump is replaced with a 3-hourly mean output file for comparison
  +
  +
As in previous version a '''trac.log''' file is now generated that contains basic information on the suite-run and status of each of the tasks.
  +
  +
[[Using the UM11.6 test suite]]
  +
  +
===== UM11.5 (Test Suite) =====
  +
'''[https://code.metoffice.gov.uk/trac/roses-u/browser/b/o/3/7/5 u-bo375]'''
  +
  +
This is an upgrade of the vn11.4 suite and runs the following configurations at N96L85:<br/>
  +
* StratTrop(CheST)+GLOMAP+RADAER+Activate with ''Restartability'' (NRUN vs NRUN+CRUN), ''OpenMP'' (1 vs 2 threads) and ''Rigorous build'' tests
  +
* StratTrop(CheST)-Columnar+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test
  +
* Offline oxidants+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test
  +
  +
In addition, at the end (i.e. when suite ''finishes successfully'' or is ''stopped by user'') a '''trac.log''' file is now generated that contains basic information on the suite-run and status of each of the tasks. The contents of the ''trac.log'' can be directly pasted into a trac page e.g. as additional testing evidence while lodging code.
  +
  +
The main configurations carry out a 2-day simulation that requires between 15 - 20 minutes to complete on the Cray.<br/>
  +
  +
[[Using the UM11.5 test suite]]
   
 
===== UM11.4 (Test Suite) =====
 
===== UM11.4 (Test Suite) =====

Revision as of 10:08, 3 March 2020

Rose UKCA suites on MONsooN


This page describes the Rose suites with UKCA that are available for testing

Disclaimer: The main purpose of these suites is for model development and testing with short runs. They should be considered as not suitable for Science applications.

Pre-requisites

Account on the Met Office Science Repository (MOSRS) for UM and Rose code, the PUMA Rose repository (if using puma- suites) and access to the Met Office Cray or the MONSooN HPC system.
Basic knowledge about Rose and its usage with UM.

For the initial Rose setup and instructions on using Rose on MONSooN, see this page (requires Collaboration Twiki login).

UM11.6 (Test Suite)

u-bs026

This version reflects the science updates to the UKCA app in the UM Rose-stem. It still runs the following configurations at N96L85:

  • StratTrop(CheST)+GLOMAP+RADAER+Activate with Restartability (NRUN vs NRUN+CRUN), OpenMP (1 vs 2 threads) and Rigorous build tests
  • StratTrop(CheST)-Columnar+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test
  • Offline oxidants+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test

Changes:

- HOUSEKEEPing is now a user-controlled step i.e. set HOUSEKEEP=False if you want to keep the model outputs even if all tests pass e.g. to look at diagnostics, print statements, timings, etc
- The atmos_strat_rigorous task now runs much faster (few minutes rather than > 1 hour) as the writing of restart dump is replaced with a 3-hourly mean output file for comparison

As in previous version a trac.log file is now generated that contains basic information on the suite-run and status of each of the tasks.

Using the UM11.6 test suite

UM11.5 (Test Suite)

u-bo375

This is an upgrade of the vn11.4 suite and runs the following configurations at N96L85:

  • StratTrop(CheST)+GLOMAP+RADAER+Activate with Restartability (NRUN vs NRUN+CRUN), OpenMP (1 vs 2 threads) and Rigorous build tests
  • StratTrop(CheST)-Columnar+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test
  • Offline oxidants+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test

In addition, at the end (i.e. when suite finishes successfully or is stopped by user) a trac.log file is now generated that contains basic information on the suite-run and status of each of the tasks. The contents of the trac.log can be directly pasted into a trac page e.g. as additional testing evidence while lodging code.

The main configurations carry out a 2-day simulation that requires between 15 - 20 minutes to complete on the Cray.

Using the UM11.5 test suite

UM11.4 (Test Suite)

u-bk021

This is an upgrade of the vn11.3 suite and runs the following configurations at N96L85:

  • StratTrop(CheST)+GLOMAP+RADAER+Activate with Restartability (NRUN vs NRUN+CRUN), OpenMP (1 vs 2 threads) and Rigorous build tests
  • StratTrop(CheST)-Columnar+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test
  • Offline oxidants+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test

In addition, at the end (i.e. when suite finishes successfully or is stopped by user) a trac.log file is now generated that contains basic information on the suite-run and status of each of the tasks. The contents of the trac.log can be directly pasted into a trac page e.g. as additional testing evidence while lodging code.

The main configurations carry out a 2-day simulation that requires between 15 - 20 minutes to complete on the Cray.

Using the UM11.4 test suite

UM11.3 (Test Suite)

u-bg563

This is an upgrade of the vn11.2 suite and runs the following configurations at N96L85:

  • StratTrop(CheST)+GLOMAP+RADAER+Activate with Restartability (NRUN vs NRUN+CRUN), OpenMP (1 vs 2 threads) and Rigorous build tests
  • StratTrop(CheST)-Columnar+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test
  • Offline oxidants+GLOMAP+RADAER+Activate with PE bit-reproducibility (16x8 vs 8x12 PEs) test

At vn11.3 an additional test with 'Rigorous for the Strattrop configuration has been introduced. This builds the executable with low optimisation, many compiler checks and runs a 3-hour simulation, compared against the reference.

The main configurations carry out a 2-day simulation that requires between 15 - 20 minutes to complete on the Cray.

Using the UM11.3 test suite

UM11.2 (Test Suite)

u-be133

This is an upgrade of the vn11.1 suite and continues to run the following configurations at N96L85:

  • StratTrop(CheST)+GLOMAP+RADAER+Activate
  • StratTrop(CheST)-Columnar+GLOMAP+RADAER+Activate
  • Offline oxidants+GLOMAP+RADAER+Activate

The Offline oxidants and Strattrop-Columnar jobs include a bit-reproducibility test (16x8 vs 8x12 PEs), while the Strat+trop job includes an OpenMP (1 thread vs 2 threads) and a Restartability (NRUN vs NRUN+CRUN) test
The main configurations carry out a 2-day simulation that requires between 10 - 15 minutes to complete on the Cray.

Using the UM11.2 test suite

UM11.1 (Test Suite)

u-az274

This is an upgrade of the vn11.0 suite and continues to run the following configurations at N96L85:

  • StratTrop(CheST)+GLOMAP+RADAER+Activate
  • StratTrop(CheST)-Columnar+GLOMAP+RADAER+Activate
  • Offline oxidants+GLOMAP+RADAER+Activate

The Offline oxidants and Strattrop-Columnar jobs include a bit-reproducibility test (16x8 vs 8x12 PEs), while the Strat+trop job includes an OpenMP (1 thread vs 2 threads) and a Restartability (NRUN vs NRUN+CRUN) test
The main configurations carry out a 2-day simulation that requires between 10 - 15 minutes to complete on the Cray.

Using the UM11.1 test suite

UM11.0 (Test Suite)

u-av613

This is an upgrade of the vn10.9 suite and continues to run the following configurations at N96L85:

  • StratTrop(CheST)+GLOMAP+RADAER+Activate
  • StratTrop(CheST)-Columnar+GLOMAP+RADAER+Activate
  • Offline oxidants+GLOMAP+RADAER+Activate

The Offline oxidants and Strattrop-Columnar jobs include a bit-reproducibility test (16x8 vs 8x12 PEs), while the Strat+trop job includes an OpenMP (1 thread vs 2 threads) and a Restartability (NRUN vs NRUN+CRUN) test
The main configurations carry out a 2-day simulation that requires between 10 - 15 minutes to complete on the Cray.

Using the UM11.0 test suite

UM10.9 (Test Suite)

u-al223

This is an upgrade from previous versions of the suite and continues to run the following configurations at N96L85:

  • StratTrop(CheST)+GLOMAP+RADAER+Activate
  • StratTrop(CheST)-Columnar+GLOMAP+RADAER+Activate
  • Offline oxidants+GLOMAP+RADAER+Activate

The Offline oxidants and Strattrop-Columnar jobs include bit-reproducibility between 16x8 vs 8x12 PEs, while the Strat+trop job includes a NRUN vs NRUN+CRUN
The main configurations carry out a 2-day simulation that requires between 10 - 15 minutes to complete on the Cray.

Using the UM10.9 test suite

UM10.8 (Test Suite)

MONSooN: puma-aa438
MetO: mi-at557 This is an upgrade from previous versions of the suite and continues to run the following configurations at N96L85:

  • StratTrop(CheST)+GLOMAP+RADAER+Activate
  • Offline oxidants+GLOMAP+RADAER+Activate

The Offline oxidants job includes bit-reproducibility between 16x8 vs 8x12 PEs (TEST_PE), while the Strat+trop job includes a NRUN vs NRUN+CRUN (CRUN_TEST)
The main configurations carry out a 2-day simulation that requires between 10 - 15 minutes to complete on the Cray.

Using the UM10.8 test suite

UM10.7 (Test Suite)

MONSooN: puma-aa428
MetO: mi-ar330 This is an upgrade from the UM10.6 suite a test suite continues to run the following configurations at N96L85:

  • StratTrop(CheST)+GLOMAP+RADAER+Activate
  • Offline oxidants+GLOMAP+RADAER+Activate

The Offline oxidants job includes bit-reproducibility between 16x8 vs 8x12 PEs (TEST_PE), while the Strat+trop job includes a NRUN vs NRUN+CRUN (CRUN_TEST)
The main configurations carry out a 2-day simulation that requires between 10 - 15 minutes to complete on the Cray.

Using the UM10.7 test suite

UM10.6 (Test Suite)

MONSooN: puma-aa405
MetO: mi-ap240 This is an upgrade from the UM10.5 suite a test suite continues to run the following configurations at N96L85:

  • StratTrop(CheST)+GLOMAP+RADAER+Activate
  • Offline oxidants+GLOMAP+RADAER+Activate

The Offline oxidants job includes bit-reproducibility between 16x8 vs 8x12 PEs (TEST_PE), while the Strat+trop job includes a NRUN vs NRUN+CRUN (CRUN_TEST)
The main configurations carry out a 2-day simulation that requires between 10 - 15 minutes to complete on the Cray.

Using the UM10.6 test suite