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 2618 for branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/OPA_SRC/ZDF – NEMO

Ignore:
Timestamp:
2011-02-26T13:31:38+01:00 (13 years ago)
Author:
gm
Message:

dynamic mem: #785 ; move dyn allocation from nemogcm to module when possible (continuation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfkpp.F90

    r2616 r2618  
    13151315      USE trc 
    13161316      USE prtctl_trc          ! Print control 
    1317       !! * Arguments 
    1318       INTEGER ,                         INTENT( in    )  :: kt     ! ocean time-step index 
    1319       !! * Local declarations 
     1317      ! 
     1318      INTEGER, INTENT(in) ::   kt   ! ocean time-step index 
     1319      ! 
    13201320      INTEGER  ::   ji, jj, jk, jn      ! Dummy loop indices 
    13211321      REAL(wp) ::   ztra, zflx 
     
    13591359      ENDIF 
    13601360      ! 
     1361   END SUBROUTINE trc_kpp 
     1362 
     1363#else 
     1364   !!---------------------------------------------------------------------- 
     1365   !!   NO 'key_top'           DUMMY routine                  No TOP models 
     1366   !!---------------------------------------------------------------------- 
     1367   SUBROUTINE trc_kpp( kt )         ! Dummy routine 
     1368      INTEGER, INTENT(in) ::   kt   ! ocean time-step index 
     1369      WRITE(*,*) 'tra_kpp: You should not have seen this print! error?', kt 
    13611370   END SUBROUTINE trc_kpp 
    13621371#endif 
Note: See TracChangeset for help on using the changeset viewer.