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 2905 for branches/2011/dev_r2739_LOCEAN8_ZTC/NEMOGCM/CONFIG/GYRE/EXP00/namelist – NEMO

Ignore:
Timestamp:
2011-10-12T14:28:01+02:00 (13 years ago)
Author:
mlelod
Message:

first commit, compilation ok, see ticket/863?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2739_LOCEAN8_ZTC/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r2715 r2905  
    500500!!                      ***  Dynamics namelists  *** 
    501501!!====================================================================== 
     502!!   nam_vvl       vertical coordinate options 
    502503!!   namdyn_adv    formulation of the momentum advection 
    503504!!   namdyn_vor    advection scheme 
     
    507508!!====================================================================== 
    508509! 
     510!----------------------------------------------------------------------- 
     511&nam_vvl    !   vertical coordinate options 
     512!----------------------------------------------------------------------- 
     513&nam_vvl 
     514   ln_vvl_zstar  = .false. !  zstar vertical coordinate                     
     515   ln_vvl_ztilde = .false. !  hybrid verticalcoordinate: only high frequency variations 
     516   ln_vvl_layer  = .false. !  full layer vertical coordinate 
     517   ahe3          = 0.e0    !  thickness diffusion coefficient  
     518/ 
    509519!----------------------------------------------------------------------- 
    510520&namdyn_adv    !   formulation of the momentum advection 
Note: See TracChangeset for help on using the changeset viewer.