Skip to content
Snippets Groups Projects
Commit 1ec02d1b authored by Sebastien Masson's avatar Sebastien Masson
Browse files

Merge branch '207-nam_diadct-transports-through-some-sections-3' into 'branch_4.2'

Resolve "&nam_diadct ! transports through some sections?"

See merge request nemo/nemo!330
parents 5cc4da94 ad47c333
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,10 @@ MODULE dianam
IMPLICIT NONE
PRIVATE
INTEGER, PUBLIC :: nn_dctwri ! Frequency of output for dct diags
LOGICAL, PUBLIC :: ln_diadct !: Calculate transport thru a section or not
INTEGER, PUBLIC :: nb_sec ! nb of sections
INTEGER, PUBLIC :: nn_dctwri ! Frequency of output for dct diags
LOGICAL, PUBLIC :: ln_diadct = .FALSE. ! Calculate transport thru a section or not
! set to FALSE because some configs do not read it in nml
INTEGER, PUBLIC :: nb_sec ! nb of sections
PUBLIC dia_nam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment