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 7953 for branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/NEMO/NST_SRC/agrif_top_update.F90 – NEMO

Ignore:
Timestamp:
2017-04-23T09:30:41+02:00 (7 years ago)
Author:
gm
Message:

#1880 (HPC-09): add zdfphy (the ZDF manager) + remove all key_...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/NEMO/NST_SRC/agrif_top_update.F90

    r6140 r7953  
    66   !!                ***  MODULE agrif_top_update  *** 
    77   !! AGRIF :    
    8    !!---------------------------------------------------------------------- 
     8   !!====================================================================== 
    99   !! History :   
    1010   !!---------------------------------------------------------------------- 
    11  
    1211#if defined key_agrif && defined key_top 
     12   !!---------------------------------------------------------------------- 
     13   !!   'key_agrif'                                              AGRIF zoom 
     14   !!   'key_TOP'                                           on-line tracers 
     15   !!---------------------------------------------------------------------- 
    1316   USE par_oce 
    1417   USE oce 
     18   USE dom_oce 
     19   USE agrif_oce 
    1520   USE par_trc 
    1621   USE trc 
    17    USE dom_oce 
    18    USE agrif_oce 
     22   ! 
    1923   USE wrk_nemo   
    2024 
     
    2731 
    2832   !!---------------------------------------------------------------------- 
    29    !! NEMO/NST 3.7 , NEMO Consortium (2015) 
     33   !! NEMO/NST 4.0 , NEMO Consortium (2017) 
    3034   !! $Id$ 
    3135   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     
    112116 
    113117#else 
     118   !!---------------------------------------------------------------------- 
     119   !!   Empty module                                           no TOP AGRIF 
     120   !!---------------------------------------------------------------------- 
    114121CONTAINS 
    115122   SUBROUTINE agrif_top_update_empty 
    116       !!--------------------------------------------- 
    117       !!   *** ROUTINE agrif_Top_update_empty *** 
    118       !!--------------------------------------------- 
    119123      WRITE(*,*)  'agrif_top_update : You should not have seen this print! error?' 
    120124   END SUBROUTINE agrif_top_update_empty 
Note: See TracChangeset for help on using the changeset viewer.