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

Changeset 9524


Ignore:
Timestamp:
2018-04-27T19:41:24+02:00 (6 years ago)
Author:
clem
Message:

correct sas_biper namelists

Location:
branches/2017/dev_merge_2017/NEMOGCM
Files:
3 edited

Legend:

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

    r9490 r9524  
    6565&namsbc_sas    !   Stand-Alone Surface boundary condition 
    6666!----------------------------------------------------------------------- 
    67    l_sasread   = .false.   !  =T Read in file ;  =F set all to 0. (see sbcssm.F90) 
     67   l_sasread   = .false.  !  =T Read in file ;  =F set all to 0. (see sbcssm.F90) 
    6868/ 
    6969!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg

    r9490 r9524  
    8080&namsbc_sas    !   Stand-Alone Surface boundary condition 
    8181!----------------------------------------------------------------------- 
    82    l_sasread   = .false.  =T Read in file ;  =F set all to 0. (see sbcssm.F90) 
     82   l_sasread   = .false.  ! =T Read in file ;  =F set all to 0. (see sbcssm.F90) 
    8383/ 
    8484!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/SETTE/sette_test-cases.sh

    r9522 r9524  
    150150do 
    151151 
    152 # TESTS FOR OVERFLOW CONFIGURATION 
     152# --------- 
     153#  OVERFLOW 
     154# --------- 
    153155if [ ${config} -eq 1 ] ;  then 
    154156    ## Restartability tests for OVERFLOW 
     
    235237fi 
    236238 
    237 # TESTS FOR LOCK_EXCHANGE CONFIGURATION 
     239# -------------- 
     240#  LOCK_EXCHANGE 
     241# -------------- 
    238242if [ ${config} -eq 2 ] ;  then 
    239243    ## Restartability tests for LOCK_EXCHANGE 
     
    319323fi 
    320324 
    321 # TESTS FOR VORTEX CONFIGURATION 
     325# --------- 
     326# VORTEX 
     327# --------- 
    322328if [ ${config} -eq 3 ] ;  then 
    323329    ## Restartability tests for VORTEX 
     
    405411 
    406412 
    407 # TESTS FOR SAS_BIPER CONFIGURATION 
     413# --------- 
     414# SAS_BIPER 
     415# --------- 
    408416if [ ${config} -eq 5 ] ;  then  
    409417## Restartability tests for SAS_BIPER 
Note: See TracChangeset for help on using the changeset viewer.