Opened 6 years ago
Closed 6 years ago
#2136 closed Bug (fixed)
model crashes ( ssh or velocity ) when lupkes 2015 drag is activated
Reported by: | cbricaud | Owned by: | systeam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | SBC | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: |
Description
BE CAREFUL !!! Due to dynamic behaviour of this ticket creation page, it is highly recommend to set first all other fields before writing the ticket description below.
If you have lost your draft after an unwanted reload, you can click on the link 'Restore Form' in the contextual menu upper right to recover it.
Context
activate lupkes 2015 sea-ice drag
crash after one time step
Analysis
at the first time-step, tm_su(:,:) is not computed
tm_su is computed in ice_var_agg ( with option kn> 1 )
but ice_var_agg (2) is called after ice_forcing_tau in ice_stp
Fix
add a call to ice_var_agg(2) in ice_init
but this call will create another crash : it uses t_si(:,:,:) which is not initialized
so we need to add t_si(:,:,:) = rt0 in iceistate
...
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
10511 | clem | 2019-01-14T19:21:49+01:00 | solve crash issue when using lupkes2015 for the drags (see ticket #2136) |
Change History (2)
comment:1 Changed 6 years ago by clem
comment:2 Changed 6 years ago by clem
- Resolution set to fixed
- Status changed from new to closed
In 10511: