Ignore:
Timestamp:
07/09/15 15:32:30 (9 years ago)
Author:
omamce
Message:

OM : change for NEMO v3.6 stable

File:
1 edited

Legend:

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

    r2590 r2621  
    3434   jpjglo      =     292               !  2nd    -                  -    --> j  =jpjdta 
    3535   jperio      =       6               !  lateral cond. type (between 0 and 6) 
    36    ln_use_jattr = .true.               !  use (T) the file attribute: open_ocean_jstart if present 
     36   !ln_use_jattr = .true.               !  use (T) the file attribute: open_ocean_jstart if present 
    3737/ 
    3838!----------------------------------------------------------------------- 
     
    9595   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    9696   ln_tsd_tradmp = .false.  !  damping of ocean T & S toward T &S input data (T) or not (F) 
     97   !sn_tem   = 'data_1m_potential_temperature_nomask.nc          ', -1 ,'votemper' , .true. , .true. , 'yearly' , ''  ,   ''    ,    '' 
     98   !sn_sal   = 'data_1m_salinity_nomask.nc'                       , -1 ,'vosaline' , .true. , .true. , 'yearly' , ''  ,   ''    ,    '' 
     99   sn_tem  = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_bilinear_tem.nc'  ,   ''    ,    '' 
     100   sn_sal  = 'absolute_salinity_WOA13_decav_Reg1L75_clim'       , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_bilinear_sal.nc'  ,   ''    ,    '' 
    97101/ 
    98102!----------------------------------------------------------------------- 
     
    101105   nn_fsbc     =  2        !  frequency of surface boundary condition computation 
    102106                           !     (also = the frequency of sea-ice model call) 
     107   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio) 
    103108   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     109   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
     110   ln_cpl      = .true.    !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     111   ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
    104112   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    105113   nn_ice      = 2         !  =0 no ice boundary condition   , 
     
    129137!----------------------------------------------------------------------- 
    130138   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
     139   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true 
    131140/ 
    132141!----------------------------------------------------------------------- 
    133142&namsbc_rnf    !   runoffs namelist surface boundary condition 
    134143!----------------------------------------------------------------------- 
     144!              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     145!              !                      !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     146   sn_rnf      = 'runoff'             ,        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     147   sn_cnf      = 'runoff'             ,         0         , 'socoeff' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     148   sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     149   sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     150   sn_dep_rnf  = 'runoffs'            ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     151 
     152   ln_rnf_mouth = .false.    !  specific treatment at rivers mouths 
     153   ln_rnf_depth = .false.    !  read in depth information for runoff 
     154   ln_rnf_tem   = .false.    !  read in temperature information for runoff 
     155   ln_rnf_sal   = .false.    !  read in salinity information for runoff 
     156   ln_rnf_depth_ini = .true. !  compute depth at initialisation from runoff file 
     157   rn_rnf_max   = 0.05       !  max value of the runoff climatology over global domain ( if ln_rnf_depth_ini = .true ) 
     158   rn_dep_max = 150.         !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
     159   nn_rnf_depth_file = 1     ! create (=1) a runoff depth file or not (=0) 
    135160/ 
    136161!----------------------------------------------------------------------- 
     
    223248&nambbc        !   bottom temperature boundary condition 
    224249!----------------------------------------------------------------------- 
     250!              !                              !  (if <0  months)  !   
     251!              !  file name      ! frequency (hours) ! variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     252!              !                 !  (if <0  months)  !   name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     253   sn_qgh      =   'Goutorbe_ghflux.nc',  -12.  , 'gh_flux'      ,   .false.      , .true.  , 'yearly'  , 'weights_Goutorbe1_bilinear.nc'       , ''       , ''    ! 
     254   cn_dir      = './'      !  root directory for the location of the runoff files 
     255   ln_trabbc   = .false.    !  Apply a geothermal heating at the ocean bottom 
     256   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux 
     257                           !     = 1 constant flux 
     258                           !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
     259   rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
     260 
     261/ 
     262   
    225263/ 
    226264!----------------------------------------------------------------------- 
     
    266304   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    267305   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     306   nn_dynkeg     = 1       !  scheme for grad(KE): =0  C2  ; =1  Hollingsworth correction 
    268307/ 
    269308!----------------------------------------------------------------------- 
     
    313352!----------------------------------------------------------------------- 
    314353   ln_nnogather=  .false.  ! 
    315    jpni        =    8      !  jpni   number of processors following i (set automatically if < 1) 
    316    jpnj        =   10      !  jpnj   number of processors following j (set automatically if < 1) 
    317    jpnij       =   80      !  jpnij  number of local domains (set automatically if < 1) 
     354   jpni        =    6      !  jpni   number of processors following i (set automatically if < 1) 
     355   jpnj        =    6      !  jpnj   number of processors following j (set automatically if < 1) 
     356   jpnij       =   36      !  jpnij  number of local domains (set automatically if < 1) 
    318357/ 
    319358!----------------------------------------------------------------------- 
    320359&namctl        !   Control prints & Benchmark 
    321360!-----------------------------------------------------------------------  
    322 !   ln_ctl      = .true.  
     361   ln_ctl      = .false.   !  trends control print (expensive!) 
     362   nn_print    =    0      !  level of print (0 no extra print) 
     363   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    323364/ 
    324365!----------------------------------------------------------------------- 
     
    332373&namhsb       !  Heat and salt budgets 
    333374!----------------------------------------------------------------------- 
     375   ln_diahsb  = .true. 
    334376/ 
    335377!----------------------------------------------------------------------- 
     
    350392!----------------------------------------------------------------------- 
    351393/ 
     394!----------------------------------------------------------------------- 
     395&namsto       ! Stochastic parametrization of EOS 
     396!----------------------------------------------------------------------- 
     397/ 
Note: See TracChangeset for help on using the changeset viewer.