nansencenter / DAPPER

Data Assimilation with Python: a Package for Experimental Research
https://nansencenter.github.io/DAPPER
MIT License
341 stars 119 forks source link

Variational method: nIter default value in documentation #100

Closed ajikmr closed 2 years ago

ajikmr commented 2 years ago

Hello. Please mention default value (=10) for nIter variable in the following file (line 54). It will improve clarity.

https://github.com/nansencenter/DAPPER/tree/master/dapper/da_methods/variational.py

++ nIter : Maximal num. of iterations used (>=1). Supporting nIter==0 requires more code than it's worth. ++