Changeset 2825


Ignore:
Timestamp:
05/04/16 10:24:22 (8 years ago)
Author:
omamce
Message:

O.M. : Adaptation pour coller a Shaconemo/ORCA1_LIM3_PISCES revision 48

Location:
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM
Files:
4 edited

Legend:

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

    r2813 r2825  
    3737   jpjglo      =     332               !  2nd    -                  -    --> j  =jpjdta 
    3838   jperio      =       6               !  lateral cond. type (between 0 and 6) 
    39    !ln_use_jattr = .true.               !  use (T) the file attribute: open_ocean_jstart if present 
    4039/ 
    4140!----------------------------------------------------------------------- 
     
    5049&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    5150!----------------------------------------------------------------------- 
    52    nn_msh      = _AUTO_    !  AUTO - Create (=1) a mesh file or not (=0) 
    5351   rn_rdt      = 2700.     !  time step for the dynamics (and tracer if nn_acc=0) 
    5452   nn_closea    =   1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     
    7169   ppkth2      =      48.02989372000000    ! 
    7270   ppacr2      =      13.00000000000   ! 
    73    rn_hmin     =   20.  
     71   rn_hmin     =   20. 
     72   nn_msh      = _AUTO_    !  AUTO - Create (=1) a mesh file or not (=0) 
    7473/ 
    7574!----------------------------------------------------------------------- 
     
    105104   nn_fsbc     =  2        !  frequency of surface boundary condition computation 
    106105                           !     (also = the frequency of sea-ice model call) 
    107    ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio) 
    108106   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
    109    ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    110107   ln_cpl      = .true.    !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
    111    ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
    112    ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    113    nn_ice      = 2         !  =0 no ice boundary condition   , 
    114                            !  =1 use observed ice-cover      , 
    115                            !  =2 ice-model used                         ("key_lim3" or "key_lim2") 
    116108   nn_limflx =   2         !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used) 
    117109                           !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled 
     
    123115                           !  =1 levitating ice with mass and salt exchange but no presure effect 
    124116                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    125    ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    126117   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    127118   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    128119   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    129120                           !     =1 global mean of e-p-r set to zero at each time step 
    130 / 
     121   nn_isf      = 0         !  No ice shelf melting/freezing parametrisation 
    131122!----------------------------------------------------------------------- 
    132123&namsbc_core   !   namsbc_core  CORE bulk formulae 
     
    136127&namtra_qsr    !   penetrative solar radiation 
    137128!----------------------------------------------------------------------- 
    138    nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    139    sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true 
     129   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca1_bilinear.nc' , '' , '' 
     130   ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
     131   nn_chldta   =      2    !  RGB : 2D Chl data (=1), 3D Chl data (=2) or cst value (=0) 
    140132/ 
    141133!----------------------------------------------------------------------- 
     
    154146   ln_rnf_tem   = .false.    !  read in temperature information for runoff 
    155147   ln_rnf_sal   = .false.    !  read in salinity information for runoff 
    156    ln_rnf_depth_ini = .true. !  compute depth at initialisation from runoff file 
     148   ln_rnf_depth_ini = .false.!  compute depth at initialisation from runoff file 
    157149   rn_rnf_max   = 0.05       !  max value of the runoff climatology over global domain ( if ln_rnf_depth_ini = .true ) 
    158150   rn_dep_max = 150.         !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
    159    nn_rnf_depth_file = _AUTO_     ! create (=1) a runoff depth file or not (=0) 
     151   nn_rnf_depth_file =  _AUTO_   ! create (=1) a runoff depth file or not (=0) 
     152/ 
     153!----------------------------------------------------------------------- 
     154&namsbc_isf    !  Top boundary layer (ISF) 
     155!----------------------------------------------------------------------- 
     156!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     157!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     158!              ! 
     159   sn_rnfisf     = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sornfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
     160   sn_depmax_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     161   sn_depmin_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sodepmin_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
    160162/ 
    161163!----------------------------------------------------------------------- 
     
    166168&namsbc_ssr    !   surface boundary condition : sea surface restoring 
    167169!----------------------------------------------------------------------- 
     170!              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     171!              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     172   sn_sss      = 'sss_absolute_salinity_WOA13_decav_Reg1L75_clim', -1. , 'sosaline', .true. , .true. , 'yearly' , 'weights_WOA13d1_2_eorca1_bilinear.nc' , '' 
    168173/ 
    169174!----------------------------------------------------------------------- 
    170175&namsbc_alb    !   albedo parameters 
    171176!----------------------------------------------------------------------- 
     177   nn_ice_alb  =    1   !  parameterization of ice/snow albedo 
     178                        !     0: Shine & Henderson-Sellers (JGR 1985) 
     179                        !     1: "home made" based on Brandt et al. (J. Climate 2005) 
     180                        !                         and Grenfell & Perovich (JGR 2004) 
     181   rn_albice   =  0.5   !  albedo of bare puddled ice (values from 0.49 to 0.58) 
     182                        !     0.53 (default) => if nn_ice_alb=0 
     183                        !     0.50 (default) => if nn_ice_alb=1 
    172184/ 
    173185!----------------------------------------------------------------------- 
     
    193205sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    194206sn_rcv_co2    =       'none'              ,    'no'    ,     ''      ,         ''          ,   '' 
    195 / 
    196207/ 
    197208!----------------------------------------------------------------------- 
     
    250261   ! 
    251262   cn_dir      = './'      !  root directory for the location of the runoff files 
    252    ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    253263   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux 
    254                            !     = 1 constant flux 
    255                            !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
    256    rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
    257  
    258 / 
    259    
    260264/ 
    261265!----------------------------------------------------------------------- 
     
    332336&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    333337!----------------------------------------------------------------------- 
    334    rn_ebb      =  60.      !  coef. of the surface input of tke (=67.83 suggested when ln_mxl0=T) 
    335    rn_mxl0     =   0.01    !  surface  buoyancy lenght scale minimum value 
    336    nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    337                            !        = 0 no penetration 
    338                            !        = 1 add a tke source below the ML 
    339                            !        = 2 add a tke source just at the base of the ML 
    340                            !        = 3 as = 1 applied on HF part of the stress    ("key_oasis3") 
    341338/ 
    342339!----------------------------------------------------------------------- 
     
    355352&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    356353!----------------------------------------------------------------------- 
    357    ln_nnogather=  .false.  ! 
     354   ln_nnogather=  .true.   ! 
    358355   jpni        =   15      !  jpni   number of processors following i (set automatically if < 1) 
    359356   jpnj        =   12      !  jpnj   number of processors following j (set automatically if < 1) 
     
    363360&namctl        !   Control prints & Benchmark 
    364361!-----------------------------------------------------------------------  
    365    ln_ctl      = .false.   !  trends control print (expensive!) 
    366    nn_print    =    0      !  level of print (0 no extra print) 
    367    nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    368362/ 
    369363!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_lim3_ORCA1_cfg

    r2685 r2825  
    66&namicerun     !   Share parameters for dynamics/advection/thermo 
    77!----------------------------------------------------------------------- 
    8    cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input) 
    9    ln_limdiahsb  = .false.         !  check the heat and salt budgets (T) or not (F) 
    10    ln_limdiaout  = .false.          !  output the heat and salt budgets (T) or not (F) 
     8   cn_icerst_in  = "restart_ice_in" !  suffix of ice restart name (input) 
     9   rn_amax_s     = 0.95             !  maximum tolerated ice concentration SH 
     10   ln_limdiahsb  = .true.           !  check the heat and salt budgets (T) or not (F) 
     11   ln_limdiaout  = .true.           !  output the heat and salt budgets (T) or not (F) 
    1112/ 
    1213!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_pisces_ORCA1_cfg

    r2796 r2825  
    7676   ln_dust     =  .true.   ! boolean for dust input from the atmosphere 
    7777   ln_solub    =  .true.   ! boolean for variable solubility of atm. Iron 
    78    ln_river    =  .false.  ! AUTO - boolean for river input of nutrients 
    79    ln_ndepo    =  .true.   ! boolean for atmospheric deposition of 
     78   ln_river    =  .true.   ! boolean for river input of nutrients 
     79   ln_ndepo    =  .true.   ! boolean for atmospheric deposition of N 
    8080   ln_ironsed  =  .true.   ! boolean for Fe input from sediments 
    8181   ln_ironice  =  .true.   ! boolean for Fe input from sea ice 
    8282   sedfeinput  =  1.e-9    ! Coastal release of Iron 
    83    ln_hydrofe  =  .false.  ! AUTO - boolean for hydrothermal vents 
    8483/ 
    8584!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_top_ORCA1_cfg

    r2685 r2825  
    55&namtrc_run     !   run information 
    66!----------------------------------------------------------------------- 
    7    nn_dttrc      =  1        !  time step frequency for passive sn_tracers 
    87   nn_writetrc   =  5475     !  time step frequency for sn_tracer outputs 
    98   ln_top_euler  = .true.    !  use Euler time-stepping for TOP 
     
    7776&namtrc_ldf    !   lateral diffusion scheme for passive tracer  
    7877!----------------------------------------------------------------------- 
     78   rn_fact_lap      =     15.    !     enhanced zonal eddy diffusivity 
    7979/ 
    8080!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.