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 11417 for branches/UKMO/dev_r5518_GO6_package_FOAMv14_STOPACK/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2019-08-07T13:04:25+02:00 (5 years ago)
Author:
mattmartin
Message:

Fixed bug in zdftke code for stopack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_FOAMv14_STOPACK/NEMOGCM/NEMO/OPA_SRC/step.F90

    r11404 r11417  
    176176      ! 
    177177      IF( lk_ldfslp ) THEN                            ! slope of lateral mixing 
    178          IF(ln_sto_eos ) CALL sto_pts( tsn )          ! Random T/S fluctuations 
    179178                         CALL eos( tsb, rhd, gdept_0(:,:,:) )               ! before in situ density 
    180179         IF( ln_zps .AND. .NOT. ln_isfcav)                               & 
     
    421420         IF( lwm.AND.numoni /= -1 ) CALL FLUSH    ( numoni )     ! flush output namelist ice 
    422421      ENDIF 
    423       IF( ln_sto_eos       )   CALL sto_rst_write( kstp )   ! write restart file for stochastic parameters 
    424  
    425422 
    426423      IF( lrst_bias )          CALL bias_wrt     ( kstp ) 
Note: See TracChangeset for help on using the changeset viewer.