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 13536 for NEMO/branches/2020/SI3-03_VP_rheology/cfgs – NEMO

Ignore:
Timestamp:
2020-09-29T11:22:04+02:00 (4 years ago)
Author:
vancop
Message:

VP rheology, first code version finalised

Location:
NEMO/branches/2020/SI3-03_VP_rheology/cfgs/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/SI3-03_VP_rheology/cfgs/SHARED/field_def_nemo-ice.xml

    r13064 r13536  
    7575          <field id="utau_bi"      long_name="X-component of ocean bottom stress on sea ice -landfast" standard_name="ocean_bottom_upward_x_stress"              unit="N/m2" /> 
    7676          <field id="vtau_bi"      long_name="Y-component of ocean bottom stress on sea ice -landfast" standard_name="ocean_bottom_upward_y_stress"              unit="N/m2" /> 
    77           <field id="isig1"        long_name="1st principal stress component for EVP rhg"                                                                        unit=""     /> 
    78           <field id="isig2"        long_name="2nd principal stress component for EVP rhg"                                                                        unit=""     /> 
    79           <field id="isig3"        long_name="convergence measure for EVP rheology (must be around 1)"                                                           unit=""     /> 
     77          <field id="sig1_pnorm"   long_name="P-normalized 1st principal stress component"                                                                       unit=""     /> 
     78          <field id="sig2_pnorm"   long_name="P-normalized 2nd principal stress component"                                                                       unit=""     /> 
    8079          <field id="normstr"      long_name="Average normal stress in sea ice"                        standard_name="average_normal_stress"                     unit="N/m"  /> 
    8180          <field id="sheastr"      long_name="Maximum shear stress in sea ice"                         standard_name="maximum_shear_stress"                      unit="N/m"  /> 
     
    398397     <field field_ref="normstr"          name="normstr" /> 
    399398     <field field_ref="sheastr"          name="sheastr" /> 
    400      <field field_ref="isig1"            name="isig1"   /> 
    401      <field field_ref="isig2"            name="isig2"   /> 
    402      <field field_ref="isig3"            name="isig3"   /> 
     399     <field field_ref="sig1_pnorm"       name="sig1_pnorm"   /> 
     400     <field field_ref="sig2_pnorm"       name="sig2_pnorm"   /> 
    403401      
    404402     <!-- heat fluxes --> 
  • NEMO/branches/2020/SI3-03_VP_rheology/cfgs/SHARED/namelist_ice_ref

    r12920 r13536  
    9191&namdyn_rhg     !   Ice rheology 
    9292!------------------------------------------------------------------------------ 
    93    ln_rhg_EVP       = .true.          !  EVP rheology 
     93   ln_rhg_EVP       = .false.         !  EVP rheology 
    9494      ln_aEVP       = .true.          !     adaptive rheology (Kimmritz et al. 2016 & 2017) 
    9595      rn_creepl     =   2.0e-9        !     creep limit [1/s] 
     
    9999                                      !        advised value: 1/3 (rn_nevp=120) or 1/9 (rn_nevp=300) 
    100100   ln_rhg_chkcvg    = .false.         !  check convergence of rheology (outputs: file ice_cvg.nc & variable uice_cvg) 
     101   ln_rhg_VP        = .true.          !  VP rheology 
     102   nn_nout_vp       = 10              !     number of outer iterations 
     103   nn_ninn_vp       = 1500            !     number of inner iterations 
     104   ln_zebra_vp      = .false.         !     activate zebra solver 
     105   rn_relaxu_vp     = 0.95            !     relaxation factor for u-velocity 
     106   rn_relaxv_vp     = 0.95            !     relaxation factor for v-velocity 
     107   rn_uerr_max_vp   = 0.80            !     maximum error on velocity 
     108   rn_uerr_min_vp   = 1.0e-04         !     velocity to decide convergence 
     109   nn_cvgchk_vp     = 5               !     iteration step for convergence check 
    101110/ 
    102111!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.