Skip to content

Extracting plate reconstruction and paleo-elevation forcing for goSPL model

License

Notifications You must be signed in to change notification settings

Geodels/plateInputs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plateInputs: extracting plate reconstruction and paleo-elevation forcing for goSPL model

plateInputs

plateInputs is an open source, GPL-licensed library providing a Python-based framework to build forcing conditions when running goSPL global model using specific plate reconstruction and paleo-elevation models.

Dependencies

pygplates

PnetCDF

The code can be downloaded here. To install for this code usage, the following steps and configurations will do:

$ wget https://parallel-netcdf.github.io/Release/pnetcdf-1.12.1.tar.gz
$ tar -xf pnetcdf-1.12.1.tar.gz
$ cd pnetcdf-1.12.1
$ mkdir build
$ cd build
# Replace <YourInstalationDir> with a new directory to install PnetCDF to
# Replace <YourMpiInstalationDir> for the folder containing the MPI instalation
$ ../configure --prefix=<YourInstalationDir> --with-mpi=<YourMpiInstalationDir> CC=mpicc --enable-shared
$ make -j
$ make install

Parallel dbscan

https://github.com/pedro-ricardo/Parallel-DBSCAN

Others

Then cd to the repository and do a

python3 setup.py install --user

Running plateInputs

from plateInputs.model import Model as sim

# Reading input file
model = sim('inputearth.yml', verbose=True)

# Running
model.runProcesses()

About

Extracting plate reconstruction and paleo-elevation forcing for goSPL model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages