New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#1556 (Call to Agrif_ParentGrid_To_ChildGrid() causes failure if no child grid) – NEMO

Opened 9 years ago

Closed 9 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)

ChangesetAuthorTimeChangeLog
5536jchanut2015-07-02T16:04:36+02:00

AGRIF: Fixes bad code exit if no child grid, ticket #1556

5531jchanut2015-07-02T15:49:16+02:00

AGRIF: Fixes bad code exit if no child grid, ticket #1556

Change History (2)

comment:1 Changed 9 years ago by jchanut

  • Version changed from trunk to v3.6

comment:2 Changed 9 years ago by jchanut

  • Resolution set to fixed
  • Status changed from new to closed

Committed revision 5531

Note: See TracTickets for help on using tickets.