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 11983 for NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2019-11-27T14:36:07+01:00 (4 years ago)
Author:
smueller
Message:

Removal of module diaharm (ticket #2175)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis/src/OCE/nemogcm.F90

    r11910 r11983  
    5959   USE diaobs         ! Observation diagnostics       (dia_obs_init routine) 
    6060   USE diacfl         ! CFL diagnostics               (dia_cfl_init routine) 
    61    USE diaharm        ! tidal harmonics diagnostics  (dia_harm_init routine) 
    6261   USE diamlr         ! IOM context management for multiple-linear-regression analysis 
    6362   USE step           ! NEMO time-stepping                 (stp     routine) 
     
    487486                           CALL dia_tmb_init    ! TMB outputs 
    488487                           CALL dia_25h_init    ! 25h mean  outputs 
    489                            CALL dia_harm_init   ! tidal harmonics outputs 
    490488     IF( ln_diaobs    )    CALL dia_obs( nit000-1 )   ! Observation operator for restart 
    491489                           CALL dia_mlr_init    ! Initialisation of IOM context management for multiple-linear-regression analysis 
Note: See TracChangeset for help on using the changeset viewer.