Skip to content

A Python interface to parallel data assimilation framework - pyPDAF

License

Notifications You must be signed in to change notification settings

yumengch/pyPDAF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyPDAF

A (incomplete) Python interface to the Fortran based data assimilation package - PDAF

Prerequisite:

  • PDAF-V1.16

Installation:

  • Setup conda environment: bash conda env create -f environment.yml
  • Install Python package: pip install -e .

Run example:

bash run.sh

Note:

Currently, it only interfaces with limited subroutines of PDAF-V1.16