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 7401 for branches/2016/dev_r7161_trunk_XIOS2/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-11-30T17:10:04+01:00 (8 years ago)
Author:
cetlod
Message:

xios2 for trunk : updates routines & xml files for GYRE_XIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7161_trunk_XIOS2/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg

    r6489 r7401  
    1111   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1) 
    1212   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     13 
     14   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
     15 
    1316/ 
    1417!----------------------------------------------------------------------- 
     
    4144   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    4245   rn_rdt      = 7200.     !  time step for the dynamics  
    43 !   nn_baro     =   60      !  number of barotropic time step            ("key_dynspg_ts") 
    4446   jphgr_msh   =       5                 !  type of horizontal mesh 
    4547   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    7779!----------------------------------------------------------------------- 
    7880   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    79                            !     (also = the frequency of sea-ice model call) 
     81   !                       !     (also = the frequency of sea-ice model call) 
    8082   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    8183   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     
    173175/ 
    174176!----------------------------------------------------------------------- 
    175 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    176 !----------------------------------------------------------------------- 
     177&nambbc        !   bottom temperature boundary condition 
     178!----------------------------------------------------------------------- 
     179   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     180   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux 
    177181/ 
    178182!----------------------------------------------------------------------- 
     
    184188!----------------------------------------------------------------------- 
    185189   ln_eos80    = .true.         !  = Use EOS80 equation of state 
     190   !                             ! 
     191   !                      ! S-EOS coefficients : 
     192   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     193   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
     194   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
     195   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
     196   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
     197   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos) 
     198   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos) 
     199   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos) 
     200!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
     201!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
     202!!org  caution  now a0 = alpha / rau0   with rau0 = 1026 
    186203/ 
    187204!----------------------------------------------------------------------- 
    188205&namtra_adv    !   advection scheme for tracer 
    189206!----------------------------------------------------------------------- 
    190    ln_traadv_fct =  .true.    !  FCT scheme 
     207   ln_traadv_fct =  .true.   !  FCT scheme 
    191208      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    192209      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     
    207224   ln_traldf_lev   =  .false.  !  iso-level 
    208225   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    209    ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
    210    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     226   ln_traldf_iso   =  .true.   !  iso-neutral 
     227   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads 
    211228   ! 
    212229   !                       !  iso-neutral options:         
    213    ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     230   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators) 
    214231   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    215    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     232   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only) 
    216233   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    217    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     234   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only) 
    218235   ! 
    219236   !                       !  Coefficients: 
     
    246263&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    247264!----------------------------------------------------------------------- 
    248    ln_dynvor_ene = .true.  !  energy    conserving scheme   
    249    ln_dynvor_ens = .false. !  enstrophy conserving scheme     
     265   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
     266   ln_dynvor_ens = .false. !  energy conserving scheme 
     267   ln_dynvor_mix = .false. !  mixed scheme 
    250268   ln_dynvor_een = .false. !  energy & enstrophy scheme 
     269      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    251270/ 
    252271!----------------------------------------------------------------------- 
     
    257276/ 
    258277!----------------------------------------------------------------------- 
    259 &namdyn_spg    !   surface pressure gradient 
     278&namdyn_spg    !   surface pressure gradient  
    260279!----------------------------------------------------------------------- 
    261280   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     
    264283&namdyn_ldf    !   lateral diffusion on momentum 
    265284!----------------------------------------------------------------------- 
    266    rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s] 
     285   !                       !  Type of the operator : 
     286   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     287   ln_dynldf_lap =  .true.     !    laplacian operator 
     288   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     289   !                       !  Direction of action  : 
     290   ln_dynldf_lev =  .true.     !  iso-level 
     291   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     292   ln_dynldf_iso =  .false.    !  iso-neutral 
     293   !                       !  Coefficient 
     294   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     295   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     296   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     297   !                                !  =  0  constant  
     298   !                                !  = 10  F(k)=c1d 
     299   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     300   !                                !  = 30  F(i,j,k)=c2d*c1d 
     301   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     302   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     303   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     304   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s] 
    267305/ 
    268306!----------------------------------------------------------------------- 
     
    279317!----------------------------------------------------------------------- 
    280318   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
    281 / 
    282 !------------------------------------------------------------------------ 
    283 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    284 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    285319/ 
    286320!----------------------------------------------------------------------- 
     
    313347!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor") 
    314348!----------------------------------------------------------------------- 
    315 / 
     349   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
     350   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output 
     351   ln_dyn_mxl  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet) 
     352   ln_vor_trd  = .FALSE.   ! (T) 2D barotropic vorticity trends (not coded yet) 
     353   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends 
     354   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends 
     355   ln_tra_trd  = .false.    ! (T) 3D tracer trend output 
     356   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet) 
     357   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
     358/ 
     359!!gm   nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk) 
     360!!gm   rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
     361!!gm   cn_trdrst_in      = "restart_mld"   ! suffix of ocean restart name (input) 
     362!!gm   cn_trdrst_out     = "restart_mld"   ! suffix of ocean restart name (output) 
     363!!gm   ln_trdmld_restart = .false.         !  restart for ML diagnostics 
     364!!gm   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S 
     365!!gm 
    316366!----------------------------------------------------------------------- 
    317367&namflo       !   float parameters                                      ("key_float") 
Note: See TracChangeset for help on using the changeset viewer.