/[MITgcm]/MITgcm_contrib/osse/EnKF/parameters.h
ViewVC logotype

Annotation of /MITgcm_contrib/osse/EnKF/parameters.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue May 4 18:19:34 2004 UTC (21 years, 2 months ago) by afe
Branch: MAIN
File MIME type: text/plain
o EnKF stuff

1 afe 1.1 c*** the dimension of the state, the number of obs,
2     c*** the number of ensemble members, and the number of ics
3     parameter(nx=10)
4     parameter(ny=5)
5     parameter(nz=5)
6     parameter(n=nx*ny*nz)
7     parameter(mobs=n)
8     parameter(nens=512)
9     parameter(ics=32)

  ViewVC Help
Powered by ViewVC 1.1.22