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 541 for trunk/NEMO/OPA_SRC/TRA/trabbc.F90 – NEMO

Ignore:
Timestamp:
2006-10-20T14:21:28+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_065:RB: move namelist declaration for compatibility with Agrif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/trabbc.F90

    r503 r541  
    3535   INTEGER  ::   ngeo_flux       = 1            ! Geothermal flux (0:no flux, 1:constant flux, 2:read in file ) 
    3636   REAL(wp) ::   ngeo_flux_const = 86.4e-3      ! Constant value of geothermal heat flux 
    37    NAMELIST/nambbc/ngeo_flux, ngeo_flux_const  
    3837 
    3938   INTEGER , DIMENSION(jpi,jpj) ::   nbotlevt   ! ocean bottom level index at T-pt 
     
    139138      INTEGER  ::   ji, jj              ! dummy loop indices 
    140139      INTEGER  ::   inum                ! temporary logical unit 
     140 
     141      NAMELIST/nambbc/ngeo_flux, ngeo_flux_const  
    141142      !!---------------------------------------------------------------------- 
    142143 
Note: See TracChangeset for help on using the changeset viewer.