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 3654 – NEMO

Changeset 3654


Ignore:
Timestamp:
2012-11-26T12:13:40+01:00 (11 years ago)
Author:
gm
Message:

trunk: #933 error in comment of namelist mandyn_vor

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namdyn_vor

    r3294 r3654  
    22&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    33!----------------------------------------------------------------------- 
    4    ln_dynvor_ene = .false. !  enstrophy conserving scheme   
    5    ln_dynvor_ens = .false. !  energy conserving scheme     
     4   ln_dynvor_ene = .false. !  energy    conserving scheme   
     5   ln_dynvor_ens = .false. !  enstrophy conserving scheme     
    66   ln_dynvor_mix = .false. !  mixed scheme                
    77   ln_dynvor_een = .true.  !  energy & enstrophy scheme   
  • trunk/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3604 r3654  
    586586&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    587587!----------------------------------------------------------------------- 
    588    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    589    ln_dynvor_ens = .false. !  energy conserving scheme 
     588   ln_dynvor_ene = .false. !  energy    conserving scheme   
     589   ln_dynvor_ens = .false. !  enstrophy conserving scheme     
    590590   ln_dynvor_mix = .false. !  mixed scheme 
    591591   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
  • trunk/NEMOGCM/CONFIG/AMM12_PISCES/EXP00/namelist

    r3604 r3654  
    586586&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    587587!----------------------------------------------------------------------- 
    588    ln_dynvor_ene = .false. !  enstrophy conserving scheme 
    589    ln_dynvor_ens = .false. !  energy conserving scheme 
     588   ln_dynvor_ene = .false. !  energy    conserving scheme   
     589   ln_dynvor_ens = .false. !  enstrophy conserving scheme     
    590590   ln_dynvor_mix = .false. !  mixed scheme 
    591591   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
  • trunk/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r3604 r3654  
    592592&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    593593!----------------------------------------------------------------------- 
    594    ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
    595    ln_dynvor_ens = .false. !  energy conserving scheme 
     594   ln_dynvor_ene = .true.  !  energy    conserving scheme   
     595   ln_dynvor_ens = .false. !  enstrophy conserving scheme     
    596596   ln_dynvor_mix = .false. !  mixed scheme 
    597597   ln_dynvor_een = .false. !  energy & enstrophy scheme 
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r3306 r3654  
    544544&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    545545!----------------------------------------------------------------------- 
    546    ln_dynvor_ene = .false. !  enstrophy conserving scheme   
    547    ln_dynvor_ens = .false. !  energy conserving scheme     
     546   ln_dynvor_ene = .false. !  energy    conserving scheme   
     547   ln_dynvor_ens = .false. !  enstrophy conserving scheme     
    548548   ln_dynvor_mix = .false. !  mixed scheme                
    549549   ln_dynvor_een = .true.  !  energy & enstrophy scheme   
  • trunk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r3306 r3654  
    569569&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    570570!----------------------------------------------------------------------- 
    571    ln_dynvor_ene = .false. !  enstrophy conserving scheme   
    572    ln_dynvor_ens = .false. !  energy conserving scheme     
     571   ln_dynvor_ene = .false. !  energy    conserving scheme   
     572   ln_dynvor_ens = .false. !  enstrophy conserving scheme     
    573573   ln_dynvor_mix = .false. !  mixed scheme                
    574574   ln_dynvor_een = .true.  !  energy & enstrophy scheme   
Note: See TracChangeset for help on using the changeset viewer.