|
|
|||
File indexing completed on 2024-12-17 18:32:23 UTC
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC09a6f3668a Jeff*0001 C /==========================================================\ 0002 C | OCN_SIZE.h Declare size of underlying computational grid | 0003 C | for ocean component. | 0004 C \==========================================================/ 0005 C Nx_ocn - No. points in X for the total domain. 0006 C Ny_ocn - No. points in Y for the total domain. 0007 INTEGER Nx_ocn 0008 INTEGER Ny_ocn 0009 PARAMETER ( 0010 & Nx_ocn = 90, 0011 & Ny_ocn = 44) 0012
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated from https://github.com/darwinproject/darwin3 by the 2.3.7-MITgcm-0.1 LXR engine. The LXR team |
|