Opened 8 years ago
Closed 8 years ago
#1556 closed Bug (fixed)
Call to Agrif_ParentGrid_To_ChildGrid() causes failure if no child grid
Reported by: | jchanut | Owned by: | nemo |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | AGRIF | Version: | v3.6 |
Severity: | Keywords: | ||
Cc: |
Description
In nemo_gcm there's such a directive at the end to call dia_obs_wri. Because of this, the model does not exit properly if no child grid is defined.
Add:
IF ( Agrif_Level() < Agrif_MaxLevel() ) THEN CALL Agrif_ParentGrid_To_ChildGrid() ... ENDIF
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
5536 | jchanut | 2015-07-02T16:04:36+02:00 | AGRIF: Fixes bad code exit if no child grid, ticket #1556 |
5531 | jchanut | 2015-07-02T15:49:16+02:00 | AGRIF: Fixes bad code exit if no child grid, ticket #1556 |
Change History (2)
comment:1 Changed 8 years ago by jchanut
- Version changed from trunk to v3.6
comment:2 Changed 8 years ago by jchanut
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Committed revision 5531