Code: Select all
line 91
SUBROUTINE wrt_tides_nf90 (ng, tile)
line 367
SUBROUTINE wrt_tides_pio (ng, tile)
Code: Select all
SUBROUTINE wrt_tides_nf90 (ng, tile, LBi, UBi, LBj, UBj)
SUBROUTINE wrt_tides_pio (ng, tile, LBi, UBi, LBj, UBj)
Code: Select all
line 64
CALL def_tides_nf90 (ng)
line 68
CALL def_tides_pio (ng)
Code: Select all
CALL def_tides_nf90 (ng, ldef)
CALL def_tides_pio (ng, ldef)