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 11413 for NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/src/OCE/step.F90 – NEMO

Ignore:
Timestamp:
2019-08-06T17:59:22+02:00 (5 years ago)
Author:
gsamson
Message:

dev_r11265_ABL : see #2131

  • merge src and cfgs from HPC-13_IRRMANN_BDY_optimization branch @ r11402 with dev_r11265_ABL branch @ r11363
  • change ORCA2 results due to ice rheology "cleaning" (see commit r11377)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/src/OCE/step.F90

    r11223 r11413  
    198198                            CALL div_hor    ( kstp )              ! Horizontal divergence  (2nd call in time-split case) 
    199199         IF(.NOT.ln_linssh) CALL dom_vvl_sf_nxt( kstp, kcall=2 )  ! after vertical scale factors (update depth average component) 
     200      ENDIF 
     201                         CALL dyn_zdf       ( kstp )  ! vertical diffusion 
     202 
     203      IF( ln_dynspg_ts ) THEN                          
    200204                            CALL wzv        ( kstp )              ! now cross-level velocity  
    201205         IF( ln_zad_Aimp )  CALL wAimp      ( kstp )  ! Adaptive-implicit vertical advection partitioning 
    202206      ENDIF 
    203        
    204                          CALL dyn_zdf       ( kstp )  ! vertical diffusion 
    205207 
    206208      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    212214      ! diagnostics and outputs 
    213215      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    214       IF( lk_floats  )   CALL flo_stp ( kstp )        ! drifting Floats 
     216      IF( ln_floats  )   CALL flo_stp ( kstp )        ! drifting Floats 
    215217      IF( ln_diacfl  )   CALL dia_cfl ( kstp )        ! Courant number diagnostics 
    216218      IF( lk_diahth  )   CALL dia_hth ( kstp )        ! Thermocline depth (20 degres isotherm depth) 
    217       IF( lk_diadct  )   CALL dia_dct ( kstp )        ! Transports 
     219      IF( ln_diadct  )   CALL dia_dct ( kstp )        ! Transports 
    218220                         CALL dia_ar5 ( kstp )        ! ar5 diag 
    219       IF( lk_diaharm )   CALL dia_harm( kstp )        ! Tidal harmonic analysis 
     221      IF( ln_diaharm )   CALL dia_harm( kstp )        ! Tidal harmonic analysis 
    220222                         CALL dia_wri ( kstp )        ! ocean model: outputs 
    221223      ! 
Note: See TracChangeset for help on using the changeset viewer.