GEOS-ESM / GEOSctm

Fixture for chemical transport scenarios
Apache License 2.0
0 stars 2 forks source link

Cannot build CTM with gfortran #18

Open kgerheiser opened 5 years ago

kgerheiser commented 5 years ago

Gfortran (and the standard) don't allow character arrays to contain strings of different lengths. There's a couple instances of this in GEOS_ctmGridComp.F90. Fix is simple.