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 3126 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/CONFIG/AMM12_PISCES/EXP00/namelist – NEMO

Ignore:
Timestamp:
2011-11-16T11:00:25+01:00 (12 years ago)
Author:
acc
Message:

Branch dev_NEMO_MERGE_2011. Updated AMM12 namelists and iodef.xml. Also removed merge comment left in other namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/CONFIG/AMM12_PISCES/EXP00/namelist

    r3116 r3126  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    22!! NEMO/OPA  :  1 - run manager      (namrun) 
    3 !! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namdta_tem, namdta_sal) 
     3!! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namtsd) 
    44!!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core 
    55!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf,  
     
    5151!!   namzgr_sco   s-coordinate or hybrid z-s-coordinate 
    5252!!   namdom       space and time domain (bathymetry, mesh, timestep) 
    53 !!   namdta_tem   data: temperature                                     ("key_dtatem") 
    54 !!   namdta_sal   data: salinity                                        ("key_dtasal") 
     53!!   namtsd       data: temperature & salinity                          
    5554!!====================================================================== 
    5655! 
     
    9493/ 
    9594!----------------------------------------------------------------------- 
    96 &namtsd    !   data : Temperature  & Salinity 
     95&namtsd    !   data : Temperature  & Salinity                            
    9796!----------------------------------------------------------------------- 
    9897!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
     
    102101   ! 
    103102   cn_dir        = './'     !  root directory for the location of the runoff files 
    104    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    105    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     103   ln_tsd_init   = .false.  !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
     104   ln_tsd_tradmp = .false.  !  damping of ocean T & S toward T &S input data (T) or not (F) 
    106105/ 
    107106!!====================================================================== 
     
    111110!!   namsbc_ana      analytical         formulation 
    112111!!   namsbc_flx      flux               formulation 
    113 !!   namsbc_clio     CLIO bulk formulea formulation 
    114 !!   namsbc_core     CORE bulk formulea formulation 
     112!!   namsbc_clio     CLIO bulk formulae formulation 
     113!!   namsbc_core     CORE bulk formulae formulation 
     114!!   namsbc_mfs      MFS  bulk formulae formulation 
    115115!!   namsbc_cpl      CouPLed            formulation                     ("key_coupled") 
    116116!!   namtra_qsr      penetrative solar radiation 
     
    130130   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    131131   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)  
     132   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    132133   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
    133134   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     
    142143                           !     =2 annual global mean of e-p-r set to zero 
    143144                           !     =3 global emp set to zero and spread out over erp area 
     145   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    144146/ 
    145147!----------------------------------------------------------------------- 
     
    166168/       
    167169!----------------------------------------------------------------------- 
    168 &namsbc_clio   !   namsbc_clio  CLIO bulk formulea 
     170&namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    169171!----------------------------------------------------------------------- 
    170172!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     
    181183/ 
    182184!----------------------------------------------------------------------- 
    183 &namsbc_core   !   namsbc_core  CORE bulk formulea 
     185&namsbc_core   !   namsbc_core  CORE bulk formulae 
    184186!----------------------------------------------------------------------- 
    185187!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     
    199201   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    200202   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
     203/ 
     204!----------------------------------------------------------------------- 
     205&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
     206!----------------------------------------------------------------------- 
     207!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     208!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     209   sn_wndi     =   'ecmwf'   ,        6          , 'u10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     210   sn_wndj     =   'ecmwf'   ,        6          , 'v10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     211   sn_clc      =   'ecmwf'   ,        6          , 'clc'     ,    .true.    , .false. , 'daily'  ,'bilinear.nc', '' 
     212   sn_msl      =   'ecmwf'   ,        6          , 'msl'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     213   sn_tair     =   'ecmwf'   ,        6          , 't2'      ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     214   sn_rhm      =   'ecmwf'   ,        6          , 'rh'      ,    .true.    , .false. , 'daily'  ,'bilinear.nc', '' 
     215   sn_prec     =   'ecmwf'   ,        6          , 'precip'  ,    .true.    , .true.  , 'daily'  ,'bicubic.nc' , '' 
     216 
     217   cn_dir      = './ECMWF/'      !  root directory for the location of the bulk files 
    201218/ 
    202219!----------------------------------------------------------------------- 
     
    284301                           !  or to SSS only (=1) or no damping term (=0) 
    285302   rn_dqdt     =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    286    rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day] 
    287    ln_sssr_bnd =  .false.  !  flag to bound erp term (associated with nn_sssr=2) 
     303   rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day] 
     304   ln_sssr_bnd =   .true.  !  flag to bound erp term (associated with nn_sssr=2) 
    288305   rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
    289306/       
     
    314331   rn_shlat    =     0     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    315332                           !  free slip  !   partial slip  !   no slip   ! strong slip 
     333   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical eqs. 
    316334/ 
    317335!----------------------------------------------------------------------- 
     
    348366   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
    349367   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
     368/ 
     369!----------------------------------------------------------------------- 
     370&nam_tide      !   tide parameters (#ifdef key_tide) 
     371!----------------------------------------------------------------------- 
     372   ln_tide_pot   = .true.   !  use tidal potential forcing 
     373   nb_harmo      =    11    !  number of constituents used 
     374   clname(1)     =   'M2'   !  name of constituent 
     375   clname(2)     =   'S2' 
     376   clname(3)     =   'N2' 
     377   clname(4)     =   'K1' 
     378   clname(5)     =   'O1' 
     379   clname(6)     =   'Q1' 
     380   clname(7)     =   'M4' 
     381   clname(8)     =   'K2' 
     382   clname(9)     =   'P1' 
     383   clname(10)    =   'Mf' 
     384   clname(11)    =   'Mm' 
    350385/ 
    351386!----------------------------------------------------------------------- 
     
    471506!!   namtra_adv    advection scheme 
    472507!!   namtra_ldf    lateral diffusion scheme 
    473 !!   namtra_dmp    T & S newtonian damping                              ("key_tradmp") 
     508!!   namtra_dmp    T & S newtonian damping                         
    474509!!====================================================================== 
    475510! 
     
    514549/ 
    515550!----------------------------------------------------------------------- 
    516 &namtra_dmp    !   tracer: T & S newtonian damping                      ('key_tradmp') 
    517 !----------------------------------------------------------------------- 
     551&namtra_dmp    !   tracer: T & S newtonian damping                   
     552!----------------------------------------------------------------------- 
     553   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    518554   nn_hdmp     =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    519555                           !                   =XX, damping poleward of XX degrees (XX>0) 
     
    620656   rn_alp      =   5.      !  coefficient of the parameterization 
    621657   nn_ric      =   2       !  coefficient of the parameterization 
     658   rn_ekmfc    =   0.7     !  Factor in the Ekman depth Equation 
     659   rn_mldmin   =   1.0     !  minimum allowable mixed-layer depth estimate (m) 
     660   rn_mldmax   =1000.0     !  maximum allowable mixed-layer depth estimate (m) 
     661   rn_wtmix    =  10.0     !  vertical eddy viscosity coeff [m2/s] in the mixed-layer 
     662   rn_wvmix    =  10.0     !  vertical eddy diffusion coeff [m2/s] in the mixed-layer 
     663   ln_mldw     = .true.    !  Flag to use or not the mized layer depth param. 
    622664/ 
    623665!----------------------------------------------------------------------- 
     
    785827&namflo       !   float parameters                                      ("key_float") 
    786828!----------------------------------------------------------------------- 
    787    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    788    nn_writefl =      75    !  frequency of writing in float output file  
    789    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    790    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    791    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    792                            !  or computed with Blanke' scheme (F) 
     829   jpnfl         = 1          !  total number of floats during the run 
     830   jpnnewflo     = 0          !  number of floats for the restart 
     831   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     832   nn_writefl    =      75    !  frequency of writing in float output file  
     833   nn_stockfl    =    5475    !  frequency of creation of the float restart file  
     834   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     835   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     836                              !  or computed with Blanke' scheme (F) 
     837   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     838   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    793839/ 
    794840!----------------------------------------------------------------------- 
     
    807853!----------------------------------------------------------------------- 
    808854   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
     855/ 
     856!----------------------------------------------------------------------- 
     857&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm') 
     858!----------------------------------------------------------------------- 
     859    nit000_han = 1         ! First time step used for harmonic analysis 
     860    nitend_han = 75        ! Last time step used for harmonic analysis 
     861    nstep_han  = 15        ! Time step frequency for harmonic analysis 
     862    nb_ana     = 2         ! Number of harmonics to analyse 
     863    tname(1)   = 'M2'      ! Name of tidal constituents 
     864    tname(2)   = 'K1' 
     865/ 
     866!----------------------------------------------------------------------- 
     867&namdct        ! transports through sections 
     868!----------------------------------------------------------------------- 
     869    nn_dct      = 15       !  time step frequency for transports computing 
     870    nn_dctwri   = 15       !  time step frequency for transports writing 
     871    nn_secdebug = 112      !      0 : no section to debug 
     872                           !     -1 : debug all section 
     873                           !  0 < n : debug section number n 
    809874/ 
    810875 
     
    897962    ln_salfix = .false.    !  Logical switch for ensuring that the sa > salfixmin 
    898963    salfixmin = -9999      !  Minimum salinity after applying the increments 
     964    nn_divdmp = 0          !  Number of iterations of divergence damping operator 
     965/ 
     966!----------------------------------------------------------------------- 
     967&namsbc_wave   ! External fields from wave model 
     968!----------------------------------------------------------------------- 
     969!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     970!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     971   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
     972! 
     973   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
    899974/ 
    900975!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.