Skip to content

Commit

Permalink
Small fix in Mozambique workshop documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollas committed Nov 1, 2024
1 parent cce9c86 commit bf49712
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/mozambique24.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ L3 satellite data is obtained from Copernicus with the product identifier WAVE_G

.. code::
export COPERNICUS_MARINE_SERVICE_USERNAME= YOUR_COPERNICUS_USERNAME
export COPERNICUS_MARINE_SERVICE_PASSWORD= YOUR_COPERNICUS_PASSWORD
export COPERNICUS_MARINE_SERVICE_USERNAME=YOUR_COPERNICUS_USERNAME
export COPERNICUS_MARINE_SERVICE_PASSWORD=YOUR_COPERNICUS_PASSWORD
Adjust the satellite config file called *satellite_cfg.yaml*. Remember, this is the file you copied to *~/Moz_ws24_wavy/config*. In this file you should adapt the default paths with the ones from your project. It should include the following section and could look like:
Expand Down Expand Up @@ -443,14 +443,11 @@ Whenever the keyword "leadtime" is None, a best estimate is assumed and retrieve
institution: European Centre for Medium-Range Weather Forecasts
history: 2024-10-30T14:48 GRIB to CDM+CF via cfgrib-0.9.1...

For the model_class objects a quicklook function exists to depict a certain time step of what you loaded::

>>> mco.quicklook() # for a map

Or, since there is only a map plot for model_class object, the following is equivalent::
For the model_class objects a quicklook function exists to depict a certain time step of what you loaded.
There is only a map plot for model_class object, the command is then as follows::

>>> mco.quicklook(m=True) # for a map
>>> mco.quicklook(a=True) # for a map


6. Collocating model and observations
#####################################
Expand Down

0 comments on commit bf49712

Please sign in to comment.