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 15594 for NEMO/releases – NEMO

Changeset 15594 for NEMO/releases


Ignore:
Timestamp:
2021-12-13T12:05:33+01:00 (2 years ago)
Author:
cetlod
Message:

v40-HEAD : bugfix in 1D configuration, see ticket #2746

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/OCE/C1D/step_c1d.F90

    r13093 r15594  
    8282      ! diagnostics and outputs             (ua, va, ta, sa used as workspace) 
    8383      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
     84                         CALL eos( tsb, rhd, rhop, gdept_0(:,:,:) ) ! potential density  
     85                                                                    ! ( needs in diawri, diahth and for some bio models ) 
     86 
    8487                         CALL dia_wri( kstp )       ! ocean model: outputs 
    8588                         CALL dia_hth( kstp )       ! Thermocline depth (20 degres isotherm depth) 
     
    104107      IF( ln_zdfosm  )  CALL tra_osm( kstp )       ! OSMOSIS non-local tracer fluxes 
    105108                        CALL tra_zdf( kstp )       ! vertical mixing 
    106                         CALL eos( tsn, rhd, rhop, gdept_0(:,:,:) )   ! now potential density for zdfmxl 
    107109      IF( ln_zdfnpc )   CALL tra_npc( kstp )       ! applied non penetrative convective adjustment on (t,s) 
    108110                        CALL tra_nxt( kstp )       ! tracer fields at next time step 
Note: See TracChangeset for help on using the changeset viewer.