#2409 closed Bug (fixed)
minor bugfix in ice control print in coupled mode
Reported by: | smasson | Owned by: | systeam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | SI3 | Version: | v4.0 |
Severity: | minor | Keywords: | v4.0 |
Cc: |
Description
Context
same as #2408 but for the 4.0-HEAD
In coupled mode (ln_cpl = T), model stop on undefined value in si3 when compiled with debugging options and sn_cfctl%l_prtctl = .true.
This happen typically, when you try to find an error and you activate all print and debugging options...
Analysis
When ln_cpl = T and nn_ice > 1 flux variables (qsr, qns, emp...) are not defined in the call to sbc_cpl_rcv. So when ice_prt3D, that is called several times in the ice dynamics (before the call to ice_sbc_flx), try to print informations related to qsr, qns... it is accessing undefined values.
Fix
Simply suppress the print of these lines...
Clement suggested to remove them in any case as ice_prt3D verbosity is much too high.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
12545 | smasson | 2020-03-13T10:25:23+01:00 | release-4.0-HEAD: minor bugfix in ice control print, see #2409 |
Change History (3)
comment:1 Changed 5 years ago by smasson
comment:2 Changed 5 years ago by smasson
- Resolution set to fixed
- Status changed from new to closed
fixed in [12545]
comment:3 Changed 3 years ago by nemo
- Keywords v4.0 added
In 12545: