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 8435 for branches/UKMO/dev_r5518_pcbias_ipc/NEMOGCM/NEMO/OPA_SRC/DYN/dynhpg.F90 – NEMO

Ignore:
Timestamp:
2017-08-14T12:19:09+02:00 (7 years ago)
Author:
isabella
Message:

Added changes after review.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_pcbias_ipc/NEMOGCM/NEMO/OPA_SRC/DYN/dynhpg.F90

    r7658 r8435  
    9999      ! 
    100100      IF ( ln_bias .AND. ln_bias_pc_app ) THEN 
    101          IF(lwp) THEN  
    102          WRITE(numout,*) " ! store orig density, use pressure corrected density using gru_pc and grv_pc" 
    103          ENDIF 
    104101         z_rhd_st(:,:,:) = rhd(:,:,:)     ! store orig density  
    105102         rhd(:,:,:)      = rhd_pc(:,:,:)  ! use pressure corrected density 
     
    110107      ENDIF 
    111108 
    112          IF(lwp) WRITE(numout,*) " computing pressure gradient with nhpg = ",nhpg 
    113109      SELECT CASE ( nhpg )      ! Hydrostatic pressure gradient computation 
    114110      CASE (  0 )   ;   CALL hpg_zco    ( kt )      ! z-coordinate 
Note: See TracChangeset for help on using the changeset viewer.