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 3294 for trunk/NEMOGCM/CONFIG/GYRE_LOBSTER/EXP00/namelist_top – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

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

    r2528 r3294  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/TOP1 :  1 - tracer definition                     (namtrc    ) 
    3 !! namelists    2 - dynamical tracer trends               (namtrc_trd) 
    4 !!              3 - tracer advection                      (namtrc_adv) 
    5 !!              4 - tracer lateral diffusion              (namtrc_ldf) 
    6 !!              5 - tracer vertical physics               (namtrc_zdf) 
    7 !!              6 - tracer newtonian damping              (namtrc_dmp) 
     2!! NEMO/TOP2 namelits :  1 - tracer definition                     (namtrc    ) 
     3!!                       2 - tracer advection                      (namtrc_adv) 
     4!!                       3 - tracer lateral diffusion              (namtrc_ldf) 
     5!!                       4 - tracer vertical physics               (namtrc_zdf) 
     6!!                       5 - tracer newtonian damping              (namtrc_dmp) 
     7!!                       6 - dynamical tracer trends               (namtrc_trd) 
     8!!                       7 - tracer output                         (namtrc_wri) 
    89!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    910!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    1011&namtrc     !   tracers definition 
    1112!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     13! 
    1214   nn_dttrc      =  1        !  time step frequency for passive sn_tracers 
    13    nn_writetrc   =  360      !  time step frequency for sn_tracer outputs 
     15   nn_writetrc   =  60      !  time step frequency for sn_tracer outputs 
    1416   ln_rsttr      = .false.   !  start from a restart file (T) or not (F) 
    15    nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value 
     17   nn_rsttr      =   1       !  restart control = 0 initial time step is not compared to the restart file value 
    1618                           !                  = 1 do not use the value in the restart file 
    1719                           !                  = 2 calendar parameters read in the restart file 
    18    cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
     20   cn_trcrst_in  = "restart_trc.nc"   !  suffix of pass. sn_tracer restart name (input) 
    1921   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
     22   ln_trcdta     =   .false.    !  Initialisation from data input file (T) or not (F) 
    2023! 
    21 !              ! name  !     title of the field       !   units       ! initial data ! save   ! 
    22 !              !       !                              !               ! from file    ! or not !  
    23 !              !       !                              !               ! or not       !        ! 
    24    sn_tracer(1)   = 'DET' , 'Detritus                   ',  'mmole-N/m3' ,  .false.     ,  .true. 
    25    sn_tracer(2)   = 'ZOO' , 'Zooplankton concentration  ',  'mmole-N/m3' ,  .false.     ,  .true. 
    26    sn_tracer(3)   = 'PHY' , 'Phytoplankton concentration',  'mmole-N/m3' ,  .false.     ,  .true. 
    27    sn_tracer(4)   = 'NO3' , 'Nitrate concentration      ',  'mmole-N/m3' ,  .false.     ,  .true. 
    28    sn_tracer(5)   = 'NH4' , 'Ammonium concentration     ',  'mmole-N/m3' ,  .false.     ,  .true. 
    29    sn_tracer(6)   = 'DOM' , 'Dissolved organic matter   ',  'mmole-N/m3' ,  .false.     ,  .true. 
     24!                ! name  !     title of the field          !   units       ! initial data ! save   ! 
     25!                !       !                                 !               ! from file    ! or not !  
     26!                !       !                                 !               ! or not       !        ! 
     27   sn_tracer(1)   = 'DET'   , 'Detritus                   ',  'mmole-N/m3' ,  .false.     ,  .false. 
     28   sn_tracer(2)   = 'ZOO'   , 'Zooplankton concentration  ',  'mmole-N/m3' ,  .false.     ,  .false. 
     29   sn_tracer(3)   = 'PHY'   , 'Phytoplankton concentration',  'mmole-N/m3' ,  .false.     ,  .false. 
     30   sn_tracer(4)   = 'NO3'   , 'Nitrate concentration      ',  'mmole-N/m3' ,  .false.     ,  .true. 
     31   sn_tracer(5)   = 'NH4'   , 'Ammonium concentration     ',  'mmole-N/m3' ,  .false.     ,  .false. 
     32   sn_tracer(6)   = 'DOM'   , 'Dissolved organic matter   ',  'mmole-N/m3' ,  .false.     ,  .false. 
    3033/ 
    3134!----------------------------------------------------------------------- 
    32 &namtrc_adv    !   advection scheme for passive tracer 
     35&namtrc_dta      !    Initialisation from data input file (T) or not (F) 
    3336!----------------------------------------------------------------------- 
    34    ln_trcadv_cen2   =  .false.  !  2nd order centered scheme 
     37! 
     38!                !  file name  ! frequency (hours) ! variable   ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     39!                !             !  (if <0  months)  !   name     !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     40   sn_trcdta(4)  = 'NO3_R1'    ,        -12        ,  'NO3'     ,    .false.   , .true. , 'yearly'  , ''       , '' 
     41 
     42   cn_dir        =     './'    !  root directory for the location of the runoff files 
     43   rn_trfac(4)   =    1.0      !   -       -       -       -      - 
     44/ 
     45!----------------------------------------------------------------------- 
     46&namtrc_adv    !   advection scheme for passive tracer  
     47!----------------------------------------------------------------------- 
     48   ln_trcadv_cen2   =  .false.  !  2nd order centered scheme    
    3549   ln_trcadv_tvd    =  .true.   !  TVD scheme 
    3650   ln_trcadv_muscl  =  .false.  !  MUSCL scheme 
     
    5165   ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
    5266!                               !  Coefficient 
     67   rn_ahtrc_0       =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    5368   rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s] 
    5469/ 
     
    6075/ 
    6176!----------------------------------------------------------------------- 
    62 &namtrc_rad        !  treatment of negative concentrations 
     77&namtrc_rad        !  treatment of negative concentrations  
    6378!----------------------------------------------------------------------- 
    6479   ln_trcrad   =  .false.  !  artificially correct negative concentrations (T) or not (F) 
    6580/ 
    6681!----------------------------------------------------------------------- 
    67 &namtrc_dmp    !   passive tracer newtonian damping    ('key_tradmp && key_trcdmp') 
     82&namtrc_dmp    !   passive tracer newtonian damping   
    6883!----------------------------------------------------------------------- 
     84   ln_trcdmp   =  .false.  !  add a damping termn (T) or not (F) 
    6985   nn_hdmp_tr  =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    7086                           !                   =XX, damping poleward of XX degrees (XX>0) 
     
    7995/ 
    8096!----------------------------------------------------------------------- 
    81 &namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc') 
    82 !                          or mixed-layer trends          ('key_trdmld_trc') 
     97&namtrc_trd                !   diagnostics on tracer trends        ('key_trdtrc') 
     98!                                   or mixed-layer trends          ('key_trdmld_trc') 
    8399!---------------------------------------------------------------------- 
    84    nn_trd_trc   =  360      !  time step frequency and tracers trends 
    85    nn_ctls_trc  =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    86    rn_ucf_trc   =  86400    !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
     100   nn_trd_trc  =  5475      !  time step frequency and tracers trends 
     101   nn_ctls_trc =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
     102   rn_ucf_trc  =   1        !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
    87103   ln_trdmld_trc_restart = .false.  !  restart for ML diagnostics 
    88    ln_trdmld_trc_instant = .false.  !  flag to diagnose trends of instantantaneous or mean ML T/S 
     104   ln_trdmld_trc_instant = .true.  !  flag to diagnose trends of instantantaneous or mean ML T/S 
    89105   ln_trdtrc(1)  =   .true. 
    90    ln_trdtrc(2)  =   .true. 
    91    ln_trdtrc(3)  =   .true. 
    92    ln_trdtrc(4)  =   .true. 
    93    ln_trdtrc(5)  =   .true. 
    94    ln_trdtrc(6)  =   .true. 
    95106/ 
     107!----------------------------------------------------------------------- 
     108&namtrc_dia       !   parameters for passive tracer additional diagnostics 
     109!---------------------------------------------------------------------- 
     110   ln_diatrc     =  .true.   !  save additional diag. (T) or not (F) 
     111   nn_writedia   =  60     !  time step frequency for diagnostics 
     112/ 
Note: See TracChangeset for help on using the changeset viewer.