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 10431 – NEMO

Changeset 10431


Ignore:
Timestamp:
2018-12-20T09:50:14+01:00 (5 years ago)
Author:
clem
Message:

debug namelists in ICEADV

Location:
NEMO/trunk/tests/ICEADV/EXPREF
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/ICEADV/EXPREF/namelist_ice_cfg_120pts

    r10413 r10431  
    3434&namdyn         !   Ice dynamics 
    3535!------------------------------------------------------------------------------ 
    36    ln_dynFULL       = .false.         !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
     36   ln_dynALL        = .false.         !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
    3737   ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections  (rheology + advection) 
    38    ln_dynADV        = .true.          !  dyn.: only advection w prescribed vel.(rn_uvice + advection) 
     38   ln_dynADV1D      = .true.          !  dyn.: only advection 1D                  (Schar & Smolarkiewicz 1996 test case) 
     39   ln_dynADV2D      = .false.         !  dyn.: only advection 2D w prescribed vel.(rn_uvice + advection) 
    3940      rn_uice       =   1.            !        prescribed ice u-velocity 
    4041      rn_vice       =   0.            !        prescribed ice v-velocity 
     
    5354   ln_adv_Pra       = .false.         !  Advection scheme (Prather) 
    5455   ln_adv_UMx       = .true.          !  Advection scheme (Ultimate-Macho) 
    55       nn_UMx        =   20             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order) 
     56      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order) 
    5657/ 
    5758!------------------------------------------------------------------------------ 
  • NEMO/trunk/tests/ICEADV/EXPREF/namelist_ice_cfg_240pts

    r10413 r10431  
    3434&namdyn         !   Ice dynamics 
    3535!------------------------------------------------------------------------------ 
    36    ln_dynFULL       = .false.         !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
     36   ln_dynALL        = .false.         !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
    3737   ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections  (rheology + advection) 
    38    ln_dynADV        = .true.          !  dyn.: only advection w prescribed vel.(rn_uvice + advection) 
     38   ln_dynADV1D      = .true.          !  dyn.: only advection 1D                  (Schar & Smolarkiewicz 1996 test case) 
     39   ln_dynADV2D      = .false.         !  dyn.: only advection 2D w prescribed vel.(rn_uvice + advection) 
    3940      rn_uice       =   1.            !        prescribed ice u-velocity 
    4041      rn_vice       =   0.            !        prescribed ice v-velocity 
     
    5354   ln_adv_Pra       = .false.         !  Advection scheme (Prather) 
    5455   ln_adv_UMx       = .true.          !  Advection scheme (Ultimate-Macho) 
    55       nn_UMx        =   20             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order) 
     56      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order) 
    5657/ 
    5758!------------------------------------------------------------------------------ 
  • NEMO/trunk/tests/ICEADV/EXPREF/namelist_ice_cfg_60pts

    r10413 r10431  
    3434&namdyn         !   Ice dynamics 
    3535!------------------------------------------------------------------------------ 
    36    ln_dynFULL       = .false.         !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
     36   ln_dynALL        = .false.         !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
    3737   ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections  (rheology + advection) 
    38    ln_dynADV        = .true.          !  dyn.: only advection w prescribed vel.(rn_uvice + advection) 
     38   ln_dynADV1D      = .true.          !  dyn.: only advection 1D                  (Schar & Smolarkiewicz 1996 test case) 
     39   ln_dynADV2D      = .false.         !  dyn.: only advection 2D w prescribed vel.(rn_uvice + advection) 
    3940      rn_uice       =   1.            !        prescribed ice u-velocity 
    4041      rn_vice       =   0.            !        prescribed ice v-velocity 
     
    5354   ln_adv_Pra       = .false.         !  Advection scheme (Prather) 
    5455   ln_adv_UMx       = .true.          !  Advection scheme (Ultimate-Macho) 
    55       nn_UMx        =   20             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order) 
     56      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order) 
    5657/ 
    5758!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.