New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
vector_field_dep_def.inc in branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/XMLIO – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/XMLIO/vector_field_dep_def.inc @ 2281

Last change on this file since 2281 was 2281, checked in by smasson, 13 years ago

set proper svn properties to all files...

  • Property svn:keywords set to Id
File size: 344 bytes
Line 
1
2  TYPE Pt_field_dep__
3    TYPE (field_dep),POINTER :: Pt
4    LOGICAL               :: owned
5  END TYPE Pt_field_dep__
6
7  TYPE vector_field_dep
8 
9    TYPE (Pt_field_dep__), POINTER, DIMENSION(:) :: at => NULL()
10    INTEGER :: size
11   
12    INTEGER :: size_max
13    REAL    :: grow_factor
14    INTEGER :: chunk
15 
16  END TYPE vector_field_dep
17 
Note: See TracBrowser for help on using the repository browser.