New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
sette_list_avail_cfg.sh in utils/CI/sette_ticket2673 – NEMO

source: utils/CI/sette_ticket2673/sette_list_avail_cfg.sh @ 14870

Last change on this file since 14870 was 14870, checked in by acc, 3 years ago

Branch: sette_ticket2673. More tweaks. Added a few more features and aligned the utility scripts with the new directory structure. Each experiment directory in the NEMO_VALIDATION_DIR now gets a sette_config file recording the settings used to run the test. They now also get copies of the *namelist*_cfg files which can be useful for cross-checking. sette_list_avail_rev.sh now accepts the -v subdir option.

  • Property svn:executable set to *
File size: 515 bytes
Line 
1#!/bin/sh
2echo ''
3echo 'Reference configurations available are named :'
4printf "%-15s \n" GYRE_PISCES
5printf "%-15s \n" ORCA2_ICE_PISCES
6printf "%-15s \n" ORCA2_OFF_PISCES
7printf "%-15s \n" AMM12
8printf "%-15s \n" SAS
9printf "%-15s \n" ORCA2_ICE_OBS
10printf "%-15s \n" AGRIF
11printf "%-15s \n" WED025
12echo ''
13echo 'Test cases available are named :'
14printf "%-15s \n" OVERFLOW
15printf "%-15s \n" LOCK_EXCHANGE
16printf "%-15s \n" VORTEX
17printf "%-15s \n" ICE_AGRIF
18printf "%-15s \n" SWG
19printf "%-15s \n" ISOMIP+
20echo ''
Note: See TracBrowser for help on using the repository browser.