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

Changeset 15086


Ignore:
Timestamp:
2021-07-06T11:16:55+02:00 (3 years ago)
Author:
clem
Message:

debug last commit when compiling orca2. Sorry for the mess.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ISF/isfcav.F90

    r15085 r15086  
    2323   ! 
    2424   USE oce      , ONLY: ts, uu, vv, rn2                 ! ocean dynamics and tracers 
     25   USE dom_oce                                          ! ocean space and time domain 
    2526   USE par_oce  , ONLY: jpi,jpj                         ! ocean space and time domain 
    2627   USE phycst   , ONLY: grav,rho0,rho0_rcp,r1_rho0_rcp  ! physical constants 
     
    4142   !! * Substitutions    
    4243#  include "do_loop_substitute.h90" 
     44#  include "domzgr_substitute.h90" 
    4345   !!---------------------------------------------------------------------- 
    4446   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
     
    109111            zRc(ji,jj) = MAX(rn2(ji,jj,ikt+1), 1.e-20_wp) / MAX( zdku*zdku + zdkv*zdkv, 1.e-20_wp ) 
    110112         END_2D 
    111          CALL lbc_lnk( 'isfcav', zRc, 'T', 1._wp ) 
     113         CALL lbc_lnk( 'isfmlt', zRc, 'T', 1._wp ) 
    112114      ENDIF 
    113115      ! 
Note: See TracChangeset for help on using the changeset viewer.