intro.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Introduction
  2. ------------
  3. The offline observation operator quick start script involves simple
  4. computation and manipulation of NEMO namelists.
  5. Quick start script
  6. ------------------
  7. .. code-block:: none
  8. ooo -h
  9. usage: ooo [-h] [-w WORK_DIR] [-f FORECAST_TYPES] [-l LEAD_TIMES]
  10. [-o OBS_TYPES] [--class4]
  11. DATE NAMELIST
  12. positional arguments:
  13. DATE Run date.
  14. NAMELIST NEMO namelist to edit.
  15. optional arguments:
  16. -h, --help show this help message and exit
  17. -w WORK_DIR, --work-dir WORK_DIR
  18. -f FORECAST_TYPES, --forecast-types FORECAST_TYPES
  19. Choice of forecast,persistence,climatology
  20. -l LEAD_TIMES, --lead-times LEAD_TIMES
  21. Forecast lead times
  22. -o OBS_TYPES, --obs-types OBS_TYPES
  23. Choice of namobs types.
  24. --class4 Flag to choose class 4 file outputs
  25. --dry-run Flag to test namelist building without submitting.
  26. --cmd COMMAND Submit task to run.
  27. -v, --verbose Prints difference between before and after namelists.
  28. The above command line utility ``ooo`` can be used to edit **NEMO** namelists.
  29. Run
  30. ---
  31. .. automodule:: ooo.run
  32. :members:
  33. Locators
  34. --------
  35. .. automodule:: ooo.locator
  36. :members:
  37. Fortran
  38. -------
  39. .. automodule:: ooo.nml
  40. :members: