Changes between Initial Version and Version 1 of Ticket #897
- Timestamp:
- 09/29/21 03:30:31 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #897
- Property Resolution → Done
- Property Status new → closed
-
Ticket #897 – Description
initial v1 19 19 20 20 }}} 21 Here, the ROMS function '''destroy''' deallocate the free-surface pointer variable '''zeta''' in the '''OCEAN(ng)''' structure for nested grid '''ng'''.21 Here, the ROMS function '''destroy''' deallocates the free-surface pointer variable '''zeta''' in the '''OCEAN(ng)''' structure for nested grid '''ng'''. 22 22 23 23 By the way, the '''DEALLOCATE''' Fortran statement releases the space allocated for an allocatable variable or a pointer target and nullifies the pointer. … … 41 41 ... 42 42 }}} 43 44 * The module '''mod_arrays.F''' is restructured into three distinct routines: '''ROMS_allocate_arrays''', '''ROMS_deallocate_arrays''', and '''ROMS_initialize_arrays'''. It cleans nicely the module '''roms_kernel_mod''' for all available drivers. 43 45 44 46 * Added the reporting of the '''river_file''' global attribute in output NetCDF files. In '''def_info.F''', we have: