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/DYN – NEMO

Changeset 541 for trunk/NEMO/OPA_SRC/DYN


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

Location:
trunk/NEMO/OPA_SRC/DYN
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynhpg.F90

    r503 r541  
    6666   LOGICAL  ::   ln_hpg_rot = .FALSE.   ! s-coordinate (ROTated axes scheme) 
    6767   REAL(wp) ::   gamm       = 0.e0      ! weighting coefficient 
    68    NAMELIST/nam_dynhpg/ ln_hpg_zco, ln_hpg_zps, ln_hpg_sco, ln_hpg_hel,   & 
    69       &                 ln_hpg_wdj, ln_hpg_djc, ln_hpg_rot, gamm 
    7068 
    7169   INTEGER  ::   nhpg  =  0             ! = 0 to 6, type of pressure gradient scheme used 
     
    141139      !!---------------------------------------------------------------------- 
    142140      INTEGER ::   ioptio = 0      ! temporary integer 
     141 
     142      NAMELIST/nam_dynhpg/ ln_hpg_zco, ln_hpg_zps, ln_hpg_sco, ln_hpg_hel,   & 
     143         &                 ln_hpg_wdj, ln_hpg_djc, ln_hpg_rot, gamm 
    143144      !!---------------------------------------------------------------------- 
    144145 
  • trunk/NEMO/OPA_SRC/DYN/dynvor.F90

    r503 r541  
    4040   LOGICAL, PUBLIC ::   ln_dynvor_mix = .FALSE.   !: mixed scheme 
    4141   LOGICAL, PUBLIC ::   ln_dynvor_een = .FALSE.   !: energy and enstrophy conserving scheme 
    42    NAMELIST/nam_dynvor/ ln_dynvor_ens, ln_dynvor_ene, ln_dynvor_mix, ln_dynvor_een 
    4342 
    4443   INTEGER ::   nvor = 0   ! type of vorticity trend used 
     
    565564      !!---------------------------------------------------------------------- 
    566565      INTEGER ::   ioptio          ! temporary integer 
     566      NAMELIST/nam_dynvor/ ln_dynvor_ens, ln_dynvor_ene, ln_dynvor_mix, ln_dynvor_een 
    567567      !!---------------------------------------------------------------------- 
    568568 
Note: See TracChangeset for help on using the changeset viewer.