NCAR / ccpp-scm

CCPP Single Column Model
Other
13 stars 50 forks source link

Got an error when runnin "UFS_IC_generator.py" #302

Open wzzheng90 opened 2 years ago

wzzheng90 commented 2 years ago

I got an error when I run "UFS_IC_generator.py" to create ICs on NOAA's Hera HPC. For example, I just try a sample case as follows:

./UFS_IC_generator.py -l 261.51 38.2 -d 201610030000 -i ../../data/raw_case_input/FV3_C96_example_ICs -g ../../data/raw_case_input/FV3_C96_example_ICs -n fv3_model_point_noah -oc

The error message shows as follows: File "./UFS_IC_generator.py", line 2045 print 'Tile found: {0}'.format(tile) ^ SyntaxError: invalid syntax

BTW, the shapely python package is installed on Hera, and it does not seem problem after I check it.

Thanks,

Weizhong