Ignore:
Timestamp:
03/23/18 15:32:55 (6 years ago)
Author:
acosce
Message:

remove these configuration not use anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6CHT/GENERAL/PARAM/namelist_ORCA1_cfg

    r2456 r3688  
     1 
    12!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    23!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
     
    67&namrun        !   parameters of the run 
    78!----------------------------------------------------------------------- 
    8    cn_exp      = "ORCA1"   !  AUTO - experience name 
    9    nn_it000    =       1   !  AUTO - first time step 
    10    nn_itend    =    5475   !  AUTO - last  time step (std 5475) 
    11    nn_date0    =  010101   !  AUTO - date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    12    nn_leapy    =       0   !  AUTO - Leap year calendar (1) or not (0) 
    13    ln_rstart   = .false.   !  AUTO - start from rest (F) or from a restart file (T) 
    14    nn_rstctl   =       0   !  AUTO - restart control => activated only if ln_rstart = T 
     9   cn_exp      = _AUTOBLOCKER_    !  Experience name 
     10   nn_it000    = _AUTOBLOCKER_    !  First time step 
     11   nn_itend    = _AUTOBLOCKER_    !  Last  time step 
     12   nn_date0    = _AUTOBLOCKER_    !  Date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     13   nn_leapy    = _AUTOBLOCKER_    !  Leap year calendar (1) or not (0) 
     14   ln_rstart   = _AUTOBLOCKER_    !  start from rest (F) or from a restart file (T) 
     15   ln_rstart_ts = _AUTOBLOCKER_   !  start from rest for current only (F) or from a restart file (T) 
     16   nn_rstctl   = _AUTOBLOCKER_    !  Restart control => activated only if ln_rstart = T 
    1517                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    1618                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
    1719                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    18    cn_ocerst_in  = "restartopa"   !  suffix of ocean restart name (input) 
    19    cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    20    nn_istate   =       0   !  output the initial state (1) or not (0) 
    21    nn_stock    =    5475   !  AUTO - frequency of creation of a restart file (modulo referenced to 1) 
    22    nn_write    =    5475   !  AUTO - frequency of write in the output file   (modulo referenced to nn_it000) 
     20   cn_ocerst_in  = "restartopa"   !  Suffix of ocean restart name (input) 
     21   cn_ocerst_indir = "."       !  directory from which to read input ocean restarts 
     22   cn_ocerst_out = "restart"      !  Suffix of ocean restart name (output) 
     23   cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts 
     24   nn_istate   =       0   !  Output the initial state (1) or not (0) 
     25   nn_stock    =  _AUTOBLOCKER_   !  Frequency of creation of a restart file (modulo referenced to 1) 
     26   nn_write    =    5475   !  Requency of write in the output file   (modulo referenced to nn_it000) 
    2327   ln_mskland  = .true.    !  Masks land points in NetCDF outputs 
     28   ln_mskutil  = .true.    !  Outputs without halos 
     29   ln_cfmeta   = .true.    !  output additional data to netCDF files required for compliance with the CF metadata standard 
    2430/ 
    2531!----------------------------------------------------------------------- 
     
    2935   jp_cfg      =       1               !  resolution of the configuration 
    3036   jpidta      =     362               !  1st lateral dimension ( >= jpi ) 
    31    jpjdta      =     292               !  2nd    "         "    ( >= jpj ) 
     37   jpjdta      =     332               !  2nd    "         "    ( >= jpj ) 
    3238   jpkdta      =      75               !  number of levels      ( >= jpk ) 
    3339   jpiglo      =     362               !  1st dimension of global domain --> i =jpidta 
    34    jpjglo      =     292               !  2nd    -                  -    --> j  =jpjdta 
    35    jpizoom     =       1               !  left bottom (i,j) indices of the zoom 
    36    jpjzoom     =       1               !  in data domain indices 
     40   jpjglo      =     332               !  2nd    -                  -    --> j  =jpjdta 
    3741   jperio      =       6               !  lateral cond. type (between 0 and 6) 
    3842/ 
     
    4448&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    4549!----------------------------------------------------------------------- 
    46    rn_sbot_min =  300.     !  minimum depth of s-bottom surface (>0) (m) 
    47    rn_sbot_max = 5250.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
    48    rn_theta    =    6.0    !  surface control parameter (0<=rn_theta<=20) 
    49    rn_thetb    =    0.75   !  bottom control parameter  (0<=rn_thetb<= 1) 
    50    rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<rn_max<1) 
    51    rn_bb       =    0.8    !  stretching with s-sigma 
    52    rn_hc       =  150.0    !  critical depth with s-sigma  
    5350/ 
    5451!----------------------------------------------------------------------- 
    5552&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    5653!----------------------------------------------------------------------- 
    57    nn_msh      =    0      !  AUTO - create (=1) a mesh file or not (=0) 
    58    rn_rdt      = 3600.     !  time step for the dynamics (and tracer if nn_acc=0) 
    59    nn_closea    =   1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     54    nn_closea    =   1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    6055   ! 
    6156   jphgr_msh   =       0               !  type of horizontal mesh 
     
    7368   ppdzmin     =  999999.0             !  Minimum vertical spacing 
    7469   pphmax      =  999999.0             !  Maximum depth 
    75    ldbletanh   =   .TRUE.              !  Use/do not use double tanf function for vertical coordinates 
    7670   ppa2        =     100.7609285000000 !  Double tanh function parameters 
    7771   ppkth2      =      48.02989372000000    ! 
    7872   ppacr2      =      13.00000000000   ! 
    79    rn_hmin     =   20.  
     73   rn_rdt      = 2700.     !  time step for the dynamics (and tracer if nn_acc=0) 
     74   rn_hmin     =   20. 
     75   nn_msh      = _AUTO_    !  AUTO - Create (=1) a mesh file or not (=0) 
     76/ 
     77!----------------------------------------------------------------------- 
     78&namsplit        
     79!-----------------------------------------------------------------------  
     80   ln_bt_fw      =    .FALSE.          !  leap-frog integration of barotropic equations 
     81   ln_bt_av      =    .TRUE.           !  Time filtering of barotropic variables 
     82   ln_bt_nn_auto =    .TRUE.           !  Set nn_baro automatically to be just below 
     83                                       !  a user defined maximum courant number (rn_bt_cmax) 
     84   nn_baro       =    30               !  Number of iterations of barotropic mode 
     85                                       !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
     86   rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T  
     87   nn_bt_flt     =    1                !  Time filter choice 
     88                                       !  = 0 None 
     89                                       !  = 1 Boxcar over   nn_baro barotropic steps 
     90                                       !  = 2 Boxcar over 2*nn_baro     "         
    8091/ 
    8192!----------------------------------------------------------------------- 
     
    8798&namtsd    !   data : Temperature  & Salinity 
    8899!----------------------------------------------------------------------- 
    89    ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    90100   ln_tsd_tradmp = .false.  !  damping of ocean T & S toward T &S input data (T) or not (F) 
     101   sn_tem  = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc'  ,   ''    ,    '' 
     102   sn_sal  = 'absolute_salinity_WOA13_decav_Reg1L75_clim'       , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc'  ,   ''    ,    '' 
    91103/ 
    92104!----------------------------------------------------------------------- 
    93105&namsbc        !   Surface Boundary Condition (surface module) 
    94106!----------------------------------------------------------------------- 
    95    nn_fsbc     = 6         !  frequency of surface boundary condition computation 
     107   nn_fsbc     =  2        !  frequency of surface boundary condition computation 
    96108                           !     (also = the frequency of sea-ice model call) 
    97109   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
    98    ln_cpl      = .true.    !  Coupled formulation                       (T => fill namsbc_cpl ) 
    99    ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    100    nn_ice      = 2         !  =0 no ice boundary condition   , 
    101                            !  =1 use observed ice-cover      , 
    102                            !  =2 ice-model used                         ("key_lim3" or "key_lim2") 
    103    cn_iceflx   = 'linear'  !  AUTO -  
    104                            !  ="ave"    - Average flux over all ice categories ("key_lim3") 
    105                            !  ="linear" - Linear repartition of fluxes over ice categories ("key_lim3") 
    106    nn_ice_embd = 0         !  AUTO -  
     110   ln_cpl      = .true.    !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     111   nn_limflx =   2         !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used) 
     112                           !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled 
     113                           !  = 0  Average per-category fluxes (forced and coupled mode) 
     114                           !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled 
     115                           !  = 2  Redistribute a single flux over categories (coupled mode only) 
     116   nn_ice_embd = 1         !  AUTO -  
    107117                           !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    108118                           !  =1 levitating ice with mass and salt exchange but no presure effect 
    109119                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    110    ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    111120   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    112121   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    113122   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    114                            !     =1 global mean of e-p-r set to zero at each time step 
    115 / 
     123   nn_isf      = 3         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
     124                           !  3 = rnf file for isf 
    116125!----------------------------------------------------------------------- 
    117126&namsbc_core   !   namsbc_core  CORE bulk formulae 
     
    121130&namtra_qsr    !   penetrative solar radiation 
    122131!----------------------------------------------------------------------- 
    123    nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
     132   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca1_bilinear.nc' , '' , '' 
     133   ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
     134   ln_qsr_rgb  = .false.    !  RGB (Red-Green-Blue) light penetration 
     135   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
     136   ln_qsr_bio  = .true.   !  bio-model light penetration 
    124137/ 
    125138!----------------------------------------------------------------------- 
    126139&namsbc_rnf    !   runoffs namelist surface boundary condition 
    127140!----------------------------------------------------------------------- 
     141!              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     142!              !                      !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     143   sn_rnf      = 'eORCA_R1_runoff_clim_v1.0_nomask',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     144   sn_cnf      = 'eORCA_R1_runoff_clim_v1.0_nomask',         0         , 'socoeff' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     145   sn_s_rnf    = 'runoffs'                         ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     146   sn_t_rnf    = 'runoffs'                         ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     147   sn_dep_rnf  = 'runoffs_eORCA1.0_depths.nc'      ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     148 
     149   ln_rnf_mouth = .false.    !  specific treatment at rivers mouths 
     150   ln_rnf_depth = .true.     !  read in depth information for runoff 
     151   ln_rnf_tem   = .false.    !  read in temperature information for runoff 
     152   ln_rnf_sal   = .false.    !  read in salinity information for runoff 
     153   ln_rnf_depth_ini = .false.!  compute depth at initialisation from runoff file 
     154   rn_rnf_max   = 0.05       !  max value of the runoff climatology over global domain ( if ln_rnf_depth_ini = .true ) 
     155   rn_dep_max = 150.         !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
     156   nn_rnf_depth_file =  _AUTO_   ! create (=1) a runoff depth file or not (=0) 
     157/ 
     158!----------------------------------------------------------------------- 
     159&namsbc_isf    !  Top boundary layer (ISF) 
     160!----------------------------------------------------------------------- 
     161!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     162!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     163!              ! 
     164   sn_rnfisf     = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sornfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
     165   sn_depmax_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     166   sn_depmin_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sodepmin_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     167/ 
     168!----------------------------------------------------------------------- 
     169&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
     170!----------------------------------------------------------------------- 
    128171/ 
    129172!----------------------------------------------------------------------- 
    130173&namsbc_ssr    !   surface boundary condition : sea surface restoring 
    131174!----------------------------------------------------------------------- 
     175!              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     176!              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     177   sn_sss      = 'sss_absolute_salinity_WOA13_decav_Reg1L75_clim', -1. , 'sosaline', .true. , .true. , 'yearly' , 'weights_WOA13d1_2_eorca1_bilinear.nc' , '' 
    132178/ 
    133179!----------------------------------------------------------------------- 
    134180&namsbc_alb    !   albedo parameters 
    135181!----------------------------------------------------------------------- 
    136    rn_cloud    =    0.00   !  cloud correction to snow and ice albedo 
    137    rn_albice   =    0.5    !  albedo of melting ice in the arctic and antarctic 
    138    rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    139    rn_alphc    =    0.65   !  compute albedo between two extremes values 
    140    rn_alphdi   =    0.72   !  (Pyane, 1972) 
     182   nn_ice_alb   =    1   !  parameterization of ice/snow albedo 
     183                         !     0: Shine & Henderson-Sellers (JGR 1985), giving clear-sky albedo 
     184                         !     1: "home made" based on Brandt et al. (JClim 2005) and Grenfell & Perovich (JGR 2004), 
     185                         !        giving cloud-sky albedo 
     186   rn_alb_sdry  =  0.87  !  dry snow albedo         : 0.80 (nn_ice_alb = 0); 0.85 (nn_ice_alb = 1); obs 0.85-0.87 (cloud-sky) 
     187   rn_alb_smlt  =  0.82  !  melting snow albedo     : 0.65 ( '' )          ; 0.75 ( '' )          ; obs 0.72-0.82 ( '' ) 
     188   rn_alb_idry  =  0.65  !  dry ice albedo          : 0.72 ( '' )          ; 0.60 ( '' )          ; obs 0.54-0.65 ( '' ) 
     189   rn_alb_imlt  =  0.58  !  bare puddled ice albedo : 0.53 ( '' )          ; 0.50 ( '' )          ; obs 0.49-0.58 ( '' ) 
    141190/ 
    142191!----------------------------------------------------------------------- 
     
    162211sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    163212sn_rcv_co2    =       'none'              ,    'no'    ,     ''      ,         ''          ,   '' 
    164 / 
     213sn_rcv_icb    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     214sn_rcv_isf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     215 
    165216/ 
    166217!----------------------------------------------------------------------- 
    167218&namberg       !   iceberg parameters 
    168219!----------------------------------------------------------------------- 
     220      ln_icebergs              = .false. 
     221      ln_bergdia               = .false.              ! Calculate budgets 
     222      nn_verbose_level         = 0                    ! Turn on more verbose output if level > 0 
     223      nn_verbose_write         = 120                  ! Timesteps between verbose messages 
     224      nn_sample_rate           = 1                    ! Timesteps between sampling for trajectory storage 
     225                                                      ! Initial mass required for an iceberg of each class 
     226      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
     227                                                      ! Proportion of calving mass to apportion to each class   
     228      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
     229                                                      ! Ratio between effective and real iceberg mass (non-dim) 
     230                                                      ! i.e. number of icebergs represented at a point          
     231      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
     232                                                      ! thickness of newly calved bergs (m) 
     233      rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
     234      rn_rho_bergs             = 850.                 ! Density of icebergs 
     235      rn_LoW_ratio             = 1.5                  ! Initial ratio L/W for newly calved icebergs 
     236      ln_operator_splitting    = .true.               ! Use first order operator splitting for thermodynamics 
     237      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
     238      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
     239      ln_passive_mode          = .false.              ! iceberg - ocean decoupling    
     240      nn_test_icebergs         =   8                  ! Create test icebergs of this class (-1 = no) 
     241                                                      ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
     242      !rn_test_box              = 108.0,  116.0, -66.0, -58.0 
     243      rn_test_box              = -180.0,  180.0,  70.0,  90.0     ! 
     244      rn_speed_limit           = 0.                   ! CFL speed limit for a berg    
     245 
     246!              ! file name ! frequency (hours) !   variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     247!              !           !  (if <0  months)  !     name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     248      sn_icb =  'calving' ,       -1           , 'calvingmask',  .true.        , .true.  , 'yearly'  , ''       , ''       , '' 
     249    
     250      cn_dir = './'  
    169251/ 
    170252!----------------------------------------------------------------------- 
     
    185267&nambbc        !   bottom temperature boundary condition 
    186268!----------------------------------------------------------------------- 
    187    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     269   sn_qgh      ='Goutorbe_ghflux.nc',  -12.  , 'gh_flux'    ,   .false.     , .true. , 'yearly'  , 'weights_Goutorbe1_2_eorca1_bilinear.nc'       , ''       , '' 
     270   ! 
     271   cn_dir      = './'      !  root directory for the location of the runoff files 
     272   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux 
    188273/ 
    189274!----------------------------------------------------------------------- 
     
    198283&namtra_adv    !   advection scheme for tracer 
    199284!----------------------------------------------------------------------- 
     285   ln_traadv_tvd    =  .true.   !  TVD scheme 
     286   ln_traadv_ubs    =  .false.  !  UBS scheme 
    200287/ 
    201288!----------------------------------------------------------------------- 
     
    210297&namtra_ldf    !   lateral diffusion scheme for tracers 
    211298!---------------------------------------------------------------------------------- 
    212    ln_traldf_grif   =  .true.   !  griffies skew flux formulation       (require "key_ldfslp") 
    213    ln_traldf_gdia   =  .true.   !  griffies operator strfn diagnostics  (require "key_ldfslp") 
    214    ln_botmix_grif   =  .true.   !  griffies operator with lateral mixing on bottom (require "key_ldfslp") 
     299   ln_traldf_grif   =  .false.   !  griffies skew flux formulation       (require "key_ldfslp") 
     300   ln_traldf_gdia   =  .false.   !  griffies operator strfn diagnostics  (require "key_ldfslp") 
     301   ln_botmix_grif   =  .false.   !  griffies operator with lateral mixing on bottom (require "key_ldfslp") 
    215302   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    216303   rn_aeiv_0        =  1000.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv") 
     
    220307!----------------------------------------------------------------------- 
    221308   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    222    nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column 
    223  
    224309/ 
    225310!----------------------------------------------------------------------- 
    226311&namdyn_adv    !   formulation of the momentum advection 
    227312!----------------------------------------------------------------------- 
     313   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
     314   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     315   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     316   nn_dynkeg     = 1       !  scheme for grad(KE): =0  C2  ; =1  Hollingsworth correction 
     317/ 
     318!----------------------------------------------------------------------- 
     319&nam_vvl    !   vertical coordinate options 
     320!----------------------------------------------------------------------- 
    228321/ 
    229322!----------------------------------------------------------------------- 
     
    234327&namdyn_hpg    !   Hydrostatic pressure gradient option 
    235328!----------------------------------------------------------------------- 
    236    ln_dynhpg_imp = .true.  !  time stepping: semi-implicit time scheme  (T) 
    237    ln_hpg_zps    = .false. !  z-coordinate - partial steps (interpolation) 
    238    ln_hpg_prj    = .true.  !  s-coordinate (Pressure Jacobian scheme) 
     329   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
     330   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
     331   !ln_hpg_isf  = .true.    !  s-coordinate (sco ) adapted to isf 
     332   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
     333                           !           centered      time scheme  (F) 
    239334/ 
    240335!----------------------------------------------------------------------- 
     
    250345&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    251346!----------------------------------------------------------------------- 
     347  nn_etau     = 0         !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
     348                          !    = 0 no penetration 
     349                          !    = 1 add a tke source below the ML 
     350                          !    = 2 add a tke source just at the base of the ML 
     351                          !    = 3 as = 1 applied on HF part of the stress    ("key_oasis3") 
     352  nn_mxl0     = 2         ! type of scaling under sea-ice 
     353                          !    = 0 no scaling under sea-ice 
     354                          !    = 1 scaling with constant sea-ice thickness 
     355                          !    = 2  scaling with mean sea-ice thickness 
     356                          !    = 3  scaling with maximum sea-ice thickness 
     357  rn_hice    = 10.        ! max constant ice thickness value when scaling under sea-ice ( nn_mxl0=1) 
     358  ln_lc      = .true.     !  Langmuir cell parameterisation (Axell 2002) 
     359  rn_lc      =  0.20      !  coef. associated to Langmuir cells 
    252360/ 
    253361!----------------------------------------------------------------------- 
     
    260368/ 
    261369!----------------------------------------------------------------------- 
     370&namzdf_tmx_new    !   new tidal mixing parameterization                ("key_zdftmx_new") 
     371!----------------------------------------------------------------------- 
     372   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
     373   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
     374   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     375/ 
     376!----------------------------------------------------------------------- 
    262377&namsol        !   elliptic solver / island / free surface 
    263378!----------------------------------------------------------------------- 
     
    266381&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    267382!----------------------------------------------------------------------- 
    268    jpni        =   1       !  jpni   number of processors following i (set automatically if < 1) 
    269    jpnj        =  29       !  jpnj   number of processors following j (set automatically if < 1) 
    270    jpnij       =  29       !  jpnij  number of local domains (set automatically if < 1) 
     383   ln_nnogather=  .true.   ! 
     384   jpni        =   22      !  jpni   number of processors following i (set automatically if < 1) 
     385   jpnj        =   22      !  jpnj   number of processors following j (set automatically if < 1) 
     386   jpnij       =  360      !  jpnij  number of local domains (set automatically if < 1), 360 for eORCA1/IPSLCM6-LR 
    271387/ 
    272388!----------------------------------------------------------------------- 
     
    277393&namptr       !   Poleward Transport Diagnostic 
    278394!----------------------------------------------------------------------- 
    279    ln_diaptr  = .false.     !  Poleward heat and salt transport (T) or not (F) 
    280    ln_diaznl  = .false.     !  Add zonal means and meridional stream functions 
    281    ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not 
     395   ln_diaptr  = .true.      !  Poleward heat and salt transport (T) or not (F) 
     396   ln_subbas  = .true.      !  Atlantic/Pacific/Indian basins computation (T) or not 
    282397                            !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    283    ln_ptrcomp = .false.     !  Add decomposition : overturning 
    284    nn_fptr    =  1          !  Frequency of ptr computation [time step] 
    285    nn_fwri    =  15         !  AUTO - Frequency of ptr outputs [time step] 
    286 / 
    287 !----------------------------------------------------------------------- 
    288 &nam_asminc   !   assimilation increments                               ('key_asminc') 
    289 !----------------------------------------------------------------------- 
    290 / 
    291 !----------------------------------------------------------------------- 
    292 &namsbc_wave   ! External fields from wave model 
    293 !----------------------------------------------------------------------- 
    294398/ 
    295399!----------------------------------------------------------------------- 
    296400&namhsb       !  Heat and salt budgets 
    297401!----------------------------------------------------------------------- 
     402   ln_diahsb  = .true.   
    298403/ 
    299404!----------------------------------------------------------------------- 
     
    301406!----------------------------------------------------------------------- 
    302407/ 
     408!----------------------------------------------------------------------- 
     409&nam_vvl    !   vertical coordinate options 
     410!----------------------------------------------------------------------- 
     411/ 
     412!----------------------------------------------------------------------- 
     413&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     414!----------------------------------------------------------------------- 
     415/ 
     416!----------------------------------------------------------------------- 
     417&namtrd        !   diagnostics on dynamics and/or tracer trends 
     418!              !       and/or mixed-layer trends and/or barotropic vorticity 
     419!----------------------------------------------------------------------- 
     420   ln_tra_trd  = .true.   ! (T) 3D tracer trend output 
     421/ 
     422!----------------------------------------------------------------------- 
     423&namsto       ! Stochastic parametrization of EOS 
     424!----------------------------------------------------------------------- 
     425/ 
Note: See TracChangeset for help on using the changeset viewer.