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 8714 – NEMO

Changeset 8714


Ignore:
Timestamp:
2017-11-15T15:39:04+01:00 (6 years ago)
Author:
clem
Message:

revert wrong commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg

    r8679 r8714  
    22!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 ! 
    54!----------------------------------------------------------------------- 
    65&namrun        !   parameters of the run 
     
    98   cn_exp      =  "ORCA2"  !  experience name 
    109   nn_it000    =       1   !  first time step 
    11    nn_itend    =  15 !!gm  5475   !  last  time step (std 5475) 
     10   nn_itend    =    5475   !  last  time step (std 5475) 
    1211/ 
    1312!----------------------------------------------------------------------- 
     
    3736&namsbc        !   Surface Boundary Condition (surface module) 
    3837!----------------------------------------------------------------------- 
    39    nn_fsbc     = 5         !  frequency of surface boundary condition computation 
    40                            !     (also = the frequency of sea-ice & iceberg model call) 
    41                      ! Type of air-sea fluxes  
    42    ln_usr      = .false.   !  user defined formulation                  (T => check usrdef_sbc) 
    43    ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    4438   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    45                      ! Type of coupling (Ocean/Ice/Atmosphere) : 
    46    ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
    47    ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
    48    nn_components = 0       !  configuration of the opa-sas OASIS coupling 
    49                            !  =0 no opa-sas OASIS coupling: default single executable config. 
    50                            !  =1 opa-sas OASIS coupling: multi executable config., OPA component 
    51                            !  =2 opa-sas OASIS coupling: multi executable config., SAS component  
    52                      ! Sea-ice : 
    53    nn_ice      = 0         !  =0 no ice boundary condition   , 
    54                            !  =1 use observed ice-cover      , 
    55                            !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
    56                            !          except in AGRIF zoom where it has to be specified 
    57    ln_ice_embd = .false.   !  =T embedded sea-ice (pressure + mass and salt exchanges) 
    58                            !  =F levitating ice (no pressure, mass and salt exchanges) 
    59                      ! Misc. options of sbc :  
    60    ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    61    ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    62    ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    63    ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    64    nn_fwb      = 0 !!gm  2         !  FreshWater Budget: =0 unchecked 
    65                            !     =1 global mean of e-p-r set to zero at each time step 
    66                            !     =2 annual global mean of e-p-r set to zero 
    67    ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    68    ln_isf      = .false.   !  ice shelf                                 (T   => fill namsbc_isf) 
    69    ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
    70    ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    71    ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
    72    ln_tauoc    = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
    73    ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    74    nn_lsm      = 0         !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
    75                            !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
    7639/ 
    7740!----------------------------------------------------------------------- 
    7841&namsbc_blk   !   namsbc_blk  Bulk formulae 
    7942!----------------------------------------------------------------------- 
    80 !              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
    81 !              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      ! 
    82    sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Uwnd'   , '' 
    83    sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Vwnd'   , '' 
    84    sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    85    sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    86    sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    87    sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    88    sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    89    sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    90    sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    91    sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    92    !                    !  bulk algorithm : 
    9343   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    94    ln_COARE_3p0= .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
    95    ln_COARE_3p5= .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
    96    ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    97    ! 
    98    cn_dir      = './'      !  root directory for the location of the bulk files 
    99    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    100    rn_zqt      = 10.       !  Air temperature and humidity reference height (m) 
    101    rn_zu       = 10.       !  Wind vector reference height (m) 
    102    rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    103    rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    104    rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to 
    105    !                       !  calculate the wind stress (0.=absolute or 1.=relative winds) 
    106    ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012) 
    107    ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015) 
    108 / 
    10944/ 
    11045!----------------------------------------------------------------------- 
     
    189124&nameos        !   ocean physical parameters 
    190125!----------------------------------------------------------------------- 
    191 !!gm   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    192    ln_eos80    = .true.         !  = Use TEOS-10 equation of state 
     126   ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    193127/ 
    194128!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.