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 8915 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfphy.F90 – NEMO

Ignore:
Timestamp:
2017-12-06T13:01:58+01:00 (6 years ago)
Author:
acc
Message:

Branch 2017/dev_r7881_ENHANCE09_RK3. Remove call to osm_rst from zdfphy.F90. OSMOSIS requires the wn field and its restart must be written after wn has been updated later in step.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfphy.F90

    r8911 r8915  
    310310         IF( ln_zdftke )   CALL tke_rst( kt, 'WRITE' ) 
    311311         IF( ln_zdfgls )   CALL gls_rst( kt, 'WRITE' ) 
    312          IF( ln_zdfosm )   CALL osm_rst( kt, 'WRITE' ) 
    313312         IF( ln_zdfric )   CALL ric_rst( kt, 'WRITE' )  
     313         ! NB. OSMOSIS restart (osm_rst) will be called in step.F90 after wn has been updated 
    314314      ENDIF 
    315315      ! 
Note: See TracChangeset for help on using the changeset viewer.