source: XMLIO_SERVER/trunk/src/IOSERVER/mod_event_parameters.f90 @ 26

Last change on this file since 26 was 26, checked in by ymipsl, 15 years ago

Mise à jour importante :

  • ajout de la grille type LMDZ
  • ajout des context
  • ajout de namelist pour parametrer l'utilisation du server : avec/sans MPI, en utlisant ou pas OASIS
File size: 1.1 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_stop_ioserver         = 999
19END MODULE mod_event_parameters
Note: See TracBrowser for help on using the repository browser.