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/OCE/stprk3_stg.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/OCE/stprk3_stg.F90

    r15514 r15532  
    185185!===>>>>>> Modify dyn_hpg & dyn_hpg_...  routines : rhd computed in dyn_hpg and pass in argument to dyn_hpg_... 
    186186 
    187       CALL eos    ( ts, Kmm, rhd )              ! Kmm in situ density anomaly for hpg computation 
     187!!st      IF( kstg == 3 ) THEN 
     188!         CALL eos    ( ts(:,:,:,:,Kmm), rhd, rhop, gdept_0 ) ! now in situ density for hpg computation 
     189!      ELSE 
     190         CALL eos    ( ts, Kmm, rhd )              ! Kmm in situ density anomaly for hpg computation 
     191!      ENDIF 
    188192 
    189193!!gm end 
     
    388392         vv(:,:,jk,Kaa) = vv(:,:,jk,Kaa) + zvb(:,:)*vmask(:,:,jk) 
    389393      END DO 
     394!!st pourquoi ne pas mettre A2D(0) ici ?  
    390395          
    391396 
Note: See TracChangeset for help on using the changeset viewer.