source: trunk/adm/guides/data_content.rst @ 13

Last change on this file since 13 was 13, checked in by pinsard, 10 years ago

fix thanks to coding rules

  • Property mime-type set to text/x-rst
  • Property svn:keywords set to Id
File size: 3.0 KB
RevLine 
[2]1.. +
2..
3.. EVOLUTIONS
4.. ==========
5..
[7]6.. - fplod 20101208T140743Z aedon.locean-ipsl.upmc.fr (Darwin)
7..
8..   * more realistic
9..
[2]10.. - fplod 20101118T170732Z aedon.locean-ipsl.upmc.fr (Darwin)
[7]11..
[2]12..   * creation
13..
14.. -
15
16.. _data_contents:
17
18Data
19====
20
[7]21.. _data_mld_insitu:
[2]22
23MLD in situ
24-----------
25
26résolution temporelle
27   +todo+
28
29couverture temporelle
30   +tooo+
31
32résolution spatiale
33   +todo+
34
35couverture spatiale
36   +todo+
37
[7]38:caution: longitude convention East < 0
39
[2]40Reference files
41~~~~~~~~~~~~~~~
42
[7]43given by Marina Lévy
[2]44
[7]45 - :file:`mld_prieur_P1L1.prn`
46 - :file:`mld_prieur_P1L2.prn`
[2]47
[7]48   * this one must be replaced by :file:`mld_prieur_P1L2_tot.prn`
[2]49
[7]50 - :file:`mld_prieur_P1L2_tot.prn`
[2]51
[7]52   * this one must be used rather than :file:`mld_prieur_P1L2.prn`
[2]53
[7]54 - :file:`mld_prieur_P2L1.prn`
55 - :file:`mld_prieur_P2L2.prn`
[2]56
57
[13]58Small hand made fix:
[2]59
[13]60.. code-block:: bash
61
[7]62   diff ./mld_prieur_P1L1.prn /usr/temp/marina/POM//mld_prieur_P1L1.prn
[13]63
64.. parsed-literal::
65
[7]66   17c17
67   <    1014    39.3438     238      0.0857    0.0723    0.0908     238       249       279       376       236
68   ---
69   >    1014    39,3438     238      0,0857    0.0723    0.0908     238       249       279       376       236
[2]70
[7]71Size
72~~~~
[2]73
[7]74< 50 Ko
[2]75
[7]76Tools
77~~~~~
[2]78
[7]79:func:`file_prn2mem`
80:func:`file_prn_to_mem`
[2]81
82.. _data_mld_models:
83
84MLD models Data
85---------------
86
87Introduction
88~~~~~~~~~~~~
89
90résolution temporelle
91  +todo+
92
[7]93
[2]94couverture temporelle
95  +todo+
96
[7]97:caution: wrong time axe. first date is 20000927.
98
[2]99résolution spatiale
100  +todo+
101
102couverture spatiale
103  +todo+
104
[7]105:caution: longitude convention East < 0
106
[2]107Reference files
108~~~~~~~~~~~~~~~
109
[7]110given by Marina Lévy
[2]111
[7]112 - :file:`eddy_mld.nc`
[2]113
[7]114   * also known as :file:`SIMU_HR/PHYSIQUE/LC4.mld.nc`
[2]115
[7]116 - :file:`noeddy_mld.nc`
[2]117
[7]118   * also known as :file:`SIMU_LISSEE/REF.DIA2D.nc`
[2]119
[7]120 - :file:`meshmask.nc`
[2]121
[7]122   * associated meshmask file
[2]123
[7]124Size
125++++
[2]126
[7]127300 Mo
[2]128
[7]129Tools
130~~~~~
[2]131
[7]132:func:`read_ncdf` (SAXO)
[2]133
[7]134.. _data_station:
[2]135
[7]136POMME stations description
137--------------------------
[2]138
[7]139given by Marina Lévy (using copy/paste of POMME website)++
[2]140
[7]141 - :file:`sta.P1L1.asc`
142 - :file:`sta.P1L2.asc`
143 - :file:`sta.P2L1.asc`
144 - :file:`sta.P2L2.asc`
[2]145
[13]146Small hand made fix :
[2]147
[13]148.. code-block:: bash
[2]149
[13]150   diff ./sta.P1L2.asc /usr/temp/marina/POM//sta.P1L2.asc
151
152.. parsed-literal::
153
154   125a126
155   >
156
157.. code-block:: bash
158
159   diff ./sta.P2L1.asc /usr/temp/marina/POM//sta.P2L1.asc
160
161.. parsed-literal::
162
163   82a83
164   >
165
166.. code-block:: bash
167
168   diff ./sta.P2L2.asc /usr/temp/marina/POM//sta.P2L2.asc
169
170.. parsed-literal::
171
172
173   25c25
174   < 2177  3830    100     2001    4       23      02      40      41      52.490  19      42.967  00      00      41      52.439  19      42.979
175   ---
176   > 2177  3830    100     2001    4       23      02      40      41      52.490  19      42.967  41      52.439  19      42.979
177   61a62
178   > 2415  446     100     2001    5       03      xx      xx      43      20.712  18      57.718  xx      xx      xx      xx      xx      xx
179   62a64
180   >
181
[7]182Tools
183~~~~~
184
185:func:`file_asc_long2mem`
186:func:`file_asc_p1l1_to_mem`
187:func:`file_asc_p2l1_to_mem`
188:func:`file_asc_p2l2_to_mem`
189:func:`file_asc_to_mem`
Note: See TracBrowser for help on using the repository browser.