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.
mod_event_parameters.f90 in branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/IOSERVER – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/IOSERVER/mod_event_parameters.f90 @ 2281

Last change on this file since 2281 was 2281, checked in by smasson, 14 years ago

set proper svn properties to all files...

  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
1MODULE mod_event_parameters
2  INTEGER, PARAMETER :: event_id_parse_xml_file        = 100
3  INTEGER, PARAMETER :: event_id_set_local_domain      = 101
4  INTEGER, PARAMETER :: event_id_set_vert_axis         = 102
5  INTEGER, PARAMETER :: event_id_set_time_parameters   = 103
6  INTEGER, PARAMETER :: event_id_set_timestep          = 104
7  INTEGER, PARAMETER :: event_id_write_field2d         = 105
8  INTEGER, PARAMETER :: event_id_write_field3d         = 106
9  INTEGER, PARAMETER :: event_id_close_io_definition   = 107
10  INTEGER, PARAMETER :: event_id_set_grid_dimension    = 108
11  INTEGER, PARAMETER :: event_id_set_grid_domain       = 109
12  INTEGER, PARAMETER :: event_id_set_grid_type_nemo    = 110
13  INTEGER, PARAMETER :: event_id_enable_field          = 111
14  INTEGER, PARAMETER :: event_id_disable_field         = 112
15  INTEGER, PARAMETER :: event_id_swap_context          = 113
16  INTEGER, PARAMETER :: event_id_set_grid_type_lmdz    = 114
17  INTEGER, PARAMETER :: event_id_write_field1d         = 115
18  INTEGER, PARAMETER :: event_id_set_attribut          = 116
19  INTEGER, PARAMETER :: event_id_set_calendar          = 117
20  INTEGER, PARAMETER :: event_id_stop_ioserver         = 999
21END MODULE mod_event_parameters
Note: See TracBrowser for help on using the repository browser.