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 9490 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/step.F90

    r9485 r9490  
    122122 
    123123      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    124       ! Ocean physics update                (ua, va, tsa used as workspace) 
     124      ! Ocean physics update 
    125125      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    126126      !  THERMODYNAMICS 
     
    208208       
    209209      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    210       ! diagnostics and outputs             (ua, va, tsa used as workspace) 
    211       !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    212       IF( lk_floats  )   CALL flo_stp( kstp )         ! drifting Floats 
    213       IF( ln_diacfl  )   CALL dia_cfl( kstp )         ! Courant number diagnostics 
    214       IF( lk_diahth  )   CALL dia_hth( kstp )         ! Thermocline depth (20 degres isotherm depth) 
    215       IF( lk_diadct  )   CALL dia_dct( kstp )         ! Transports 
    216                          CALL dia_ar5( kstp )         ! ar5 diag 
     210      ! diagnostics and outputs 
     211      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
     212      IF( lk_floats  )   CALL flo_stp ( kstp )        ! drifting Floats 
     213      IF( ln_diacfl  )   CALL dia_cfl ( kstp )        ! Courant number diagnostics 
     214      IF( lk_diahth  )   CALL dia_hth ( kstp )        ! Thermocline depth (20 degres isotherm depth) 
     215      IF( lk_diadct  )   CALL dia_dct ( kstp )        ! Transports 
     216                         CALL dia_ar5 ( kstp )        ! ar5 diag 
    217217      IF( lk_diaharm )   CALL dia_harm( kstp )        ! Tidal harmonic analysis 
    218                          CALL dia_wri( kstp )         ! ocean model: outputs 
     218                         CALL dia_wri ( kstp )        ! ocean model: outputs 
    219219      ! 
    220220      IF( ln_crs     )   CALL crs_fld       ( kstp )  ! ocean model: online field coarsening & output 
Note: See TracChangeset for help on using the changeset viewer.