Changes between Initial Version and Version 1 of Ticket #897


Ignore:
Timestamp:
09/29/21 03:30:31 (3 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #897

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #897 – Description

    initial v1  
    1919
    2020}}}
    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'''.
    2222
    2323 By the way, the '''DEALLOCATE''' Fortran statement releases the space allocated for an allocatable variable or a pointer target and nullifies the pointer.
     
    4141              ...
    4242}}}
     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.
    4345
    4446* Added the reporting of the '''river_file''' global attribute in output NetCDF files. In '''def_info.F''', we have: