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.
Changeset 15589 – NEMO

Changeset 15589


Ignore:
Timestamp:
2021-12-10T09:34:00+01:00 (2 years ago)
Author:
hadjt
Message:

Diaharm_fast working, but crashing in diaregmean.

The code to calculate the tidal current parameters seems to cause it, but I have no idea why. Could be memory leak?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/DIA/diaharm_fast.F90

    r15576 r15589  
    163163      ENDIF 
    164164 
     165     !IF( iom_use('diaharm_fast_eg_ssh_ts') ) THEN 
     166     !   IF (lwp) CALL iom_put( 'diaharm_fast_eg_ssh_ts', sshn(5,5) ) 
     167     !ENDIF 
     168 
    165169     IF ( ln_diaharm_fast .and. ln_diaharm_store .and. ( lk_diaharm_2D .or. lk_diaharm_3D) ) THEN 
    166170 
     
    178182 
    179183          IF( iom_use('tide_t') ) CALL iom_put( 'tide_t', sec2start ) 
     184 
    180185 
    181186 
Note: See TracChangeset for help on using the changeset viewer.