Changes between Version 1 and Version 2 of Ticket #513
- Timestamp:
- 06/24/11 20:43:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #513 – Description
v1 v2 1 The variable '''TIDE(ng)%Vid''' is defined in m'''od_tides.F''' as following:1 The variable '''TIDE(ng)%Vid''' is defined in '''mod_tides.F''' as following: 2 2 {{{ 3 3 allocate ( TIDE(ng)%Vid(NV) ) 4 4 }}} 5 while it is used in def_tides.Flike this:5 while it is used in '''def_tides.F''' like this: 6 6 {{{ 7 7 TIDE(ng)%Vid(idCosW,ng)=var_id(i) 8 8 }}} 9 9 10 The 2th dimension '''ng''' does not exits. I needs to be removed.10 The 2th dimension '''ng''' does not exits. It needs to be removed. 11 11 12 12