Opened 2 years ago
Closed 2 years ago
#928 closed upgrade (Done)
Updated yaml_parser.F module
Reported by: | arango | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 4.1 |
Component: | Nonlinear | Version: | 4.0 |
Keywords: | Cc: |
Description
I turned off the yaml_tree object creation switch IsCreated when deallocating object in routine yaml_tree_destroy. It is needed in the ROMS-JEDI interface.
! ! Recall that Fortran 2003 standard allows deallocating just the ! parent object to deallocate all array variables within its scope ! automatically. ! IF (ASSOCIATED(self%list)) THEN self%IsCreated=.FALSE. DEALLOCATE (self%list) END IF
Note:
See TracTickets
for help on using tickets.