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

Ignore:
Timestamp:
2019-12-02T12:13:38+01:00 (4 years ago)
Author:
smueller
Message:

Alternative implementation for the computation of daily detided averages (currently M2-detided averages only) of model diagnostics (ticket #2175)

File:
1 edited

Legend:

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

    r11983 r12022  
    7474   USE diatmb         ! Top,middle,bottom output 
    7575   USE dia25h         ! 25h mean output 
     76   USE diadetide      ! Weights computation for daily detiding of model diagnostics 
    7677   USE sbc_oce , ONLY : lk_oasis 
    7778   USE wet_dry        ! Wetting and drying setting   (wad_init routine) 
     
    486487                           CALL dia_tmb_init    ! TMB outputs 
    487488                           CALL dia_25h_init    ! 25h mean  outputs 
     489                           CALL dia_detide_init ! Weights computation for daily detiding of model diagnostics 
    488490     IF( ln_diaobs    )    CALL dia_obs( nit000-1 )   ! Observation operator for restart 
    489491                           CALL dia_mlr_init    ! Initialisation of IOM context management for multiple-linear-regression analysis 
Note: See TracChangeset for help on using the changeset viewer.