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 – 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
Files:
2 edited

Legend:

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

    r7412 r7421  
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!----------------------------------------------------------------------- 
     5&namusr_def    !   GYRE user defined namelist   
     6!----------------------------------------------------------------------- 
     7   nn_GYRE     =     1     !  GYRE resolution [1/degrees] 
     8   ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant 
     9   jpkglo      =    31     !  number of model levels 
     10/ 
     11 
     12!----------------------------------------------------------------------- 
    513&namrun        !   parameters of the run 
    614!----------------------------------------------------------------------- 
    715   cn_exp      =  "GYRE"   !  experience name 
    816   nn_it000    =       1   !  first time step 
    9    nn_itend    =    4320   !  last  time step 
     17   nn_itend    =    4320   !!gm 4320   !  last  time step 
    1018   nn_leapy    =      30   !  Leap year calendar (1) or not (0) 
    1119   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1) 
     
    1321 
    1422   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    15  
    1623/ 
    1724!----------------------------------------------------------------------- 
    1825&namcfg     !   parameters of the configuration    
    1926!----------------------------------------------------------------------- 
    20    cp_cfg      =  "gyre"                 !  name of the configuration 
    21    jp_cfg      =       1                 !  resolution of the configuration 
    22    jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    23    jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    24    jpkdta      =      31                 !  number of levels      ( >= jpk ) 
    25    jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta 
    26    jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta 
    27    jpizoom     =       1                 !  left bottom (i,j) indices of the zoom 
    28    jpjzoom     =       1                 !  in data domain indices 
    29    jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    30 / 
    31 !----------------------------------------------------------------------- 
    32 &namzgr        !   vertical coordinate 
    33 !----------------------------------------------------------------------- 
    34    ln_zco      = .true.    !  z-coordinate - full    steps 
    35    ln_linssh   = .true.    !  linear free surface 
    36 / 
    37 !----------------------------------------------------------------------- 
    38 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    39 !----------------------------------------------------------------------- 
     27   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     28      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     29   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
     30   ! 
    4031/ 
    4132!----------------------------------------------------------------------- 
    4233&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    4334!----------------------------------------------------------------------- 
    44    nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    45    rn_rdt      = 7200.     !  time step for the dynamics  
    46    jphgr_msh   =       5                 !  type of horizontal mesh 
    47    ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
    48    ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    49    ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees) 
    50    ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees) 
    51    ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees) 
    52    ppe2_m      =  999999.0               !  meridional grid-spacing (degrees) 
    53    ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients 
    54    ppa0        =     155.8325369664153   ! (default coefficients) 
    55    ppa1        =     146.3615918601890   ! 
    56    ppkth       =      17.28520372419791  ! 
    57    ppacr       =       5.0               ! 
    58    ppdzmin     =  999999.0               !  Minimum vertical spacing 
    59    pphmax      =  999999.0               !  Maximum depth 
    60    ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates 
    61    ppa2        =  999999.0               !  Double tanh function parameters 
    62    ppkth2      =  999999.0               ! 
    63    ppacr2      =  999999.0               ! 
     35   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     36   ! 
     37   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     38   ! 
     39   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    6440/ 
    6541!----------------------------------------------------------------------- 
    6642&namcrs        !   Grid coarsening for dynamics output and/or 
    67                !   passive tracer coarsened online simulations 
     43!              !   passive tracer coarsened online simulations 
    6844!----------------------------------------------------------------------- 
    6945/ 
     
    8056   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    8157   !                       !     (also = the frequency of sea-ice model call) 
    82    ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    83    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     58   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
     59   ln_blk      = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
    8460   nn_ice      = 0         !  =0 no ice boundary condition   , 
    8561   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
     
    9470/ 
    9571!----------------------------------------------------------------------- 
    96 &namsbc_flx    !   surface boundary condition : flux formulation 
    97 !----------------------------------------------------------------------- 
    98 / 
    99 !----------------------------------------------------------------------- 
    100 &namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    101 !----------------------------------------------------------------------- 
    102 / 
    103 !----------------------------------------------------------------------- 
    104 &namsbc_core   !   namsbc_core  CORE bulk formulae 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108 &namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
    109 !----------------------------------------------------------------------- 
    110 / 
    111 !----------------------------------------------------------------------- 
    112 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    11672&namtra_qsr    !   penetrative solar radiation 
    11773!----------------------------------------------------------------------- 
     
    189145   ln_eos80    = .true.         !  = Use EOS80 equation of state 
    190146   !                             ! 
    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) 
    200147!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
    201148!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/GYRE/cpp_GYRE.fcm

    r5930 r7421  
    1  bld::tool::fppkeys key_zdftke key_iomput key_mpp_mpi 
     1 bld::tool::fppkeys key_zdftke key_iomput key_mpp_mpi key_nosignedzero key_mpp_rep 
Note: See TracChangeset for help on using the changeset viewer.