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 14072 for NEMO/trunk/src/OCE/step_oce.F90 – NEMO

Ignore:
Timestamp:
2020-12-04T08:48:38+01:00 (3 years ago)
Author:
laurent
Message:

Merging branch "2020/dev_r13648_ASINTER-04_laurent_bulk_ice", ticket #2369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/step_oce.F90

    r14053 r14072  
    66   !!====================================================================== 
    77   !! History :   3.3  !  2010-08  (C. Ethe)  Original code - reorganisation of the initial phase 
    8    !!             3.7  !  2014-01  (G. Madec) LDF simplication  
     8   !!             3.7  !  2014-01  (G. Madec) LDF simplication 
    99   !!---------------------------------------------------------------------- 
    1010   USE oce             ! ocean dynamics and tracers variables 
     
    3535   USE domvvl          ! variable vertical scale factors  (dom_vvl_sf_nxt routine) 
    3636   !                                                      (dom_vvl_sf_swp routine) 
    37     
     37 
    3838   USE divhor          ! horizontal divergence            (div_hor routine) 
    3939   USE dynadv          ! advection                        (dyn_adv routine) 
     
    6060 
    6161   USE stopar          ! Stochastic parametrization       (sto_par routine) 
    62    USE stopts  
     62   USE stopts 
    6363 
    6464   USE ldfslp          ! iso-neutral slopes               (ldf_slp routine) 
     
    7373 
    7474   USE diu_layers      ! diurnal SST bulk and coolskin routines 
    75    USE sbc_oce         ! surface fluxes   
    76     
     75   USE sbc_oce         ! surface fluxes 
     76 
    7777   USE zpshde          ! partial step: hor. derivative     (zps_hde routine) 
    7878 
Note: See TracChangeset for help on using the changeset viewer.