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 14090 for NEMO/trunk/src/OCE/TRA – NEMO

Ignore:
Timestamp:
2020-12-04T14:32:28+01:00 (3 years ago)
Author:
hadcv
Message:

#2365: Move dom_tile into domtile.F90

Location:
NEMO/trunk/src/OCE/TRA
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/TRA/traadv.F90

    r14072 r14090  
    1919   USE dom_oce        ! ocean space and time domain 
    2020   ! TEMP: [tiling] This change not necessary after extended haloes development 
    21    USE domain, ONLY : dom_tile 
     21   USE domtile 
    2222   USE domvvl         ! variable vertical scale factors 
    2323   USE sbcwave        ! wave module 
  • NEMO/trunk/src/OCE/TRA/traldf.F90

    r14072 r14090  
    1818   USE dom_oce        ! ocean space and time domain 
    1919   ! TEMP: [tiling] This change not necessary after extra haloes development (lbc_lnk removed from tra_ldf_blp, zps_hde*) 
    20    USE domain, ONLY : dom_tile 
     20   USE domtile 
    2121   USE phycst         ! physical constants 
    2222   USE ldftra         ! lateral diffusion: eddy diffusivity & EIV coeff. 
  • NEMO/trunk/src/OCE/TRA/traldf_triad.F90

    r14072 r14090  
    1414   USE dom_oce        ! ocean space and time domain 
    1515   ! TEMP: [tiling] This change not necessary if XIOS has subdomain support 
    16    USE domain, ONLY : dom_tile 
     16   USE domtile 
    1717   USE domutl, ONLY : is_tile 
    1818   USE phycst         ! physical constants 
  • NEMO/trunk/src/OCE/TRA/tranpc.F90

    r14072 r14090  
    1818   USE dom_oce        ! ocean space and time domain 
    1919   ! TEMP: [tiling] This change not necessary after extra haloes development (lbc_lnk removed) 
    20    USE domain, ONLY : dom_tile 
     20   USE domtile 
    2121   USE phycst         ! physical constants 
    2222   USE zdf_oce        ! ocean vertical physics 
  • NEMO/trunk/src/OCE/TRA/traqsr.F90

    r14072 r14090  
    2222   USE phycst         ! physical constants 
    2323   USE dom_oce        ! ocean space and time domain 
    24    USE domain, ONLY : dom_tile 
     24   USE domtile 
    2525   USE sbc_oce        ! surface boundary condition: ocean 
    2626   USE trc_oce        ! share SMS/Ocean variables 
Note: See TracChangeset for help on using the changeset viewer.