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 12252 for NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2019-12-14T14:57:23+01:00 (4 years ago)
Author:
smasson
Message:

rev12240_dev_r11943_MERGE_2019: same as [12251], merge trunk 12072:12248, all sette tests ok, GYRE_PISCES, AMM12, ISOMIP, VORTEX intentical to 12236

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/nemogcm.F90

    r12236 r12252  
    7373   USE step_diu       ! diurnal bulk SST timestepping (called from here if run offline) 
    7474   USE crsini         ! initialise grid coarsening utility 
    75    USE diatmb         ! Top,middle,bottom output 
    7675   USE dia25h         ! 25h mean output 
    7776   USE diadetide      ! Weights computation for daily detiding of model diagnostics 
     
    497496                           CALL     trd_init( Nnn )    ! Mixed-layer/Vorticity/Integral constraints trends 
    498497                           CALL dia_obs_init( Nnn )    ! Initialize observational data 
    499                            CALL dia_tmb_init    ! TMB outputs 
    500498                           CALL dia_25h_init( Nbb )    ! 25h mean  outputs 
    501499                           CALL dia_detide_init ! Weights computation for daily detiding of model diagnostics 
Note: See TracChangeset for help on using the changeset viewer.