GEOS-ESM / ESMA_cmake

Custom CMake macros for the GEOS Earth System Model
Apache License 2.0
4 stars 9 forks source link

Add switch that optionally finds ESMF from location other than main baselibs #160

Open tclune opened 3 years ago

tclune commented 3 years ago

To investigate issues in the main model, it is often convenient to modify/update ESMF independently of the version frozen in the baselibs install.

General approach would be to add an option like ESMF_PATH which defaults to empty, but otherwise FindBaselibs.cmake would use that path to populate the various ESMF cmake variables.

aoloso commented 3 years ago

I will attempt this.