-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.f90
18 lines (14 loc) · 853 Bytes
/
main.f90
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!------------------------------------------------------------------------------!
! !
! PROGRAM : main.f90 !
! !
! PURPOSE : Module for the Lagrangian Plankton Model !
! !
! 2019.01.30 K.Noh !
! !
!------------------------------------------------------------------------------!
PROGRAM main
USE kinds
USE plankton_model
IMPLICIT NONE
END PROGRAM main