Opened 3 years ago
Closed 3 years ago
#2547 closed Bug (fixed)
in tools/DOMAINcfg/src/dommsk.F90: wrong arguments when calling usr_def_fmask
Reported by: | cbricaud | Owned by: | systeam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | tools | Version: | trunk |
Severity: | major | Keywords: | |
Cc: |
Description (last modified by cbricaud)
Context
in tools/DOMAINcfg/src/dommsk.F90, usr_def_fmask with cn_cfg and nn_cfg as arguments
Analysis
These variables are not filled.
Fix
They shloud be replaced by cp_cfg and jp_cfg:
replace CALL usr_def_fmask( cn_cfg, nn_cfg, fmask )
by CALL usr_def_fmask( cp_cfg, jp_cfg, fmask )
Declarations of cn_cfg and nn_cfg in par_oce.f90 should be removed.
...
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
13585 | cbricaud | 2020-10-14T14:24:38+02:00 | bugfix in tools/DOMAINcfg for ticket #2547 |
Change History (3)
comment:1 Changed 3 years ago by cbricaud
- Description modified (diff)
- Version set to trunk
comment:2 Changed 3 years ago by cbricaud
comment:3 Changed 3 years ago by cbricaud
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 13585: