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 12312 – NEMO

Changeset 12312


Ignore:
Timestamp:
2020-01-14T13:40:21+01:00 (4 years ago)
Author:
agn
Message:

restored option to output zd[tsb]dz_pyc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/src/OCE/ZDF/zdfosm.F90

    r12221 r12312  
    10081008       END DO 
    10091009 
     1010       IF(ln_dia_osm) THEN 
     1011          IF ( iom_use("zdtdz_pyc") ) CALL iom_put( "zdtdz_pyc", wmask*zdtdz_pyc ) 
     1012          IF ( iom_use("zdsdz_pyc") ) CALL iom_put( "zdsdz_pyc", wmask*zdsdz_pyc ) 
     1013          IF ( iom_use("zdbdz_pyc") ) CALL iom_put( "zdbdz_pyc", wmask*zdbdz_pyc ) 
     1014       END IF 
     1015 
    10101016! KPP-style Ri# mixing 
    10111017       IF( ln_kpprimix) THEN 
Note: See TracChangeset for help on using the changeset viewer.