Skip to content

Commit bf48af8

Browse files
authored
Update __init__.py
1 parent 4b80879 commit bf48af8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

fremor/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
"""
2-
fremor: CMORization for FRE output
2+
``fremor``: CMORization for FRE output
33
==========================================
44
55
This module provides routines which rewrite post-processed FRE/FMS model output in a community-driven, standardized way.
66
This module relies heavily on PCMDI's CMOR module and it's ``python`` API. It is the core implementation for
77
``fremor run`` operations- mixing and matching GFDL's and FRE's conventions to CMOR's expectations, so that
88
participation in model-intercomparison projects may be eased. For more usage details, see the project README.md, the
9-
FRE documentation, and PCMDI's CMOR module documentation available at https://cmor.llnl.gov/.
9+
FRE documentation at https://noaa-gfdl.readthedocs.io/projects/fre-cli/en/latest/, PCMDI's CMOR module documentation at
10+
https://cmor.llnl.gov/, and of course ``fremor``'s documentation at https://fremorizer.readthedocs.io/en/stable/.
1011
1112
.. note:: this text is set by ``fremor/__init__.py``'s docstring. Importing ``fremor`` sets the version attribute, and sets
1213
up a ``fre_logger``

0 commit comments

Comments
 (0)