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 3049 for branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2011-11-07T14:22:59+01:00 (13 years ago)
Author:
cbricaud
Message:

add changes from dev_r2802_MERCATOR10_diadct

Location:
branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG
Files:
4 edited

Legend:

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

    r3047 r3049  
    795795   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
    796796/ 
     797!----------------------------------------------------------------------- 
     798&namdct        ! transports through sections 
     799!----------------------------------------------------------------------- 
     800    nn_dct      = 60       !  time step frequency for transports computing 
     801    nn_dctwri   = 60       !  time step frequency for transports writing 
     802    nn_secdebug = 0        !      0 : no section to debug 
     803                           !     -1 : debug all section 
     804                           !  0 < n : debug section number n 
     805/  
    797806 
    798807!!====================================================================== 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r3048 r3049  
    804804    tname(1)   = 'M2'      ! Name of tidal constituents 
    805805    tname(2)   = 'K1' 
     806/ 
     807!----------------------------------------------------------------------- 
     808&namdct        ! transports through sections 
     809!----------------------------------------------------------------------- 
     810    nn_dct      = 15       !  time step frequency for transports computing 
     811    nn_dctwri   = 15       !  time step frequency for transports writing 
     812    nn_secdebug = 112      !      0 : no section to debug 
     813                           !     -1 : debug all section 
     814                           !  0 < n : debug section number n 
    806815/ 
    807816 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r2715 r3049  
    787787!----------------------------------------------------------------------- 
    788788   ln_diahsb  = .false.     !  check the heat and salt budgets (T) or not (F) 
     789/ 
     790!----------------------------------------------------------------------- 
     791&namdct        ! transports through sections 
     792!----------------------------------------------------------------------- 
     793    nn_dct      = 15       !  time step frequency for transports computing 
     794    nn_dctwri   = 15       !  time step frequency for transports writing 
     795    nn_secdebug = 112      !      0 : no section to debug 
     796                           !     -1 : debug all section 
     797                           !  0 < n : debug section number n 
    789798/ 
    790799 
  • branches/2011/dev_MERCATOR_2011_MERGE/NEMOGCM/CONFIG/POMME/EXP00/namelist

    r3047 r3049  
    799799!----------------------------------------------------------------------- 
    800800   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
     801/ 
     802!----------------------------------------------------------------------- 
     803&namdct        ! transports through sections 
     804!----------------------------------------------------------------------- 
     805    nn_dct      = 60       !  time step frequency for transports computing 
     806    nn_dctwri   = 60       !  time step frequency for transports writing 
     807    nn_secdebug =  0       !      0 : no section to debug 
     808                           !     -1 : debug all section 
     809                           !  0 < n : debug section number n 
    801810/ 
    802811 
Note: See TracChangeset for help on using the changeset viewer.