-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The following lines are commented out to bypass a bug during initialization generating wrong ssh at the boundaries:
wp6.2-demonstrator/cfgs/AGRIF_QCO/MY_SRC/restart.F90
Lines 422 to 425 in 36e9d33
| !#if defined key_agrif | |
| ! ! Set ghosts points from parent | |
| ! IF (.NOT.Agrif_Root()) CALL Agrif_istate_ssh( Kbb, Kmm, Kaa, .true. ) | |
| !#endif |
diff nemo/src/OCE/IOM/restart.F90 cfgs/AGRIF_QCO/MY_SRC/restart.F90
422,425c422,425
< #if defined key_agrif
< ! Set ghosts points from parent
< IF (.NOT.Agrif_Root()) CALL Agrif_istate_ssh( Kbb, Kmm, Kaa, .true. )
< #endif
---
> !#if defined key_agrif
> ! ! Set ghosts points from parent
> ! IF (.NOT.Agrif_Root()) CALL Agrif_istate_ssh( Kbb, Kmm, Kaa, .true. )
> !#endifMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

