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 12261 for NEMO/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_ADV2D – NEMO

Ignore:
Timestamp:
2019-12-17T14:43:09+01:00 (4 years ago)
Author:
stefryn
Message:

add yield surface output and include effect on ridging

Location:
NEMO/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_ADV2D
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_ADV2D/EXPREF/file_def_nemo-ice.xml

    r10516 r12261  
    2323        <field field_ref="icethic"          name="sithic_max" operation="maximum" /> 
    2424        <field field_ref="icethic"          name="sithic_min" operation="minimum" /> 
    25         <field field_ref="iceneg_pres"      name="sineg_pres" /> 
    26         <field field_ref="iceneg_volu"      name="sineg_volu" /> 
    2725        <field field_ref="fasticepres"      name="fasticepres" /> 
    2826        <field field_ref="icevolu"          name="sivolu" /> 
  • NEMO/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_ADV2D/EXPREF/namelist_ice_cfg

    r10535 r12261  
    5050&namdyn_adv     !   Ice advection 
    5151!------------------------------------------------------------------------------ 
    52    ln_adv_Pra       = .false.         !  Advection scheme (Prather) 
    53    ln_adv_UMx       = .true.          !  Advection scheme (Ultimate-Macho) 
     52   ln_adv_Pra       = .true.         !  Advection scheme (Prather) 
     53   ln_adv_UMx       = .false.          !  Advection scheme (Ultimate-Macho) 
    5454      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order) 
    5555/ 
  • NEMO/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_ADV2D/MY_SRC/usrdef_nam.F90

    r11536 r12261  
    1414   !!   usr_def_hgr   : initialize the horizontal mesh  
    1515   !!---------------------------------------------------------------------- 
    16    USE dom_oce  , ONLY: nimpp , njmpp            ! i- & j-indices of the local domain 
     16   USE dom_oce  , ONLY: nimpp , njmpp , Agrif_Root           ! i- & j-indices of the local domain 
    1717   USE par_oce        ! ocean space and time domain 
    1818   USE phycst         ! physical constants 
Note: See TracChangeset for help on using the changeset viewer.