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

Legend:

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

    r4609 r5832  
    4343     <field field_ref="empmr"        name="sowaflup"  /> 
    4444     <field field_ref="qsr"          name="soshfldo"  /> 
    45           <field field_ref="saltflx"      name="sosfldow"  /> 
     45      <field field_ref="saltflx"      name="sosfldow"  /> 
    4646     <field field_ref="qt"           name="sohefldo"  /> 
    4747     <field field_ref="mldr10_1"     name="somxl010"  /> 
    4848     <field field_ref="mldkz5"       name="somixhgt"  /> 
    49            <!-- variables available with MLE 
    50           <field field_ref="Lf_NHpf"    name="Lf_NHpf"  long_name="MLE:_Lf=NH/f"     /> 
    51       --> 
    5249        </file> 
    5350    
     
    5552          <field field_ref="uoce"         name="vozocrtx"  /> 
    5653          <field field_ref="utau"         name="sozotaux"  /> 
    57           <!-- variables available with MLE 
    58           <field field_ref="psiu_mle"     name="psiu_mle"  long_name="MLE_streamfunction_along_i-axis" /> 
    59      --> 
    6054        </file> 
    6155    
     
    6357          <field field_ref="voce"         name="vomecrty"  />  
    6458          <field field_ref="vtau"         name="sometauy"  />  
    65           <!-- variables available with MLE 
    66           <field field_ref="psiv_mle"     name="psiv_mle"  long_name="MLE_streamfunction_along_j-axis" /> 
    67      --> 
    6859        </file> 
    6960    
     
    132123     
    133124   <axis_definition>   
    134       <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" /> 
    135       <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" /> 
    136       <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" /> 
    137       <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" /> 
    138       <axis id="nfloat" long_name="Float number"      unit="-"  /> 
    139       <axis id="icbcla" long_name="Iceberg class"     unit="-"  /> 
     125      <axis id="deptht"  long_name="Vertical T levels"  unit="m" positive="down" /> 
     126      <axis id="depthu"  long_name="Vertical U levels"  unit="m" positive="down" /> 
     127      <axis id="depthv"  long_name="Vertical V levels"  unit="m" positive="down" /> 
     128      <axis id="depthw"  long_name="Vertical W levels"  unit="m" positive="down" /> 
     129      <axis id="nfloat"  long_name="Float number"       unit="1"                 /> 
     130      <axis id="icbcla"  long_name="Iceberg class"      unit="1"                 /> 
     131      <axis id="ncatice" long_name="Ice category"       unit="1"                 /> 
     132      <axis id="iax_20C" long_name="20 degC isotherm"   unit="degC"              /> 
     133      <axis id="iax_28C" long_name="28 degC isotherm"   unit="degC"              /> 
    140134   </axis_definition>  
    141135     
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg

    r4370 r5832  
    121121&nameos        !   ocean physical parameters 
    122122!----------------------------------------------------------------------- 
    123    nn_eos      =   2       !  type of equation of state and Brunt-Vaisala frequency 
     123   nn_eos      =  0       !  type of equation of state and Brunt-Vaisala frequency 
     124                                 !  =-1, TEOS-10 
     125                                 !  = 0, EOS-80 
     126                                 !  = 1, S-EOS   (simplified eos) 
     127   ln_useCT    = .false.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
     128   !                             ! 
     129   !                      ! S-EOS coefficients : 
     130   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     131   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
     132   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
     133   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos) 
     134   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos) 
     135   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos) 
     136   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos) 
     137   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos) 
     138!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
     139!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
     140!!org  caution  now a0 = alpha / rau0   with rau0 = 1026 
    124141/ 
    125142!----------------------------------------------------------------------- 
     
    138155!----------------------------------------------------------------------- 
    139156   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    140    nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column 
    141    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    142157/ 
    143158!----------------------------------------------------------------------- 
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/GYRE_PISCES/cpp_GYRE_PISCES.fcm

    r4230 r5832  
    1 bld::tool::fppkeys  key_dynspg_flt key_ldfslp key_zdftke key_top key_pisces_reduced key_iomput key_mpp_mpi  
     1bld::tool::fppkeys  key_dynspg_flt key_ldfslp key_zdftke key_top key_pisces_reduced key_iomput key_mpp_mpi 
Note: See TracChangeset for help on using the changeset viewer.