geoschem / geos-chem

GEOS-Chem "Science Codebase" repository. Contains GEOS-Chem science routines, run directory generation scripts, and interface code. This repository is used as a submodule within the GCClassic and GCHP wrappers, as well as in other modeling contexts (external ESMs).
http://geos-chem.org
Other
170 stars 166 forks source link

invalid syntax #2576

Open rongbing0353 opened 2 days ago

rongbing0353 commented 2 days ago

Your name

runbin

Your affiliation

lanzhou university

Please provide a clear and concise description of your question or discussion topic.

problem

yantosca commented 1 day ago

Thanks for writing @rongbing0353. A couple of things:

  1. GEOS-Chem 13.0.0 is no longer supported. Please update to the latest version (14.5.0) when possible.
  2. Try changing:
    """  prefix = ""
    to
    ```python
    """
    prefix = ""

    The problem is that the definition of prefix is on the same line as the """ comment header.