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/tradmp.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/tradmp.F90

    r503 r541  
    5757   REAL(wp) ::   bdmp   =  360.   ! bottom time scale for internal damping (days) 
    5858   REAL(wp) ::   hdmp   =  800.   ! depth of transition between sdmp and bdmp (meters) 
    59    NAMELIST/namtdp/ ndmp, ndmpf, nmldmp, sdmp, bdmp, hdmp 
    6059 
    6160   !! * Substitutions 
     
    190189      !! ** Method  :   read the nammbf namelist and check the parameters 
    191190      !!      called by tra_dmp at the first timestep (nit000) 
     191      !!---------------------------------------------------------------------- 
     192      NAMELIST/namtdp/ ndmp, ndmpf, nmldmp, sdmp, bdmp, hdmp 
    192193      !!---------------------------------------------------------------------- 
    193194 
Note: See TracChangeset for help on using the changeset viewer.