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 8214 for branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2017-06-25T11:54:36+02:00 (7 years ago)
Author:
gm
Message:

#1883 (HPC-09) - correction of minor issues

Location:
branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/file_def_nemo.xml

    r7954 r8214  
    9595     <field field_ref="avt"          name="difvho"   /> 
    9696     <field field_ref="w_masstr"     name="vovematr" /> 
    97           <!-- variables available when ln_zdftmx =T --> 
     97         <!-- variables available with ln_zdfiwm =T --> 
    9898          <field field_ref="av_wave"      name="av_wave"    /> 
    9999          <field field_ref="bn2"          name="bn2"        /> 
    100           <field field_ref="bflx_tmx"     name="bflx_tmx"   /> 
    101           <field field_ref="pcmap_tmx"    name="pcmap_tmx"  /> 
    102           <field field_ref="emix_tmx"     name="emix_tmx"   /> 
     100          <field field_ref="bflx_iwm"     name="bflx_iwm"   /> 
     101          <field field_ref="pcmap_iwm"    name="pcmap_iwm"  /> 
     102          <field field_ref="emix_iwm"     name="emix_iwm"   /> 
    103103          <field field_ref="av_ratio"     name="av_ratio"   /> 
    104104   </file> 
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/cpp_ORCA2_LIM3_PISCES.fcm

    r7954 r8214  
    1 bld::tool::fppkeys   key_lim3 key_top key_iomput key_mpp_mpi key_nosignedzero 
     1bld::tool::fppkeys   key_lim3 key_top key_iomput key_mpp_mpi key_nosignedzero key_agrif 
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8160 r8214  
    264264   !                       !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    265265   ln_Cd_L12   = .false.   !  air-ice and ocean-ice function of ice concentration (Lupkes et al. JGR 2012) 
    266  
    267266/ 
    268267!----------------------------------------------------------------------- 
     
    776775   ln_tradmp   =  .true.   !  add a damping term 
    777776      nn_zdmp     =    0      !  vertical shape =0    damping throughout the water column 
    778       !                    !                    =1 no damping in the mixing layer (kz  criteria) 
    779       !                    !                    =2 no damping in the mixed  layer (rho crieria) 
     777      !                       !                 =1 no damping in the mixing layer (kz  criteria) 
     778      !                       !                 =2 no damping in the mixed  layer (rho crieria) 
    780779      cn_resto    ='resto.nc' !  Name of file containing restoration coeff. field (use dmp_tools to create this) 
    781780/ 
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/TEST_CASES/ISOMIP/EXP00/namelist_cfg

    r8211 r8214  
    189189!----------------------------------------------------------------------- 
    190190   rn_Cd0     =  2.5e-3    !  drag coefficient [-] 
    191    rn_Uc0     =  1.6       !  ref. velocity [m/s] (linear drag=Cd0*Uc0)  
     191   rn_Uc0     =  0.16      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)  
    192192   rn_Cdmax   =  0.1       !  drag value maximum [-] (logarithmic drag) 
    193193   rn_ke0     =  0.0e-0    !  background kinetic energy  [m2/s2] (non-linear cases) 
     
    195195   ln_boost   = .false.    !  =T regional boost of Cd0 ; =F constant 
    196196      rn_boost=  50.          !  local boost factor  [-] 
     197/ 
     198!----------------------------------------------------------------------- 
     199&namdrg_bot        !   BOTTOM friction                                   
     200!----------------------------------------------------------------------- 
     201   rn_Cd0     =  1.e-3    !  drag coefficient [-] 
     202   rn_Uc0     =  0.4      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)  
     203   rn_Cdmax   =  0.1      !  drag value maximum [-] (logarithmic drag) 
     204   rn_ke0     =  2.5e-3   !  background kinetic energy  [m2/s2] (non-linear cases) 
     205   rn_z0      =  3.e-3    !  roughness [m] (ln_loglayer=T) 
     206   ln_boost   = .false.   !  =T regional boost of Cd0 ; =F constant 
     207      rn_boost=  50.         !  local boost factor  [-] 
    197208/ 
    198209!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_cfg

    r8160 r8214  
    6969&nameos        !   ocean physical parameters 
    7070!----------------------------------------------------------------------- 
    71    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
    72    ln_eos80    = .true.          !  = Use EOS80 equation of state 
     71   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
    7372   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    7473   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1) 
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT2_flux_ubs_cfg

    r7954 r8214  
    7070&nameos        !   ocean physical parameters 
    7171!----------------------------------------------------------------------- 
    72    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
    73    ln_eos80    = .true.          !  = Use EOS80 equation of state 
     72   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
    7473   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    7574   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1) 
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT2_flux_ubs_cfg

    r7954 r8214  
    7070&nameos        !   ocean physical parameters 
    7171!----------------------------------------------------------------------- 
    72    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
    73    ln_eos80    = .true.          !  = Use EOS80 equation of state 
     72   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
    7473   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    7574   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1) 
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_flux_ubs_cfg

    r7954 r8214  
    7070&nameos        !   ocean physical parameters 
    7171!----------------------------------------------------------------------- 
    72    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
    73    ln_eos80    = .true.          !  = Use EOS80 equation of state 
     72   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
    7473   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    7574   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1) 
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_vect_een_cfg

    r7954 r8214  
    7070&nameos        !   ocean physical parameters 
    7171!----------------------------------------------------------------------- 
    72    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
    73    ln_eos80    = .true.          !  = Use EOS80 equation of state 
     72   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
    7473   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    7574   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1) 
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg

    r8143 r8214  
    220220/ 
    221221!----------------------------------------------------------------------- 
    222 &namzdf_ddm    !   double diffusive mixing parameterization             (ln_zdfddm =T) 
    223 !----------------------------------------------------------------------- 
    224 / 
    225 !----------------------------------------------------------------------- 
    226222&namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T) 
    227223!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/cfg.txt

    r7990 r8214  
    55ORCA2_OFF_PISCES OPA_SRC OFF_SRC TOP_SRC 
    66ORCA2_OFF_TRC OPA_SRC OFF_SRC TOP_SRC 
     7GYRE_PISCES_XIOS OPA_SRC TOP_SRC 
    78ORCA2_LIM3_PISCES OPA_SRC LIM_SRC_3 TOP_SRC NST_SRC 
    89GYRE_PISCES OPA_SRC TOP_SRC 
    9 GYRE_PISCES_XIOS OPA_SRC TOP_SRC 
Note: See TracChangeset for help on using the changeset viewer.