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 15023 for NEMO/trunk/src/OCE/IOM – NEMO

Ignore:
Timestamp:
2021-06-18T16:35:25+02:00 (3 years ago)
Author:
gsamson
Message:

merge ticket2680_C1D_PAPA branch back into the trunk; see ticket #2680 for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/IOM/iom.F90

    r15017 r15023  
    2222   USE dom_oce         ! ocean space and time domain 
    2323   USE domutl          ! 
    24    USE c1d             ! 1D vertical configuration 
    2524   USE flo_oce         ! floats module declarations 
    2625   USE lbclnk          ! lateal boundary condition / mpp exchanges 
     
    14101409#endif 
    14111410      ENDIF 
    1412 !some final adjustments 
    1413       ! C1D case : always call lbc_lnk to replicate the central value over the whole 3X3 domain 
    1414       IF( lk_c1d .AND. PRESENT(pv_r2d) )   CALL lbc_lnk( 'iom', pv_r2d,'Z',1.0_wp ) 
    1415       IF( lk_c1d .AND. PRESENT(pv_r3d) )   CALL lbc_lnk( 'iom', pv_r3d,'Z',1.0_wp ) 
    14161411 
    14171412      !--- Apply scale_factor and offset 
Note: See TracChangeset for help on using the changeset viewer.