Skip to content
Snippets Groups Projects
Commit 2aea4e72 authored by Guillaume Samson's avatar Guillaume Samson :snowman2:
Browse files

Merge branch...

Merge branch '49-enforce-identical-parent-child-values-of-calendar-dates-parameters-with-agrif' into 'main'

Resolve "Enforce identical parent/child values of calendar/dates parameters with AGRIF"

Closes #49

See merge request nemo/nemo!84

(cherry picked from commit e9f06c74)

eb1016f6 Enforce identical calendars on child and parent AGRIF grids
parent 67b34bb7
No related branches found
No related tags found
No related merge requests found
......@@ -336,6 +336,9 @@ CONTAINS
IF( .NOT. Agrif_Root() ) THEN
nn_it000 = (Agrif_Parent(nn_it000)-1)*Agrif_IRhot() + 1
nn_itend = Agrif_Parent(nn_itend) *Agrif_IRhot()
nn_date0 = Agrif_Parent(nn_date0)
nn_time0 = Agrif_Parent(nn_time0)
nn_leapy = Agrif_Parent(nn_leapy)
ENDIF
#endif
!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment