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

Ignore:
Timestamp:
2019-11-15T13:38:16+01:00 (4 years ago)
Author:
smueller
Message:

Inclusion of a skeletal version of the new module diamlr that will be used to manage the IOM context for multiple-linear-regression analysis of model fields (ticket #2175)

File:
1 edited

Legend:

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

    r11536 r11910  
    6060   USE diacfl         ! CFL diagnostics               (dia_cfl_init routine) 
    6161   USE diaharm        ! tidal harmonics diagnostics  (dia_harm_init routine) 
     62   USE diamlr         ! IOM context management for multiple-linear-regression analysis 
    6263   USE step           ! NEMO time-stepping                 (stp     routine) 
    6364   USE icbini         ! handle bergs, initialisation 
     
    488489                           CALL dia_harm_init   ! tidal harmonics outputs 
    489490     IF( ln_diaobs    )    CALL dia_obs( nit000-1 )   ! Observation operator for restart 
     491                           CALL dia_mlr_init    ! Initialisation of IOM context management for multiple-linear-regression analysis 
    490492 
    491493      !                                      ! Assimilation increments 
Note: See TracChangeset for help on using the changeset viewer.