Changeset 13183
- Timestamp:
- 2020-06-30T18:06:01+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/src/NST/agrif_oce.F90
r13182 r13183 34 34 LOGICAL , PUBLIC :: spongedoneU = .FALSE. !: dynamics sponge layer indicator 35 35 LOGICAL , PUBLIC :: lk_agrif_fstep = .TRUE. !: if true: first step 36 LOGICAL , PUBLIC :: lk_agrif_debug = . TRUE. !: if true: print debugging info36 LOGICAL , PUBLIC :: lk_agrif_debug = .FALSE. !: if true: print debugging info 37 37 38 38 LOGICAL , PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) :: tabspongedone_tsn
Note: See TracChangeset
for help on using the changeset viewer.