Skip to content
Snippets Groups Projects
Commit e9f06c74 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
parents da31f855 d2d031c3
No related branches found
No related tags found
No related merge requests found
......@@ -354,6 +354,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