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

Changeset 3855


Ignore:
Timestamp:
2013-03-30T09:13:59+01:00 (11 years ago)
Author:
cetlod
Message:

trunk: Add missing parameter - ln_top_euler - in namelist_top, see ticket #1075

Location:
trunk/NEMOGCM/CONFIG
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top

    r3718 r3855  
    1313! 
    1414   nn_dttrc      =  1        !  time step frequency for passive sn_tracers 
    15    nn_writetrc   =  60      !  time step frequency for sn_tracer outputs 
     15   nn_writetrc   =  60       !  time step frequency for sn_tracer outputs 
     16   ln_top_euler  = .false.   !  use Euler time-stepping for TOP 
    1617   ln_rsttr      = .false.   !  start from a restart file (T) or not (F) 
    1718   nn_rsttr      =   1       !  restart control = 0 initial time step is not compared to the restart file value 
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_top

    r3718 r3855  
    1414   nn_dttrc      =  1        !  time step frequency for passive sn_tracers       
    1515   nn_writetrc   =  5475      !  time step frequency for sn_tracer outputs 
     16   ln_top_euler  = .false.   !  use Euler time-stepping for TOP 
    1617   ln_rsttr      = .false.   !  start from a restart file (T) or not (F) 
    1718   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value 
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top

    r3718 r3855  
    1414   nn_dttrc      =  1        !  time step frequency for passive sn_tracers       
    1515   nn_writetrc   =  5475     !  time step frequency for sn_tracer outputs 
     16   ln_top_euler  = .true.    !  use Euler time-stepping for TOP 
    1617   ln_rsttr      = .false.   !  start from a restart file (T) or not (F) 
    1718   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value 
  • trunk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top

    r3718 r3855  
    1414   nn_dttrc      =  1        !  time step frequency for passive sn_tracers       
    1515   nn_writetrc   =  1460     !  time step frequency for sn_tracer outputs 
     16   ln_top_euler  = .true.    !  use Euler time-stepping for TOP 
    1617   ln_rsttr      = .false.   !  start from a restart file (T) or not (F) 
    1718   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value 
Note: See TracChangeset for help on using the changeset viewer.