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 949 for trunk/CONFIG/GYRE_LOBSTER/EXP00/namelist.passivetrc – NEMO

Ignore:
Timestamp:
2008-05-14T18:25:01+02:00 (16 years ago)
Author:
cetlod
Message:

Add modifications related to the GYRE_LOBSTER configuration, see ticket 145

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/GYRE_LOBSTER/EXP00/namelist.passivetrc

    r796 r949  
    11!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 ! OPA MODEL general namelist for passive tracers  
     2! OPA MODEL general namelist for passive tracers 
    33! ------------- 
    44!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    1212!       lrsttr    boolean term for tracer model restart (true or false) 
    1313!       nrsttr    control of the time step for tracer model restart (0, 1 or 2) 
    14 !       ctrcnm    tracer name  
    15 !       ctrcun    tracer unit 
    16 !       lutini    logical to read initial value from file or not 
    17 ! 
     14!       tracer type defined by : 
     15!                 *  short name  
     16!                 *  long_name 
     17!                 *  units 
     18!                 *  logical to read initial value from file or not 
     19!                 *  multiplicative coefficient 
     20!                 *  logical to save value   
     21!  
    1822&nattrc 
    19    nwritetrc =  360, 
    20    lrsttr    = .false. 
    21    nrsttr    =  0, 
    22 !   ijulian   = 010101, 
    23    ctrcnm(1) = 'DET', 
    24    ctrcnl(1) = 'Detritus', 
    25    ctrcun(1) = 'mmole-N/m3', 
    26    lutini(1) = .true., 
    27    ctrcnm(2) = 'ZOO', 
    28    ctrcnl(2) = 'Zooplankton concentration', 
    29    ctrcun(2) = 'mmole-N/m3', 
    30    lutini(2) = .true., 
    31    ctrcnm(3) = 'PHY', 
    32    ctrcnl(3) = 'Phytoplankton concentration', 
    33    ctrcun(3) = 'mmole-N/m3', 
    34    lutini(3) = .true., 
    35    ctrcnm(4) = 'NO3', 
    36    ctrcnl(4) = 'Nitrate concentration', 
    37    ctrcun(4) = 'mmole-N/m3', 
    38    lutini(4) = .true., 
    39    ctrcnm(5) = 'NH4', 
    40    ctrcnl(5) = 'Ammonium concentration', 
    41    ctrcun(5) = 'mmole-N/m3', 
    42    lutini(5) = .true., 
    43    ctrcnm(6) = 'DOM', 
    44    ctrcnl(6) = 'Dissolved organic matter', 
    45    ctrcun(6) = 'mmole-N/m3', 
    46    lutini(6) = .true., 
     23   nwritetrc   = 360  
     24   lrsttr      = .false. 
     25   nrsttr      = 0 
     26   tracer(1)   = 'DET' , 'Detritus                   ',  'mmole-N/m3' ,  .true. ,  .true. 
     27   tracer(2)   = 'ZOO' , 'Zooplankton concentration  ',  'mmole-N/m3' ,  .true. ,  .true. 
     28   tracer(3)   = 'PHY' , 'Phytoplankton concentration',  'mmole-N/m3' ,  .true. ,  .true. 
     29   tracer(4)   = 'NO3' , 'Nitrate concentration      ',  'mmole-N/m3' ,  .true. ,  .true. 
     30   tracer(5)   = 'NH4' , 'Ammonium concentration     ',  'mmole-N/m3' ,  .true. ,  .true. 
     31   tracer(6)   = 'DOM' , 'Dissolved organic matter   ',  'mmole-N/m3' ,  .true. ,  .true. 
    4732/ 
    4833!----------------------------------------------------------------------- 
     
    5338!               one value per tracer 
    5439&natrtd 
    55    nwritetrd =  360, 
    56    luttrd(1) = .false., 
    57    luttrd(2) = .false., 
    58    luttrd(3) = .false., 
    59    luttrd(4) = .false., 
    60    luttrd(5) = .false., 
    61    luttrd(6) = .false., 
     40   nwritetrd  = 360 
     41   luttrd(1)  = .false. 
     42   luttrd(2)  = .false. 
     43   luttrd(3)  = .false. 
     44   luttrd(4)  = .false. 
     45   luttrd(5)  = .false. 
     46   luttrd(6)  = .false. 
    6247/ 
    6348!----------------------------------------------------------------------- 
    64 !       natadd   2/3 D diagnostics (#ifdef key_trc_diaadd) 
     49!       natdia  additional 2D/3D (#ifdef key_trc_diaadd) 
    6550!----------------------------------------------------------------------- 
    66 !  nwriteadd : time step frequency for additional arrays outputs 
    67 !  ctrc3d short title (max 8 characters) for 3d output arrays 
    68 !  ctrc3l long title (max 80 characters) for 3d output arrays 
    69 !  ctrc3u units  
    70 !  ctrc2d short title (max 8 characters) for 2d output arrays 
    71 !  ctrc2l long title (max 80 characters) for 2d output arrays 
    72 !  ctrc2u units  
    73 ! 
    74 &natadd 
    75    nwriteadd  =  360, 
    76    ctrc3d(1)  = 'FNO3PHY', 
    77    ctrc3l(1)  = 'FNO3PHY', 
    78    ctrc3u(1)  = '-', 
    79    ctrc3d(2)  = 'FNH4PHY', 
    80    ctrc3l(2)  = 'FNH4PHY', 
    81    ctrc3u(2)  = '-', 
    82    ctrc3d(3)  = 'FNH4NO3', 
    83    ctrc3l(3)  = 'FNH4NO3', 
    84    ctrc3u(3)  = '-', 
    85    ctrc2d(1)  = 'TNO3PHY'    
    86    ctrc2l(1)  = 'TNO3PHY'    
    87    ctrc2u(1)  = '-'             
    88    ctrc2d(2)  = 'TNH4PHY' 
    89    ctrc2l(2)  = 'TNH4PHY' 
    90    ctrc2u(2)  = '-' 
    91    ctrc2d(3)  = 'TPHYDOM' 
    92    ctrc2l(3)  = 'TPHYDOM' 
    93    ctrc2u(3)  = '-' 
    94    ctrc2d(4)  = 'TPHYNH4' 
    95    ctrc2l(4)  = 'TPHYNH4' 
    96    ctrc2u(4)  = '-' 
    97    ctrc2d(5)  = 'TPHYZOO' 
    98    ctrc2l(5)  = 'TPHYZOO' 
    99    ctrc2u(5)  = '-' 
    100    ctrc2d(6)  = 'TPHYDET' 
    101    ctrc2l(6)  = 'TPHYDET' 
    102    ctrc2u(6)  = '-' 
    103    ctrc2d(7)  = 'TDETZOO' 
    104    ctrc2l(7)  = 'TDETZOO' 
    105    ctrc2u(7)  = '-' 
    106    ctrc2d(8)  = 'TDETSED'    
    107    ctrc2l(8)  = 'TDETSED'    
    108    ctrc2u(8)  = '-'    
    109    ctrc2d(9)  = 'TZOODET' 
    110    ctrc2l(9)  = 'TZOODET' 
    111    ctrc2u(9)  = '-' 
    112    ctrc2d(10) = 'TZOOBOD' 
    113    ctrc2l(10) = 'TZOOBOD' 
    114    ctrc2u(10) = '-' 
    115    ctrc2d(11) = 'TZOONH4' 
    116    ctrc2l(11) = 'TZOONH4' 
    117    ctrc2u(11) = '-' 
    118    ctrc2d(12) = 'TZOODOM' 
    119    ctrc2l(12) = 'TZOODOM' 
    120    ctrc2u(12) = '-' 
    121    ctrc2d(13) = 'TNH4NO3' 
    122    ctrc2l(13) = 'TNH4NO3' 
    123    ctrc2u(13) = '-' 
    124    ctrc2d(14) = 'TDOMNH4' 
    125    ctrc2l(14) = 'TDOMNH4' 
    126    ctrc2u(14) = '-' 
    127    ctrc2d(15) = 'TDETNH4' 
    128    ctrc2l(15) = 'TDETNH4' 
    129    ctrc2u(15) = '-' 
    130    ctrc2d(16) = 'TPHYTOT' 
    131    ctrc2l(16) = 'TPHYTOT' 
    132    ctrc2u(16) = '-'    
    133    ctrc2d(17) = 'TZOOTOT' 
    134    ctrc2l(17) = 'TZOOTOT' 
    135    ctrc2u(17) = '-' 
    136    ctrc2d(18) = 'TDETDOM' 
    137    ctrc2l(18) = 'TDETDOM' 
    138    ctrc2u(18) = '-' 
    139    ctrc2d(19) = 'SEDPOC' 
    140    ctrc2l(19) = 'SEDPOC' 
    141    ctrc2u(19) = '-' 
     51!  nwritedia : time step frequency for additional arrays outputs 
     52!  2D/3D diagnostic type defined by : 
     53!                 *  short name  
     54!                 *  long_name 
     55!                 *  units 
     56!                 *  logical to save value or not  
     57!  
     58&natdia 
     59   nwritedia   = 360 
     60   diag2d(1)   = 'TNO3PHY' , 'TNO3PHY',  '-' 
     61   diag2d(2)   = 'TNH4PHY' , 'TNH4PHY',  '-' 
     62   diag2d(3)   = 'TPHYDOM' , 'TPHYDOM',  '-' 
     63   diag2d(4)   = 'TPHYNH4' , 'TPHYNH4',  '-' 
     64   diag2d(5)   = 'TPHYZOO' , 'TPHYZOO',  '-' 
     65   diag2d(6)   = 'TPHYDET' , 'TPHYDET',  '-' 
     66   diag2d(7)   = 'TDETZOO' , 'TDETZOO',  '-' 
     67   diag2d(8)   = 'TDETSED' , 'TDETSED',  '-' 
     68   diag2d(9)   = 'TZOODET' , 'TZOODET',  '-' 
     69   diag2d(10)  = 'TZOOBOD' , 'TZOOBOD',  '-' 
     70   diag2d(11)  = 'TZOONH4' , 'TZOONH4',  '-' 
     71   diag2d(12)  = 'TZOODOM' , 'TZOODOM',  '-' 
     72   diag2d(13)  = 'TNH4NO3' , 'TNH4NO3',  '-' 
     73   diag2d(14)  = 'TDOMNH4' , 'TDOMNH4',  '-' 
     74   diag2d(15)  = 'TDETNH4' , 'TDETNH4',  '-' 
     75   diag2d(16)  = 'TPHYTOT' , 'TPHYTOT',  '-' 
     76   diag2d(17)  = 'TZOOTOT' , 'TZOOTOT',  '-' 
     77   diag2d(18)  = 'TDETDOM' , 'TDETDOM',  '-' 
     78   diag2d(19)  = 'SEDPOC ' , 'SEDPOC ',  '-' 
     79   diag3d(1)   = 'FNO3PHY' , 'FNO3PHY',  '-' 
     80   diag3d(2)   = 'FNH4PHY' , 'FNH4PHY',  '-' 
     81   diag3d(3)   = 'FNH4NO3' , 'FNH4NO3',  '-' 
    14282/ 
    14383!----------------------------------------------------------------------- 
     
    15191!  crosster logical if true computes Smolar crossterms 
    15292&natnum 
    153    ndttrc   = 1, 
    154    rsc      = 1., 
    155    rtrn     = 1.e-15, 
    156    ncortrc  = 0, 
    157    crosster =.false., 
     93   ndttrc   = 1 
     94   rsc      = 1. 
     95   rtrn     = 1.e-15 
     96   ncortrc  = 1 
     97   crosster = .false. 
    15898/ 
    15999!----------------------------------------------------------------------- 
     
    168108   ln_trcadv_cen2   =  .false. 
    169109   ln_trcadv_tvd    =  .true. 
    170    ln_trcadv_muscl  =  .false.  
     110   ln_trcadv_muscl  =  .false. 
    171111   ln_trcadv_muscl2 =  .false. 
    172112   ln_trcadv_smolar =  .false. 
     113/ 
     114! 
     115!----------------------------------------------------------------------- 
     116!       namtrcbbl   bottom boundary layer scheme 
     117!----------------------------------------------------------------------- 
     118!  atrcbbl   lateral tracer coeff. for bottom boundary layer scheme(m2/s) 
     119&namtrcbbl 
     120   atrcbbl = 1000. 
    173121/ 
    174122!----------------------------------------------------------------------- 
    175123!       namtrcldf   lateral diffusion scheme for tracer (option not control by CPP keys) 
    176124!----------------------------------------------------------------------- 
     125!  Flag to performs lateral diffusion or not : 
     126!     ln_trcldf_diff 
    177127!  Type of the operator :  
    178128!     ln_trcldf_lap    laplacian operator          (default T) 
     
    197147   ahtrb0           =  0.  
    198148   trcrat           =  1. 
    199    ahtrc0           =  300.   
     149   ahtrc0           =  300. 
    200150   aeivtr0          =  1000. 
    201151/ 
     
    233183   hdmptr   = 800. 
    234184/ 
    235  
Note: See TracChangeset for help on using the changeset viewer.