SMS:CSTORM-MS: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Create HPC scripts==
__NOINDEX__
[[Image:Create HPC Scripts.jpg|thumb|500 px|''Create HPC Script'' dialog]]
{{Not Released}}
CSTORM-MS is a set of models organized into a system that work together to create models relative to ''coastal storms''. Many of the models in the system are very compute intensive models and may run for long periods of time. Often it is desirable to run these models in a HPC (supercomputer) environment to take advantage of many processors.


Some users may not be as familiar with the HPC environment or want a system to help regenerate scripts as needed. The '''Create HPC Scripts''' tool within SMS helps users create scripts from parameters. The parameters may be changed and the scripts regenerated as necessary. The parameters can be saved with the project, exported/loaded into other projects, and stored as the default parameters for future CSTORM-MS simulations.
The model is currently only available to model developers. If you are a developer working with Aquaveo, see the [http://www.xmsdevwiki.com/wiki/SMS:CSTORM-MS Aquaveo developers wiki]. (log in required)
 
The '''Create HPC Scripts''' tool is accessed by right-clicking on the CSTORM-MS simulation and selecting the '''Create HPC Scripts''' command.
===Platforms===
Platforms are the term used for a collection of script parameters because often the scripts will be created to target a specific HPC platform. However, a user could create multiple sets of scripts for the same platform if there are different run parameters for different types of simulations. The user can create, delete, or copy the scripts from one platform to a new platform.
 
===Programs===
Each of the programs within the CSTORM-MS system has its own script within the platform. Each program has its own run requirements which are handled through SMS defined variables (see below).
 
===Variables===
Variables are used to modify the script text for export. Variables can make it easier to change a script by identifying the items that should be changed in a script and giving a description for the variable. When the script is generated, every instance of the variable within the script will be replaced with the text in the 'value' column. It is recommended but not required that variables use a naming convention similar to the SMS defined variables for easy identification.
 
====SMS defined variables (program specific)====
SMS defined variables provide information to scripts based upon simulation parameters. These parameters are specified elsewhere but may need to be incorporated into individual scripts. One example of this type of variable is the number of processors to use for ADCIRC. SMS knows how many processors ADCIRC wants to use and can automatically make this part of the script.
 
====User defined variables (global)====
User defined variables allow scripts to be generated generically and give descriptions for the script parameters needed. User defined variables are global (shared between all programs/platforms). If you wish to have a similar variable specified differently for separate programs, add the program name to your variables. For example, if PBL and ADCIRC both needed a walltime but it should be different use $PBL_WALLTIME and $ADCIRC_WALLTIME rather than $WALLTIME within your scripts.
 
==Model Project Summary==
The ERDC-CSTORM-MS Model Project Summary dialog is accessed by right-clicking on the CSTORM-MS simulation and selecting '''Properties'' from the menu. The dialog has several tabs and optioans as follows:
===Overview===
:[[Image:CSTORM Model Project Sum Over.jpg|thumb|none|left|450 px|''ERDC-CSTORM-MS Model Project Summary'' dialog showing the ''Overview'' tab]]
:{|
|-
|[[Image:CSTORM Set Thread1.jpg|thumb|none|left|200 px|CSTORM-MS ''Set Thread Count'' dialog for ADCIRC]]
|[[File:CSTORM St Thread2.jpg|thumb|none|left|200 px|CSTORM-MS ''Set Thread Count'' dialog for STWAVE]]
|}
 
===ESMF===
:[[Image:CSTORM Model Project Sum ESMF.jpg|thumb|none|left|450 px|''ERDC-CSTORM-MS Model Project Summary'' dialog showing the ''ESMF'' tab]]
 
===Spatial View===
This dialog provides a view of any grid boundaries (WAM and STWAVE), grid frames (PBL), and the ADCIRC mesh boundary associated with the simulation.
:[[Image:CSTORM Model Project Sum Spatial.jpg|thumb|none|left|450 px|''ERDC-CSTORM-MS Model Project Summary'' dialog showing the ''Spatial View'' tab]]
 
===Timeline===
This dialog displays the timelines for each simulation (WAM, STWAVE, PBL, and ADCIRC) that are part of the hurricane simulation. The start and end times need to be set for each simulation individually.
:[[Image:CSTORM Model Project Sum.jpg|thumb|none|left|450 px|''ERDC-CSTORM-MS Model Project Summary'' dialog showing the ''Timeline'' tab]]


==Related Topics==
==Related Topics==
*[[SMS:ESMF - Earth System Modeling Framework|ESMF - Earth System Modeling Framework]]
*[[SMS:ESMF - Earth System Modeling Framework|ESMF – Earth System Modeling Framework]]




{{Template:Navbox SMS}}
{{Template:Navbox SMS}}
[[Category:SMS Dev|C]]
[[Category:CSTORM-MS]]
[[Category:Archived]]
[[Category:Upcoming feature]]
[[Category:External Links]]

Latest revision as of 14:41, 4 June 2019

The model is currently only available to model developers. If you are a developer working with Aquaveo, see the Aquaveo developers wiki. (log in required)

Related Topics