JGCRI / fldgen

Given a global mean temperature pathway, generate random global climate fields consistent with it and with spatial and temporal correlation derived from an ESM
https://jgcri.github.io/fldgen/
GNU General Public License v2.0
12 stars 6 forks source link

remove dependency on gcammaptools #41

Closed abigailsnyder closed 4 years ago

abigailsnyder commented 4 years ago

This consistently causes issues in installations and testing. As far as I can tell, we only use a call to gcammaptools in the plot_field function in fldgen/R/plot.R and then in calls to plot_field from the vignettes. This is a handy convenience function that makes pretty maps, but in no way core to the science we're trying to do.

abigailsnyder commented 4 years ago

addressed with https://github.com/JGCRI/fldgen/pull/46