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.
variable.cfg in trunk/NEMOGCM/TOOLS/SIREN/cfg – NEMO

source: trunk/NEMOGCM/TOOLS/SIREN/cfg/variable.cfg @ 4528

Last change on this file since 4528 was 4213, checked in by cbricaud, 10 years ago

first draft of the CONFIGURATION MANAGER demonstrator

File size: 4.1 KB
Line 
1# name       | units          | axis | point | standard name               | long name          | interpolation
2X            | 1              | X    |   | projection_x_coordinate         |                    |                     
3Y            | 1              | Y    |   | projection_y_coordinate         |                    |                     
4Z            | 1              | Z    |   | projection_z_coordinate         |                    |                     
5T            | 1              | T    |   | projection_t_coordinate         |                    |                     
6nav_lon      | degrees_east   | XY   | T | longitude                       | Longitude          | cubic                     
7nav_lat      | degrees_north  | XY   | T | latitude                        | Latitude           | cubic         
8nav_lev      | model_levels   | Z    | T |                                 | Model levels       | cubic       
9deptht       | m              | Z    | T | depth                           | Vertical T levels  |
10time_counter |                | T    |   | time                            | Time axis          | 
11Bathymetry   | m              | XY   | T | bathymetry                      | Bathymetry         | cubic         
12votemper     | degree_Celsius | XYZT | T | sea_water_potential_temperature | Temperature        | cubic         
13vozocrtx     | m s-1          | XYZT | U |                                 | Zonal velocity     | cubic         
14vomecrty     | m s-1          | XYZT | V |                                 | Meridional velocity| cubic         
15vosaline     | PSU            | XYZT | T | sea_water_salinity              | Salinity           | cubic         
16sossheig     | m              | XYT  | T | sea_surface_height              | Sea Surface Height | cubic         
17glamt        | degrees_east   | XY   | T |                                 | Longitude_T        | cubic
18glamu        | degrees_east   | XY   | U |                                 | Longitude_U        | cubic           
19glamv        | degrees_east   | XY   | V |                                 | Longitude_V        | cubic         
20glamf        | degrees_east   | XY   | F |                                 | Longitude_F        | cubic         
21gphit        | degrees_north  | XY   | T |                                 | Latitude_T         | cubic         
22gphiu        | degrees_north  | XY   | U |                                 | Latitude_U         | cubic       
23gphiv        | degrees_north  | XY   | V |                                 | Latitude_V         | cubic       
24gphif        | degrees_north  | XY   | F |                                 | Latitude_F         | cubic       
25e1t          | m              | XY   | T |                                 |                    | cubic/rhoi   
26e1u          | m              | XY   | U |                                 |                    | cubic/rhoi     
27e1v          | m              | XY   | V |                                 |                    | cubic/rhoi     
28e1f          | m              | XY   | F |                                 |                    | cubic/rhoi   
29e2t          | m              | XY   | T |                                 |                    | cubic/rhoj     
30e2u          | m              | XY   | U |                                 |                    | cubic/rhoj     
31e2v          | m              | XY   | V |                                 |                    | cubic/rhoj     
32e2f          | m              | XY   | F |                                 |                    | cubic/rhoj     
33tmask        |                | XYZ  | T |                                 |                    | nearest       
34umask        |                | XYZ  | U |                                 |                    | nearest       
35vmask        |                | XYZ  | V |                                 |                    | nearest       
36fmask        |                | XYZ  | F |                                 |                    | nearest       
37weight       |                | XY   | T |                                 |                    |               
Note: See TracBrowser for help on using the repository browser.