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

Changeset 9770


Ignore:
Timestamp:
2018-06-08T14:27:01+02:00 (6 years ago)
Author:
jchanut
Message:

Add 3rd zoom to AGRIF setup

Location:
NEMO/trunk/cfgs/AGRIF_ICE/EXPREF
Files:
5 added
5 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/1_namelist_cfg

    r9742 r9770  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : overwrite default values defined in SHARED/1_namelist_ref 
     2!! NEMO/OPA  Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !                         AGRIF ICE configuration                      ! 
     4!                       ORCA2 - IC3 configuration                      ! 
     5 
    56!!====================================================================== 
    67!!              ***  Domain & Run management namelists  ***           !! 
     
    1213!!   namtsd       data: temperature & salinity                          (default: OFF) 
    1314!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    14 !!   namc1d       1D configuration options                              ("key_c1d") 
    15 !!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
    16 !!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
    1715!!====================================================================== 
    1816! 
     
    2018&namrun        !   parameters of the run 
    2119!----------------------------------------------------------------------- 
    22    cn_exp      = "Nordic"  !  experience name  
    23    nn_it000    =    1      !  first time step 
    24    nn_itend    =   80      !  last  time step 
    25    nn_istate   =      0    !  output the initial state (1) or not (0) 
    26    ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    27 / 
    28 !----------------------------------------------------------------------- 
    29 &namdom        !   space and time domain 
     20   cn_exp      =  "ORCA2"  !  experience name 
     21   nn_it000    =       1   !  first time step 
     22   nn_itend    =      75   !  last  time step (std 5475) 
     23   nn_istate   =       0   !  output the initial state (1) or not (0) 
     24/ 
     25!----------------------------------------------------------------------- 
     26&namdom        !   time and space domain 
    3027!----------------------------------------------------------------------- 
    3128   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3229   ! 
    33    rn_rdt      = 1440.     !  time step for the dynamics (and tracer if nn_acc=0) 
     30   rn_rdt      = 5760.     !  time step for the dynamics and tracer 
    3431/ 
    3532!----------------------------------------------------------------------- 
     
    3734!----------------------------------------------------------------------- 
    3835   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    39       cn_domcfg = "ORCA_R05_zps_domcfg_agrif"    ! domain configuration filename 
     36      cn_domcfg = "ORCA_R2_zps_domcfg_agrif"    ! domain configuration filename 
     37      ! 
     38      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)  
     39      !                         !       from the bathymetry at runtime. 
    4040/ 
    4141!----------------------------------------------------------------------- 
     
    4444   !                       ! =T  read T-S fields for: 
    4545   ln_tsd_init = .true.          !  ocean initialisation 
    46    ln_tsd_dmp  = .false.         !  T-S restoring   (see namtra_dmp) 
     46   ln_tsd_dmp  = .true.          !  T-S restoring   (see namtra_dmp) 
    4747 
    4848   cn_dir = './'     !  root directory for the T-S data location 
     
    5353   sn_sal = 'data_1m_salinity_nomask'             ,     -1      ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    5454/ 
     55 
    5556!!====================================================================== 
    5657!!            ***  Surface Boundary Condition namelists  ***          !! 
     
    7576!----------------------------------------------------------------------- 
    7677   nn_fsbc     = 1         !  frequency of SBC module call 
     78                           !     (also = the frequency of sea-ice & iceberg model call) 
    7779                     ! Type of air-sea fluxes  
    7880   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    7981                     ! Sea-ice : 
    80    nn_ice      = 2         !  =0   Use SI3 model 
     82   nn_ice      = 2         !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
     83                           !          except in AGRIF zoom where it has to be specified 
    8184                     ! Misc. options of sbc :  
    8285   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    83    ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    84    ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     86   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     87   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    8588   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    8689/ 
     
    8992!----------------------------------------------------------------------- 
    9093   !                    !  bulk algorithm : 
    91    ln_NCAR     = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
    92  
    93    cn_dir      = './'      !  root directory for the bulk data location 
     94   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
     95 
     96   cn_dir = './'  !  root directory for the bulk data location 
    9497   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
    9598   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
    9699   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
    97    sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bicub.nc'     , 'Uwnd'   , '' 
    98    sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bicub.nc'     , 'Vwnd'   , '' 
    99    sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'     , ''       , '' 
    100    sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'     , ''       , '' 
    101    sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'     , ''       , '' 
    102    sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'     , ''       , '' 
    103    sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'     , ''       , '' 
    104    sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'  , ''       , '' 
    105    sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'  , ''       , '' 
    106    sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'  , ''       , '' 
    107  
     100   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , '' 
     101   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , '' 
     102   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     103   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     104   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     105   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     106   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     107   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     108   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     109   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    108110/ 
    109111!----------------------------------------------------------------------- 
     
    115117   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0) 
    116118 
    117    cn_dir      = './'      !  root directory for the chlorophyl data location 
    118    !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
    119    !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
    120    !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
    121    sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''                                   , ''       , '' 
     119   cn_dir = './'  !  root directory for the chlorophyl data location 
     120   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     121   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     122   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     123   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , '' 
    122124/ 
    123125!----------------------------------------------------------------------- 
    124126&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
    125127!----------------------------------------------------------------------- 
    126    !  not used in this zoom 
     128   ln_rnf_mouth= .true.    !  specific treatment at rivers mouths 
     129      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T) 
     130      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T) 
     131 
     132   cn_dir = './'  !  root directory for the location of the runoff files 
     133   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
     134   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     135   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     136   sn_rnf      = 'runoff_core_monthly',    -1    , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     137   sn_cnf      = 'runoff_core_monthly',     0    , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     138   sn_s_rnf    = 'runoffs'            ,    24    , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     139   sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     140   sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    127141/ 
    128142!----------------------------------------------------------------------- 
    129143&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    130144!----------------------------------------------------------------------- 
    131    !  not used in this zoom 
     145   nn_sssr     =     2     !  add a damping term to the surface freshwater flux 
     146      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day] 
     147      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2) 
     148      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
    132149/ 
    133150!----------------------------------------------------------------------- 
     
    135152!----------------------------------------------------------------------- 
    136153   !  iceberg floats are not currently available with AGRIF 
    137    !     ===>>  forced deactivation in icbini.F90  
    138 / 
     154   !     ===>>  forced deactivation in icbini.F90 
     155/ 
     156 
    139157!!====================================================================== 
    140158!!               ***  Lateral boundary condition  ***                 !! 
     
    153171   rn_shlat    =    2.     !  no slip 
    154172/ 
    155 !----------------------------------------------------------------------- 
    156 &namagrif      !  AGRIF zoom                                            ("key_agrif") 
    157 !----------------------------------------------------------------------- 
    158    ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    159    rn_sponge_tra = 1440.   !  coefficient for tracer   sponge layer [m2/s] 
    160    rn_sponge_dyn = 1440.   !  coefficient for dynamics sponge layer [m2/s] 
    161    ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
    162 / 
     173 
     174!!====================================================================== 
     175!!                ***  Top/Bottom boundary condition  ***             !! 
     176!!                                                                    !! 
     177!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
     178!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
     179!!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     180!!   nambbc        bottom temperature boundary condition                (default: OFF) 
     181!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
     182!!====================================================================== 
     183! 
    163184!----------------------------------------------------------------------- 
    164185&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
    165186!----------------------------------------------------------------------- 
    166    ln_non_lin = .true.    !  non-linear  drag: Cd = Cd0 |U| 
     187   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
    167188/ 
    168189!----------------------------------------------------------------------- 
     
    174195!----------------------------------------------------------------------- 
    175196   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    176       nn_geoflx   =    1      !  geothermal heat flux: = 2 read variable flux [mW/m2] 
     197      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2] 
     198 
     199   cn_dir = './'  !  root directory for the geothermal data location 
     200   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     201   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     202   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     203   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,   ''             ,   ''     ,   '' 
    177204/ 
    178205!----------------------------------------------------------------------- 
     
    185212      rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    186213/ 
     214 
    187215!!====================================================================== 
    188216!!                        Tracer (T & S) namelists                    !! 
     
    204232&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    205233!----------------------------------------------------------------------- 
    206    ln_traadv_ubs = .true. !  UBS scheme 
    207       nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order 
     234   ln_traadv_fct = .true.     !  FCT scheme 
     235      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     236      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    208237/ 
    209238!----------------------------------------------------------------------- 
     
    215244&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    216245!----------------------------------------------------------------------- 
    217    ln_traldf_OFF   =  .true.  !           No operator (no explicit advection) 
    218 / 
    219 !----------------------------------------------------------------------- 
    220 &namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
    221 !----------------------------------------------------------------------- 
    222    !  not used in this zoom 
     246   !                       !  Operator type: 
     247   ln_traldf_lap   = .true.    !    laplacian operator 
     248   !                       !  Direction of action: 
     249   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator) 
     250   !                       !  iso-neutral options:         
     251   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators) 
     252   !                       !  Coefficients: 
     253   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     254      !                             !   = 20     aht = 1/2  Ud. max(e1,e2) 
     255      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     256      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     257/ 
     258!----------------------------------------------------------------------- 
     259&namtra_eiv !   eddy induced velocity param.                            (default: OFF) 
     260!----------------------------------------------------------------------- 
     261   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
     262      !                        !  Coefficients: 
     263      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient 
     264      !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     265      !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le  
     266      rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     267      rn_Le        = 200.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     268      ! 
     269      ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
    223270/ 
    224271!----------------------------------------------------------------------- 
    225272&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF) 
    226273!----------------------------------------------------------------------- 
    227    !  not used in this zoom 
    228 / 
     274   ln_tradmp   =  .true.   !  add a damping term (using resto.nc coef.) 
     275      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column 
     276/ 
     277 
    229278!!====================================================================== 
    230279!!                      ***  Dynamics namelists  ***                  !! 
     
    246295&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    247296!----------------------------------------------------------------------- 
    248    ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
     297   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
     298     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    249299/ 
    250300!----------------------------------------------------------------------- 
    251301&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
    252302!----------------------------------------------------------------------- 
    253    ln_dynvor_ene = .true.  !  energy conserving scheme 
     303   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     304      nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
    254305/ 
    255306!----------------------------------------------------------------------- 
    256307&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    257308!----------------------------------------------------------------------- 
    258    ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
     309   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
    259310/ 
    260311!----------------------------------------------------------------------- 
     
    266317&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    267318!----------------------------------------------------------------------- 
    268    ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    269 / 
     319   !                       !  Type of the operator : 
     320   ln_dynldf_lap =  .true.     !    laplacian operator 
     321   !                       !  Direction of action  : 
     322   ln_dynldf_lev =  .true.     !  iso-level 
     323   !                       !  Coefficient 
     324   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef 
     325   !                                !  =-30  read in eddy_viscosity_3D.nc 
     326/ 
     327 
    270328!!====================================================================== 
    271329!!                     vertical physics namelists                     !! 
     
    290348      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
    291349   ! 
    292    ln_zdfddm   = .true.    ! double diffusive mixing 
    293       rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
    294       rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
    295    ! 
    296350   !                       !  Coefficients 
    297351   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     
    303357&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    304358!----------------------------------------------------------------------- 
    305 / 
     359      rn_eice     =   0       !  below sea ice: =0 ON ; =4 OFF when ice fraction > 1/4    
     360/ 
     361 
    306362!!====================================================================== 
    307363!!                  ***  Diagnostics namelists  ***                   !! 
     
    320376!!====================================================================== 
    321377! 
     378 
    322379!!====================================================================== 
    323380!!               ***  Observation & Assimilation  ***                 !! 
     
    327384!!====================================================================== 
    328385! 
     386 
    329387!!====================================================================== 
    330388!!                  ***  Miscellaneous namelists  ***                 !! 
     
    335393!!====================================================================== 
    336394! 
     395! 
    337396!----------------------------------------------------------------------- 
    338397&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
  • NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/1_namelist_ice_cfg

    r9657 r9770  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! SI3 namelist:   
     2!! SI3 configuration namelist: Overwrites SHARED/namelist_ice_ref 
    33!!              1 - Generic parameters                 (nampar) 
    44!!              2 - Ice thickness discretization       (namitd) 
  • NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/2_namelist_cfg

    r9742 r9770  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : overwrite default values defined in SHARED/1_namelist_ref 
     2!! NEMO/OPA  Configuration namelist : overwrite some defaults values defined in SHARED/1_namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !                         AGRIF ICE configuration                      ! 
     4!                       ORCA2 - SI3 configuration                      ! 
     5 
    56!!====================================================================== 
    67!!              ***  Domain & Run management namelists  ***           !! 
     
    1213!!   namtsd       data: temperature & salinity                          (default: OFF) 
    1314!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    14 !!   namc1d       1D configuration options                              ("key_c1d") 
    15 !!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
    16 !!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
    1715!!====================================================================== 
    1816! 
     
    2220   cn_exp      = "Nordic"  !  experience name  
    2321   nn_it000    =    1      !  first time step 
    24    nn_itend    =  240      !  last  time step 
     22   nn_itend    =  300      !  last  time step 
    2523   nn_istate   =      0    !  output the initial state (1) or not (0) 
    2624   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
     
    3129   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3230   ! 
    33    rn_rdt      = 480.     !  time step for the dynamics (and tracer if nn_acc=0) 
     31   rn_rdt      = 1440.     !  time step for the dynamics (and tracer if nn_acc=0) 
    3432/ 
    3533!----------------------------------------------------------------------- 
     
    3735!----------------------------------------------------------------------- 
    3836   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    39       cn_domcfg = "ORCA_R017_zps_domcfg_agrif"    ! domain configuration filename 
     37      cn_domcfg = "ORCA_R05_zps_domcfg_agrif"    ! domain configuration filename 
    4038/ 
    4139!----------------------------------------------------------------------- 
     
    5351   sn_sal = 'data_1m_salinity_nomask'             ,     -1      ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    5452/ 
     53 
    5554!!====================================================================== 
    5655!!            ***  Surface Boundary Condition namelists  ***          !! 
     
    9594   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
    9695   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
    97    sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bicub.nc'     , 'Uwnd'   , '' 
    98    sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bicub.nc'     , 'Vwnd'   , '' 
    99    sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , '' 
    100    sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , '' 
    101    sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , '' 
    102    sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , '' 
    103    sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , '' 
    104    sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , '' 
    105    sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , '' 
    106    sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic2_bilin.nc'     , ''       , '' 
     96   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bicub.nc'     , 'Uwnd'   , '' 
     97   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bicub.nc'     , 'Vwnd'   , '' 
     98   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'     , ''       , '' 
     99   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'     , ''       , '' 
     100   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'     , ''       , '' 
     101   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'     , ''       , '' 
     102   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'     , ''       , '' 
     103   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'  , ''       , '' 
     104   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'  , ''       , '' 
     105   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core2_nordic1_bilin.nc'  , ''       , '' 
    107106 
    108107/ 
     
    137136   !     ===>>  forced deactivation in icbini.F90  
    138137/ 
     138 
    139139!!====================================================================== 
    140140!!               ***  Lateral boundary condition  ***                 !! 
     
    157157!----------------------------------------------------------------------- 
    158158   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    159    rn_sponge_tra =  480.   !  coefficient for tracer   sponge layer [m2/s] 
    160    rn_sponge_dyn =  480.   !  coefficient for dynamics sponge layer [m2/s] 
    161    ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
     159   rn_sponge_tra = 1440.   !  coefficient for tracer   sponge layer [m2/s] 
     160   rn_sponge_dyn = 1440.   !  coefficient for dynamics sponge layer [m2/s] 
     161   ln_chk_bathy  = .true. !  =T  check the parent bathymetry 
    162162/ 
    163163!----------------------------------------------------------------------- 
     
    185185      rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    186186/ 
     187 
    187188!!====================================================================== 
    188189!!                        Tracer (T & S) namelists                    !! 
     
    227228   !  not used in this zoom 
    228229/ 
     230 
    229231!!====================================================================== 
    230232!!                      ***  Dynamics namelists  ***                  !! 
     
    268270   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion) 
    269271/ 
     272 
    270273!!====================================================================== 
    271274!!                     vertical physics namelists                     !! 
     
    304307!----------------------------------------------------------------------- 
    305308/ 
     309 
    306310!!====================================================================== 
    307311!!                  ***  Diagnostics namelists  ***                   !! 
     
    320324!!====================================================================== 
    321325! 
     326 
    322327!!====================================================================== 
    323328!!               ***  Observation & Assimilation  ***                 !! 
     
    335340!!====================================================================== 
    336341! 
     342! 
    337343!----------------------------------------------------------------------- 
    338344&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
  • NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/AGRIF_FixedGrids.in

    r9688 r9770  
    1 1 
    2 124 155 112 145 4 4 4 
     12 
     242 82 49 91 1 1 1 
     3122 153 110 143 4 4 4 
     40 
    351 
    4638 80 71 111 3 3 3 
  • NEMO/trunk/cfgs/AGRIF_ICE/EXPREF/iodef.xml

    r9464 r9770  
    2323 
    2424  <context id="nemo" src="./context_nemo.xml"/>       <!--  NEMO       --> 
    25   <context id="1_nemo" src="./1_context_nemo.xml"/>       <!--  NEMO       --> 
    26   <context id="2_nemo" src="./2_context_nemo.xml"/>       <!--  NEMO       --> 
    27  
     25  <context id="1_nemo" src="./1_context_nemo.xml"/>   <!--  NEMO       --> 
     26  <context id="2_nemo" src="./2_context_nemo.xml"/>   <!--  NEMO       --> 
     27  <context id="3_nemo" src="./3_context_nemo.xml"/>   <!--  NEMO       --> 
    2828</simulation> 
Note: See TracChangeset for help on using the changeset viewer.