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 7822 for trunk – NEMO

Changeset 7822 for trunk


Ignore:
Timestamp:
2017-03-22T14:31:08+01:00 (7 years ago)
Author:
clem
Message:

debug test case sasbiper

Location:
trunk/NEMOGCM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg

    r7821 r7822  
    4545!----------------------------------------------------------------------- 
    4646   ln_usr      = .true.   !  user defined formulation                  (T => check usrdef_sbc) 
     47   ln_blk      = .false.  !  Bulk formulation                          (T => fill namsbc_blk ) 
    4748   nn_fsbc     =  1       !  frequency of surface boundary condition computation 
    4849/ 
     
    6768!----------------------------------------------------------------------- 
    6869/ 
     70!----------------------------------------------------------------------- 
     71&namsbc_sas    !   Stand Alone Surface boundary condition 
     72!----------------------------------------------------------------------- 
     73   l_sasread   = .false.   ! Read fields in a file if .TRUE. , or initialize to 0. in sbcssm.F90 if .FALSE. 
    6974!----------------------------------------------------------------------- 
    7075&namberg       !   iceberg parameters 
  • trunk/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r7753 r7822  
    110110         CASE( 5 )   ;   WRITE(numout,*) '         (i.e. north fold with F-point pivot)' 
    111111         CASE( 6 )   ;   WRITE(numout,*) '         (i.e. cyclic east-west and north fold with F-point pivot)' 
     112         CASE( 7 )   ;   WRITE(numout,*) '         (i.e. cyclic east-west and north-south)' 
    112113         CASE DEFAULT 
    113114            CALL ctl_stop( 'jperio is out of range' ) 
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r7816 r7822  
    204204         IF( .NOT.( ln_blk .OR. ln_cpl ) )   CALL ctl_stop( 'sbc_init : LIM2 sea-ice model requires ln_blk or ln_cpl = T' ) 
    205205      CASE( 3 )                        !- LIM3 ice model 
    206          IF( .NOT.( ln_blk .OR. ln_cpl ) )   CALL ctl_stop( 'sbc_init : LIM3 sea-ice model requires ln_blk or ln_cpl = T' ) 
    207206         IF( nn_ice_embd == 0            )   CALL ctl_stop( 'sbc_init : LIM3 sea-ice models require nn_ice_embd = 1 or 2' ) 
    208207      CASE( 4 )                        !- CICE ice model 
Note: See TracChangeset for help on using the changeset viewer.