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 3762 for trunk/NEMOGCM/CONFIG/AMM12_PISCES/EXP00/namelist – NEMO

Ignore:
Timestamp:
2013-01-23T12:01:22+01:00 (11 years ago)
Author:
pabouttier
Message:

Remove TAM relative CALL and namelist block -- See ticket #1044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/AMM12_PISCES/EXP00/namelist

    r3654 r3762  
    586586&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    587587!----------------------------------------------------------------------- 
    588    ln_dynvor_ene = .false. !  energy    conserving scheme   
    589    ln_dynvor_ens = .false. !  enstrophy 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 
     
    988988   rn_htrmax         =  200.0   ! max. depth of transition range 
    989989/ 
    990 !----------------------------------------------------------------------- 
    991 &namtrj ! Handling non-linear trajectory for TAM (output for direct model, input for TAM) 
    992 !----------------------------------------------------------------------- 
    993     cn_dirtrj   = 'tam_trajectory'   ! prefix for input/ouput files 
    994     ln_trjhand  = .false.            ! Handling non linear trajectory 
    995     nn_ittrjfrq = 20                 ! Output/input frequency 
    996     ln_trj_spl = .false.             ! Handling trajectory at simple precision 
    997 / 
Note: See TracChangeset for help on using the changeset viewer.