Skip to content

Commit

Permalink
adjusted model tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
bohlinger committed Feb 5, 2024
1 parent f070364 commit fcab253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials_modelmod.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Read model data
###############

Model output can be accessed and read using the model_module. The model_module config file model_cfg.yaml needs adjustments if you want to include a model that is not present as default. Given that the model output file you would like to read follows the cf-conventions and standard_names are unique, the minimum information you have to provide are usually:
Model output can be accessed and read using the model_module. The model_module config file model_cfg.yaml needs adjustments if you want to include a model that is not present as default. Given that the model output file you would like to read follows the cf-conventions and standard_names are unique, the minimum information you have to provide are usually the following as illustrated with the WAVEWATCH III example:

.. code-block:: yaml
My_nID:
name: My_Model_Name
ww3_4km:
name: ww3_4km
download:
wavy_input:
src_tmplt: /Path/To/
Expand Down

0 comments on commit fcab253

Please sign in to comment.