Skip to content

Commit 65f8d2e

Browse files
Deployed c898323 to master with MkDocs 1.6.1 and mike 2.1.4
1 parent bdeb023 commit 65f8d2e

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

master/modules/pdaf.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3041,8 +3041,11 @@ <h1 id="prepare-the-inputs">Prepare the inputs<a class="headerlink" href="#prepa
30413041
<li>DA_data: observation inputs, file naming is <code>data_????????.dat</code> (<code>?</code>s with i8.8 format with padding 0s, representing the SCHISM time steps). If the file does not exist, the code still runs with no DA done at that DA step. </li>
30423042
</ol>
30433043
<p>Currently, we support 6 types of observation including: elevation(z), sea-level anomaly(a), temperature (t), salinity(s), u-velocity(u), and v-velocity(v). </p>
3044-
<p>These are ascii files and their format are as follows:<br />
3045-
<a href="../assets/pdaf_data_format.png">here</a></p>
3044+
<p>These are ascii files and their format are as follows: </p>
3045+
<figure id="pdaf_data_format">
3046+
<p><img alt="Data format for obs in PDAF" src="../assets/pdaf_data_format.png" title="Data format for obs in PDAF" /></p>
3047+
<figcaption>Data format for obs in PDAF</figcaption>
3048+
</figure>
30463049
<p>First row is total number of observations, then followed by obs-type, X, Y, Z, obs-values. </p>
30473050
<p>If rms_type=3, one extra column is needed for observation errors. Users can also specify uniform observation error with rms_type=1,2 in pdaf.nml. </p>
30483051
<p><a href="../assets/pdaf_folder_structures.png">Working folder structures</a></p>

master/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)