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 15778 – NEMO

Changeset 15778


Ignore:
Timestamp:
2022-04-11T10:21:39+02:00 (2 years ago)
Author:
frrh
Message:

Correct intent of pe3_out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_GC_couple_fixrest/src/OCE/DOM/domvvl.F90

    r15777 r15778  
    683683   SUBROUTINE dom_vvl_interpol( pe3_in, pe3_out, pout ) 
    684684      !!--------------------------------------------------------------------- 
    685       !!                  ***  ROUTINE dom_vvl__interpol  *** 
     685      !!                  ***  ROUTINE dom_vvl_interpol  *** 
    686686      !! 
    687687      !! ** Purpose :   interpolate scale factors from one grid point to another 
     
    692692      !!---------------------------------------------------------------------- 
    693693      REAL(wp), DIMENSION(jpi,jpj,jpk), INTENT(in   ) ::  pe3_in    ! input e3 to be interpolated 
    694       REAL(wp), DIMENSION(jpi,jpj,jpk), INTENT(inout) ::  pe3_out   ! output interpolated e3 
     694      REAL(wp), DIMENSION(jpi,jpj,jpk), INTENT(out)  ::  pe3_out   ! output interpolated e3 
    695695      CHARACTER(LEN=*)                , INTENT(in   ) ::  pout      ! grid point of out scale factors 
    696696      !                                                             !   =  'U', 'V', 'W, 'F', 'UW' or 'VW' 
Note: See TracChangeset for help on using the changeset viewer.