PCMDI / PCMDIobs-cmor-tables

JSON Tables create the PCMDI observational database using CMOR3
Other
0 stars 0 forks source link

Q regarding datasets to be updated #3

Closed gleckler1 closed 6 years ago

gleckler1 commented 6 years ago

Looks like there are two lists in writeJson.py of datasets to be updated, starting on lines 110 and 202. Maybe this is WIP? Otherwise I don’t see how they could be comments without line beginning with “#”

durack1 commented 6 years ago

https://github.com/PCMDI/PMPObs-cmor-tables/blob/master/src/writeJson.py#L109-L134 and https://github.com/PCMDI/PMPObs-cmor-tables/blob/master/src/writeJson.py#L201-L232 are block comments, so are ignored by the python interpreter.

'''
comment
comment
'''

Works as a block (multi-line) comment in python

Will close this, as it's a non-issue