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

Ignore:
Timestamp:
2019-11-22T15:29:17+01:00 (4 years ago)
Author:
acc
Message:

Merge in changes from 2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps. This just creates a fresh copy of this branch to use as the merge base. See ticket #2341

Location:
NEMO/branches/2019/dev_r11943_MERGE_2019/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/src

    • Property svn:mergeinfo deleted
  • NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/step_oce.F90

    r10068 r11949  
    3030   USE traldf          ! lateral mixing                   (tra_ldf routine) 
    3131   USE trazdf          ! vertical mixing                  (tra_zdf routine) 
    32    USE tranxt          ! time-stepping                    (tra_nxt routine) 
     32   USE traatf          ! time filtering                   (tra_atf routine) 
    3333   USE tranpc          ! non-penetrative convection       (tra_npc routine) 
    3434 
     
    4343   USE dynspg          ! surface pressure gradient        (dyn_spg routine) 
    4444 
    45    USE dynnxt          ! time-stepping                    (dyn_nxt routine) 
     45   USE dynatf          ! time-filtering                   (dyn_atf routine) 
    4646 
    4747   USE stopar          ! Stochastic parametrization       (sto_par routine) 
     
    6666   USE zdfosm  , ONLY : osm_rst, dyn_osm, tra_osm      ! OSMOSIS routines used in step.F90 
    6767 
    68    USE step_diu        ! Time stepping for diurnal sst 
    69    USE diurnal_bulk    ! diurnal SST bulk routines  (diurnal_sst_takaya routine)  
    70    USE cool_skin       ! diurnal cool skin correction (diurnal_sst_coolskin routine)    
     68   USE diu_layers      ! diurnal SST bulk and coolskin routines 
    7169   USE sbc_oce         ! surface fluxes   
    7270    
     
    107105#endif 
    108106#if defined key_top 
    109    USE trcstp           ! passive tracer time-stepping      (trc_stp routine) 
     107   USE trcstp, ONLY : trc_stp    ! passive tracer time-stepping      (trc_stp routine) 
    110108#endif 
    111109   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.