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 5832 for branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/GYRE_BFM – NEMO

Ignore:
Timestamp:
2015-10-26T10:08:06+01:00 (9 years ago)
Author:
timgraham
Message:

Upgraded to trunk revision r5518 (NEMO 3.6 stable)

Location:
branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/GYRE_BFM/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/GYRE_BFM/EXP00/iodef.xml

    r4153 r5832  
    3131      <file_group id="6h" output_freq="6h"  output_level="10" enabled=".TRUE."/> <!-- 6h files --> 
    3232      
    33       <file_group id="1d" output_freq="1d"  output_level="10" enabled=".TRUE."> <!-- 1d files --> 
    34       </file_group> 
     33      <file_group id="1d" output_freq="1d"  output_level="10" enabled=".TRUE."/> <!-- 1d files --> 
    3534      <file_group id="3d" output_freq="3d"  output_level="10" enabled=".TRUE."/> <!-- 3d files -->     
    36       <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE.">  <!-- 5d files -->    
    37       </file_group> 
     35      <file_group id="5d" output_freq="5d"  output_level="10" enabled=".TRUE."/>  <!-- 5d files -->    
    3836 
    3937      <file_group id="1m" output_freq="1mo" output_level="10" enabled=".TRUE."/> <!-- real monthly files --> 
     
    5755     
    5856   <axis_definition>   
    59       <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
    60       <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
    61       <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
    62       <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
    63       <axis id="nfloat" long_name="Float number"      unit="-"  /> 
    64       <axis id="icbcla" long_name="Iceberg class"     unit="-"  /> 
     57      <axis id="deptht"  long_name="Vertical T levels"  unit="m" positive="down" /> 
     58      <axis id="depthu"  long_name="Vertical U levels"  unit="m" positive="down" /> 
     59      <axis id="depthv"  long_name="Vertical V levels"  unit="m" positive="down" /> 
     60      <axis id="depthw"  long_name="Vertical W levels"  unit="m" positive="down" /> 
     61      <axis id="nfloat"  long_name="Float number"       unit="1"                 /> 
     62      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 /> 
     63      <axis id="ncatice" long_name="Ice category"       unit="1"                 /> 
     64      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"              /> 
     65      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"              /> 
    6566   </axis_definition>  
    6667     
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r4370 r5832  
    121121/ 
    122122!----------------------------------------------------------------------- 
    123 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
     123&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    124124!----------------------------------------------------------------------- 
    125125/ 
     
    206206&nameos        !   ocean physical parameters 
    207207!----------------------------------------------------------------------- 
    208    nn_eos      =   2       !  type of equation of state and Brunt-Vaisala frequency 
     208   nn_eos      =  0       !  type of equation of state and Brunt-Vaisala frequency 
     209                                 !  =-1, TEOS-10 
     210                                 !  = 0, EOS-80 
     211                                 !  = 1, S-EOS   (simplified eos) 
     212   ln_useCT    = .false.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
     213   !                             ! 
     214   !                      ! S-EOS coefficients : 
     215   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     216   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
     217   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
     218   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
     219   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
     220   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos) 
     221   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos) 
     222   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos) 
     223!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
     224!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
     225!!org  caution  now a0 = alpha / rau0   with rau0 = 1026 
    209226/ 
    210227!----------------------------------------------------------------------- 
     
    227244!----------------------------------------------------------------------- 
    228245   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    229    nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column 
    230    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    231246/ 
    232247!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.