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 7421 for branches/2016/dev_merge_2016/NEMOGCM/CONFIG/GYRE_BFM – NEMO

Ignore:
Timestamp:
2016-12-01T18:10:41+01:00 (7 years ago)
Author:
flavoni
Message:

#1811 merge dev_CNRS_MERATOR_2016 with dev_merge_2016 branch

Location:
branches/2016/dev_merge_2016/NEMOGCM/CONFIG/GYRE_BFM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r7412 r7421  
    2222&namcfg     !   parameters of the configuration    
    2323!----------------------------------------------------------------------- 
    24    cp_cfg      =  "gyre"                 !  name of the configuration 
    25    jp_cfg      =       1                 !  resolution of the configuration 
    26    jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    27    jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    28    jpkdta      =      31                 !  number of levels      ( >= jpk ) 
    29    jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta 
    30    jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta 
    31    jpizoom     =       1                 !  left bottom (i,j) indices of the zoom 
    32    jpjzoom     =       1                 !  in data domain indices 
    33    jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    34 / 
    35 &namzgr        !   vertical coordinate 
    36 !----------------------------------------------------------------------- 
    37    ln_zco      = .true.    !  z-coordinate - full    steps 
    38    ln_linssh   = .true.   !  linear free surface 
    39 / 
    40 !----------------------------------------------------------------------- 
    41 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    42 !----------------------------------------------------------------------- 
     24   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     25      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     26   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    4327/ 
    4428!----------------------------------------------------------------------- 
    4529&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    4630!----------------------------------------------------------------------- 
    47    nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    48    rn_rdt      = 7200.     !  time step for the dynamics  
    49    jphgr_msh   =       5                 !  type of horizontal mesh 
    50    ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
    51    ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    52    ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees) 
    53    ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees) 
    54    ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees) 
    55    ppe2_m      =  999999.0               !  meridional grid-spacing (degrees) 
    56    ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients 
    57    ppa0        =     155.8325369664153   ! (default coefficients) 
    58    ppa1        =     146.3615918601890   ! 
    59    ppkth       =      17.28520372419791  ! 
    60    ppacr       =       5.0               ! 
    61    ppdzmin     =  999999.0               !  Minimum vertical spacing 
    62    pphmax      =  999999.0               !  Maximum depth 
    63    ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates 
    64    ppa2        =  999999.0               !  Double tanh function parameters 
    65    ppkth2      =  999999.0               ! 
    66    ppacr2      =  999999.0               ! 
     31   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     32   ! 
     33   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     34   ! 
     35   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    6736/ 
    6837!----------------------------------------------------------------------- 
     
    8554   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    8655                           !     (also = the frequency of sea-ice model call) 
    87    ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    88    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     56   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
     57   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    8958   nn_ice      = 0         !  =0 no ice boundary condition   , 
    9059   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
     
    9362/ 
    9463!----------------------------------------------------------------------- 
    95 &namsbc_ana    !   analytical surface boundary condition 
    96 !----------------------------------------------------------------------- 
    97    nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps 
    98    rn_utau0    =   0.1e0   !  uniform value for the i-stress 
    99 / 
    100 !----------------------------------------------------------------------- 
    101 &namsbc_flx    !   surface boundary condition : flux formulation 
    102 !----------------------------------------------------------------------- 
    103 / 
    104 !----------------------------------------------------------------------- 
    105 &namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    106 !----------------------------------------------------------------------- 
    107 / 
    108 !----------------------------------------------------------------------- 
    109 &namsbc_core   !   namsbc_core  CORE bulk formulae 
    110 !----------------------------------------------------------------------- 
    111 / 
    112 !----------------------------------------------------------------------- 
    113 &namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
    114 !----------------------------------------------------------------------- 
    115 / 
    116 !----------------------------------------------------------------------- 
    117 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    118 !----------------------------------------------------------------------- 
    119 / 
    120 !----------------------------------------------------------------------- 
    12164&namtra_qsr    !   penetrative solar radiation 
    12265!----------------------------------------------------------------------- 
     
    191134!----------------------------------------------------------------------- 
    192135   ln_eos80    = .true.         !  = Use EOS80 equation of state 
    193    !                             ! 
    194    !                      ! S-EOS coefficients : 
    195    !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    196    rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
    197    rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
    198    rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
    199    rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
    200    rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos) 
    201    rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos) 
    202    rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos) 
    203 !!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
    204 !!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
    205 !!org  caution  now a0 = alpha / rau0   with rau0 = 1026 
    206136/ 
    207137!----------------------------------------------------------------------- 
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/GYRE_BFM/cpp_GYRE_BFM.fcm

    r5930 r7421  
    1 bld::tool::fppkeys key_zdftke key_top key_my_trc key_mpp_mpi key_iomput 
     1bld::tool::fppkeys key_zdftke key_top key_my_trc key_mpp_mpi key_iomput key_mpp_rep 
    22inc $BFMDIR/src/nemo/bfm.fcm 
Note: See TracChangeset for help on using the changeset viewer.