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.
main.dox in trunk/NEMOGCM/TOOLS/SIREN/src/docsrc – NEMO

source: trunk/NEMOGCM/TOOLS/SIREN/src/docsrc/main.dox @ 6393

Last change on this file since 6393 was 6393, checked in by jpaul, 8 years ago

commit changes/bugfix/... for SIREN; see ticket #1700

File size: 1.3 KB
Line 
1/*!
2 @mainpage About
3
4 SIREN is a software to create regional configuration with [NEMO](http://www.nemo-ocean.eu).<br/>
5 Actually SIREN create input files needed for a basic NEMO configuration.<br/>
6
7 SIREN allows you to create your own regional configuration embedded in a wider one.<br/>
8 In order to help you, a set of GLORYS files (global reanalysis on ORCA025 grid), as well as examples
9 of namelists are available in dods repository.
10
11 @note This software was created, and is maintain by the Configuration Manager Working Group, composed
12 of NEMO system team members.
13 
14 To know how to install SIREN see @ref md_docsrc_1_install.
15
16 You could find a tutorial for a quick start with SIREN in @ref md_docsrc_2_quickstart.<br/>
17 For more information about how to use each component of SIREN
18 - see create_coord.f90 to create fine grid coordinate file
19 - see create_bathy.f90 to create fine grid bathymetry
20 - see merge_bathy.f90 to merge fine grid bathymetry
21 - see create_restart.f90 to create initial state file, or other fields.
22 - see create_boundary.F90 to create boundary condition
23
24<HR>
25   <b>
26   - @ref md_docsrc_1_install
27   - @ref md_docsrc_2_quickstart
28   - @ref md_docsrc_3_support_bug
29   - @ref md_docsrc_4_codingRules
30   - @ref md_docsrc_5_changeLog
31   - @ref todo
32   </b>
33*/
Note: See TracBrowser for help on using the repository browser.