Changeset 15350
- Timestamp:
- 2021-10-11T12:02:32+02:00 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/OCE/DYN/dynspg_ts.F90
r15018 r15350 1051 1051 #if defined key_agrif 1052 1052 ! 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.' ) 1054 1054 #endif 1055 1055 !
Note: See TracChangeset
for help on using the changeset viewer.