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 6448 for branches/UKMO/dev_r5518_GC3p0_package/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2016-04-07T18:21:30+02:00 (8 years ago)
Author:
dancopsey
Message:

Merged in changeset 5239 of dev_r5021_nn_etau_revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GC3p0_package/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90

    r6440 r6448  
    3939   USE zdfmxl          ! mixed layer 
    4040   USE dianam          ! build name of file (routine) 
     41   USE zdftke          ! vertical physics: one-equation scheme  
    4142   USE zdfddm          ! vertical  physics: double diffusion 
    4243   USE diahth          ! thermocline diagnostics 
     
    228229         CALL iom_put( "sbv", z2d )                ! bottom j-current 
    229230      ENDIF 
     231      CALL iom_put(    "avt"  , avt                        )    ! T vert. eddy diff. coef. 
     232      CALL iom_put(    "avm"  , avmu                       )    ! T vert. eddy visc. coef. 
     233      IF( lk_zdftke ) THEN   
     234         CALL iom_put( "tke"      , en                               )    ! TKE budget: Turbulent Kinetic Energy   
     235         CALL iom_put( "tke_niw"  , e_niw                            )    ! TKE budget: Near-inertial waves   
     236      ENDIF 
     237      IF( lk_zdfddm ) THEN 
     238         CALL iom_put( "avs" , fsavs(:,:,:)                          )    ! S vert. eddy diff. coef. 
    230239#if defined key_dynspg_ts 
    231240      CALL iom_put(  "vbar", vn_adv(:,:)      )    ! barotropic j-current 
Note: See TracChangeset for help on using the changeset viewer.