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 8725 for branches – NEMO

Changeset 8725 for branches


Ignore:
Timestamp:
2017-11-16T19:36:34+01:00 (6 years ago)
Author:
clem
Message:

change sasbiper test case ==> advection of an ice patch with a constant ice-atm stress, thus at a velocity defined by ice rheology (variable) + use 3 ghost cells (defined in par_oce.F90)

Location:
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/1_namelist_cfg

    r8724 r8725  
    1414   cn_exp      =  "SASBIPER"  !  experience name 
    1515   nn_it000    =       1      !  first time step 
    16    nn_itend    =    3030      !  last  time step (std 5475) 
     16   nn_itend    =    1500      !  last  time step (std 5475) 
    1717   nn_istate   =       1      !  output the initial state (1) or not (0) 
    1818/ 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/1_namelist_ice_cfg

    r8724 r8725  
    3434!------------------------------------------------------------------------------ 
    3535   ln_dynFULL       = .false.         !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
    36    ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections  (rheology + advection) 
    37    ln_dynADV        = .true.          !  dyn.: only advection w prescribed vel.(rn_uvice + advection) 
     36   ln_dynRHGADV     = .true.          !  dyn.: no ridge/raft & no corrections  (rheology + advection) 
     37   ln_dynADV        = .false.         !  dyn.: only advection w prescribed vel.(rn_uvice + advection) 
    3838      rn_uice       =   0.5           !        prescribed ice u-velocity 
    3939      rn_vice       =   0.            !        prescribed ice v-velocity 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg

    r8724 r8725  
    1414   cn_exp      =  "SASBIPER"  !  experience name 
    1515   nn_it000    =       1      !  first time step 
    16    nn_itend    =    1010      !  last  time step (std 5475) 
     16   nn_itend    =     500      !  last  time step (std 5475) 
    1717   nn_istate   =       1      !  output the initial state (1) or not (0) 
    1818/ 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_ice_cfg

    r8724 r8725  
    3434!------------------------------------------------------------------------------ 
    3535   ln_dynFULL       = .false.         !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
    36    ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections  (rheology + advection) 
    37    ln_dynADV        = .true.          !  dyn.: only advection w prescribed vel.(rn_uvice + advection) 
     36   ln_dynRHGADV     = .true.          !  dyn.: no ridge/raft & no corrections  (rheology + advection) 
     37   ln_dynADV        = .false.         !  dyn.: only advection w prescribed vel.(rn_uvice + advection) 
    3838      rn_uice       =   0.5           !        prescribed ice u-velocity 
    3939      rn_vice       =   0.            !        prescribed ice v-velocity 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/MY_SRC/usrdef_sbc.F90

    r8696 r8725  
    8686      INTEGER, INTENT(in) ::   kt   ! ocean time step 
    8787      !!--------------------------------------------------------------------- 
    88       IF( kt==nit000 .AND. lwp)   WRITE(numout,*)' usrdef_sbc_ice : SAS_BIPER case: NO stress forcing' 
     88      IF( kt==nit000 .AND. lwp)   WRITE(numout,*)' usrdef_sbc_ice : SAS_BIPER case: constant stress forcing' 
    8989      ! 
    90       utau_ice(:,:) = 0._wp 
     90      utau_ice(:,:) = 1.3_wp   ! <=> 0.5 m/s 
    9191      vtau_ice(:,:) = 0._wp 
    9292      ! 
Note: See TracChangeset for help on using the changeset viewer.