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 15 for trunk/NEMO/OPA_SRC/module_example – NEMO

Ignore:
Timestamp:
2004-02-17T08:25:44+01:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE001 : First major NEMO update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/module_example

    r3 r15  
    2424 
    2525   !! * Share Module variables 
    26    REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk) ::   & 
     26   REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk) ::   &  !: 
    2727      var1    ,   &  !: var1 description (CAUTION always use !: to describe a  
    2828      !              !  PUBLIC variable simplify the search of where it is declared 
     
    103103 
    104104 
    105       IF( kt == nit000  )   CALL zdf_tke_init    ! Initialization (first time-step only) 
     105      IF( kt == nit000  )   CALL exa_mpl_init    ! Initialization (first time-step only) 
    106106 
    107107      ! Local constant initialization 
     
    193193      ENDIF 
    194194 
    195    END SUBROUTINE zdf_tke_init 
     195   END SUBROUTINE exa_mpl_init 
    196196 
    197197#else 
Note: See TracChangeset for help on using the changeset viewer.