oceanmodeling / ufs-weather-model

This repo is forked from ufs-weather-model, and contains the model code and external links needed to build the UFS coastal model executable and model components, including the ROMS, FVCOM, ADCIRC and SCHISM plus WaveWatch III model components.
https://github.com/oceanmodeling/ufs-coastal-app
Other
2 stars 3 forks source link

Organize RTs and add Readme files to describe the model setups, domain, etc. #65

Open janahaddad opened 2 months ago

janahaddad commented 2 months ago

Two possible ways to do this:

  1. Organize the tests directory somehow, and add readme files for either each category or each specific test case
  2. Add descriptions to Sphinx docs
janahaddad commented 2 months ago

Ufuk update: it's possible to create a new test case that sources another test case & makes spot changes/additions to specific variables. Example:

source tests/control_p8_atmlnd

export TEST_DESCR="Compare global control results with previous trunk version"

export CNTL_DIR=control_p8_atmlnd_debug

We can use this to build hierarchy of tests...