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 4159 for branches – NEMO

Changeset 4159 for branches


Ignore:
Timestamp:
2013-11-06T19:28:13+01:00 (10 years ago)
Author:
cetlod
Message:

dev_LOCEAN_2013: minor corrections

Location:
branches/2013/dev_LOCEAN_2013/NEMOGCM
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top_cfg

    r4152 r4159  
    1010&namtrc     !   tracers definition 
    1111!----------------------------------------------------------------------- 
    12    ln_top_euler  = .true.   !  use Euler time-stepping for TOP 
    1312!                !    name   !           title of the field              ! initial data ! initial data ! save   ! 
    1413!                !           !                                           !  units       ! from file    ! or not !  
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top_cfg

    r4152 r4159  
    55&namtrc_run     !   run information 
    66!----------------------------------------------------------------------- 
     7   nn_writetrc   =  1460     !  time step frequency for sn_tracer outputs 
    78   ln_top_euler  = .true.    !  use Euler time-stepping for TOP 
    89/ 
     
    1011&namtrc     !   tracers definition 
    1112!----------------------------------------------------------------------- 
    12    ln_top_euler  = .true.   !  use Euler time-stepping for TOP 
    13    nn_writetrc   =  1460     !  time step frequency for sn_tracer outputs 
    1413! 
    1514!              !    name   !           title of the field              !   units    ! initial data ! save   ! 
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r4152 r4159  
    2828   ln_trcdta     =   .true.  !  Initialisation from data input file (T) or not (F) 
    2929   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F) 
     30   ln_trcdmp_clo =  .false.  !  damping term (T) or not (F) on closed seas 
    3031/ 
    3132!----------------------------------------------------------------------- 
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/cfg.txt

    r4152 r4159  
    55ORCA2_SAS_LIM OPA_SRC SAS_SRC LIM_SRC_2 NST_SRC 
    66ORCA2_LIM_CFC_C14b OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
     7GYRE_PISCES OPA_SRC TOP_SRC 
     8ORCA2_LIM_PISCES OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
    79ORCA2_OFF_PISCES OPA_SRC OFF_SRC TOP_SRC 
    8 ORCA2_LIM_PISCES OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
    9 GYRE_PISCES OPA_SRC TOP_SRC 
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OFF_SRC/domain.F90

    r4147 r4159  
    9494      NAMELIST/namdom/ nn_bathy , rn_e3zps_min, rn_e3zps_rat, nn_msh    , rn_hmin,   & 
    9595         &             nn_acc   , rn_atfp     , rn_rdt      , rn_rdtmin ,            & 
    96          &             rn_rdtmax, rn_rdth     , nn_baro     , nn_closea , & 
     96         &             rn_rdtmax, rn_rdth     , nn_baro     , nn_closea , ln_crs, & 
    9797         &             jphgr_msh, & 
    9898         &             ppglam0, ppgphi0, ppe1_deg, ppe2_deg, ppe1_m, ppe2_m, & 
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/TOP_SRC/trcnam.F90

    r4154 r4159  
    203203      IF(lwp) THEN                   ! control print 
    204204         WRITE(numout,*) 
    205          WRITE(numout,*) ' Namelist : namtrc' 
     205         WRITE(numout,*) ' Namelist : namtrc_run' 
    206206         WRITE(numout,*) '   time step freq. for passive tracer           nn_dttrc      = ', nn_dttrc 
    207207         WRITE(numout,*) '   restart  for passive tracer                  ln_rsttr      = ', ln_rsttr 
    208208         WRITE(numout,*) '   control of time step for passive tracer      nn_rsttr      = ', nn_rsttr 
    209209         WRITE(numout,*) '   first time step for pass. trac.              nittrc000     = ', nittrc000 
    210          WRITE(numout,*) '   frequency of outputs for passive tracers     nn_writetrc   = ', nn_writetrc   
     210         WRITE(numout,*) '   frequency of outputs for passive tracers     nn_writetrc   = ', nn_writetrc  
     211         WRITE(numout,*) '   Use euler integration for TRC (y/n)          ln_top_euler  = ', ln_top_euler 
    211212         WRITE(numout,*) ' ' 
    212213      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.