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

Changeset 15350


Ignore:
Timestamp:
2021-10-11T12:02:32+02:00 (3 years ago)
Author:
jchanut
Message:

Prevent from using agrif and ln_bt_fw=F... this can not work properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/DYN/dynspg_ts.F90

    r15018 r15350  
    10511051#if defined key_agrif 
    10521052      ! Restrict the use of Agrif to the forward case only 
    1053 !!!      IF( .NOT.ln_bt_fw .AND. .NOT.Agrif_Root() )   CALL ctl_stop( 'AGRIF not implemented if ln_bt_fw=.FALSE.' ) 
     1053      IF( .NOT.ln_bt_fw .AND. .NOT.Agrif_Root() )   CALL ctl_stop( 'AGRIF not implemented if ln_bt_fw=.FALSE.' ) 
    10541054#endif 
    10551055      ! 
Note: See TracChangeset for help on using the changeset viewer.