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 15532 for NEMO/branches/2021/dev_r14318_RK3_stage1/src/OFF/dtadyn.F90 – NEMO

Ignore:
Timestamp:
2021-11-24T12:47:32+01:00 (3 years ago)
Author:
techene
Message:

#2605 #2715 : version in dev (still buggy)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/OFF/dtadyn.F90

    r14310 r15532  
    176176      ENDIF 
    177177      ! 
    178       CALL eos    ( ts(:,:,:,:,Kmm), rhd, rhop, gdept_0(:,:,:) ) ! In any case, we need rhop 
     178      CALL eos    ( ts(:,:,:,:,Kmm), rhd, gdept_0(:,:,:) ) ! In any case, we need rhd 
    179179      CALL eos_rab( ts(:,:,:,:,Kmm), rab_n, Kmm )       ! now    local thermal/haline expension ratio at T-points 
    180180      CALL bn2    ( ts(:,:,:,:,Kmm), rab_n, rn2, Kmm )  ! before Brunt-Vaisala frequency need for zdfmxl 
     
    193193      ! 
    194194      ! 
    195       CALL eos( ts(:,:,:,:,Kmm), rhd, rhop, gdept_0(:,:,:) ) ! In any case, we need rhop 
     195      CALL eos( ts(:,:,:,:,Kmm), rhd, gdept_0(:,:,:) ) ! In any case, we need rhd 
    196196      ! 
    197197      IF(sn_cfctl%l_prtctl) THEN                 ! print control 
     
    666666      ! 
    667667      IF( l_ldfslp .AND. .NOT.lk_c1d ) THEN    ! Computes slopes (here avt is used as workspace) 
    668          CALL eos    ( pts, rhd, rhop, gdept_0(:,:,:) ) 
     668         CALL eos    ( pts, rhd, gdept_0(:,:,:) ) 
    669669         CALL eos_rab( pts, rab_n, Kmm )       ! now local thermal/haline expension ratio at T-points 
    670670         CALL bn2    ( pts, rab_n, rn2, Kmm  ) ! now    Brunt-Vaisala 
     
    724724      ts(:,:,:,jp_sal,Kmm) = sf_dyn(jf_sal)%fnow(:,:,:)  * tmask(:,:,:)    ! salinity 
    725725      ! 
    726       CALL eos    ( ts(:,:,:,:,Kmm), rhd, rhop, gdept_0(:,:,:) ) ! In any case, we need rhop 
     726      CALL eos    ( ts(:,:,:,:,Kmm), rhd, gdept_0(:,:,:) ) ! In any case, we need rhd 
    727727 
    728728      IF(sn_cfctl%l_prtctl) THEN                     ! print control 
Note: See TracChangeset for help on using the changeset viewer.