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 2715 for trunk/NEMOGCM/NEMO/OPA_SRC/DYN/dynadv.F90 – NEMO

Ignore:
Timestamp:
2011-03-30T17:58:35+02:00 (13 years ago)
Author:
rblod
Message:

First attempt to put dynamic allocation on the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/DYN/dynadv.F90

    r2528 r2715  
    1313   !!---------------------------------------------------------------------- 
    1414   USE dom_oce         ! ocean space and time domain 
    15    USE in_out_manager  ! I/O manager 
    16  
    1715   USE dynadv_cen2     ! centred flux form advection      (dyn_adv_cen2 routine) 
    1816   USE dynadv_ubs      ! UBS flux form advection          (dyn_adv_ubs  routine) 
    1917   USE dynkeg          ! kinetic energy gradient          (dyn_keg      routine) 
    2018   USE dynzad          ! vertical advection               (dyn_zad      routine) 
     19   USE in_out_manager  ! I/O manager 
     20   USE lib_mpp         ! MPP library 
    2121 
    2222   IMPLICIT NONE 
     
    3838   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    3939   !! $Id$ 
    40    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     40   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    4141   !!---------------------------------------------------------------------- 
    42  
    4342CONTAINS 
    4443 
     
    5857      !!---------------------------------------------------------------------- 
    5958      ! 
    60       SELECT CASE ( nadv )                     ! compute advection trend and add it to general trend 
     59      SELECT CASE ( nadv )                  ! compute advection trend and add it to general trend 
    6160      CASE ( 0 )      
    6261                      CALL dyn_keg     ( kt )    ! vector form : horizontal gradient of kinetic energy 
Note: See TracChangeset for help on using the changeset viewer.